X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=eclipse%2Fplugins%2Forg.argeo.slc.client.ui%2FMETA-INF%2FMANIFEST.MF;h=4c36c011893f34c2427a3c4412548d3d3c7f9d8b;hb=7a047ccee1387ff0c6fdd05948e152bdf7babdf9;hp=611233eb06a1d038c937b862ad73504dd7d05252;hpb=526755f2b662a8b6849903c3cf075d14ca05e452;p=gpl%2Fargeo-slc.git diff --git a/eclipse/plugins/org.argeo.slc.client.ui/META-INF/MANIFEST.MF b/eclipse/plugins/org.argeo.slc.client.ui/META-INF/MANIFEST.MF index 611233eb0..4c36c0118 100644 --- a/eclipse/plugins/org.argeo.slc.client.ui/META-INF/MANIFEST.MF +++ b/eclipse/plugins/org.argeo.slc.client.ui/META-INF/MANIFEST.MF @@ -13,14 +13,20 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5 Export-Package: org.argeo.slc.client.ui, org.argeo.slc.client.ui.listeners, org.argeo.slc.client.ui.views -Import-Package: org.apache.commons.io;version="1.4.0", +Import-Package: javax.jcr;version="2.0.0", + javax.jcr.nodetype;version="2.0.0", + javax.jcr.observation;version="2.0.0", + javax.jcr.query;version="2.0.0", + org.apache.commons.io;version="1.4.0", org.apache.commons.logging;version="1.1.1", org.argeo, org.argeo.eclipse.spring, org.argeo.eclipse.ui, + org.argeo.eclipse.ui.jcr, + org.argeo.jcr, + org.argeo.jcr.spring, org.argeo.slc, org.argeo.slc.build, - org.argeo.slc.client.oxm, org.argeo.slc.client.ui, org.argeo.slc.core.attachment, org.argeo.slc.core.execution, @@ -32,6 +38,8 @@ Import-Package: org.apache.commons.io;version="1.4.0", org.argeo.slc.dao.test.tree, org.argeo.slc.deploy, org.argeo.slc.execution, + org.argeo.slc.jcr, + org.argeo.slc.jcr.execution, org.argeo.slc.msg.test.tree, org.argeo.slc.process, org.argeo.slc.runtime, @@ -39,6 +47,9 @@ Import-Package: org.apache.commons.io;version="1.4.0", org.argeo.slc.services.impl, org.argeo.slc.test, org.eclipse.core.expressions, + org.eclipse.ui.forms, + org.eclipse.ui.forms.editor, + org.eclipse.ui.forms.widgets, org.eclipse.ui.plugin, org.springframework.beans.factory, org.springframework.context,