X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=eclipse%2Fplugins%2Forg.argeo.slc.client.ui%2FMETA-INF%2FMANIFEST.MF;h=e2a3d55829f9192ab9c619964dd9867f0daf554e;hb=2491290303da15a1ff1f8b56348ad06481646a0e;hp=6b1039d1e4e412d3b9d52cce02f31cc365054c33;hpb=e2c462afcf82dd72e443b2ec6f9ac02ce5eb629f;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 6b1039d1e..e2a3d5582 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 @@ -12,12 +12,18 @@ Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Export-Package: org.argeo.slc.client.ui, org.argeo.slc.client.ui.listeners, - org.argeo.slc.client.ui.perspectives, 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", + 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, @@ -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,7 +47,11 @@ 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, org.springframework.core.io.support +