X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=eclipse%2Fplugins%2Forg.argeo.slc.client.ui%2FMETA-INF%2FMANIFEST.MF;h=65e447d31ac2ccd3c4ad3096d989e928e748cf86;hb=3e491dcb5fd5ebdf9d240066e8c03fb0ed5ac7de;hp=212722d7b95241775d18d32f4108dedfb2d60223;hpb=3ca3b8ffdf07d1821bc6cb09c6d39292edf8575d;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 212722d7b..65e447d31 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 @@ -11,20 +11,21 @@ Require-Bundle: org.eclipse.ui;resolution:=optional, 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.views 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, @@ -37,6 +38,7 @@ Import-Package: javax.jcr;version="2.0.0", 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, @@ -44,6 +46,9 @@ Import-Package: javax.jcr;version="2.0.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,