X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=eclipse%2Fplugins%2Forg.argeo.slc.client.ui%2FMETA-INF%2FMANIFEST.MF;h=e2a3d55829f9192ab9c619964dd9867f0daf554e;hb=2491290303da15a1ff1f8b56348ad06481646a0e;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..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 @@ -13,11 +13,17 @@ 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", + 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,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,