X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=eclipse%2Fplugins%2Forg.argeo.slc.client.ui%2FMETA-INF%2FMANIFEST.MF;h=3efc50d879f48f8ff63610d96593204d2eb14e7f;hb=57a052ecfc47554c04d84a391be36a30615891fd;hp=37b62245c0b5d0a1f1cd25dcb245892b3c4f52c8;hpb=5d91de89b70a4ba96cd4d37c4fcc991118faf685;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 37b62245c..3efc50d87 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 @@ -2,23 +2,32 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Ui Bundle-SymbolicName: org.argeo.slc.client.ui;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 0.14.1 Bundle-Activator: org.argeo.slc.client.ui.ClientUiPlugin Require-Bundle: org.eclipse.ui;resolution:=optional, - org.eclipse.core.runtime;resolution:=optional + org.eclipse.core.runtime;resolution:=optional, + org.eclipse.rap.ui;resolution:=optional, + org.eclipse.rap.ui.workbench;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.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", + 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.eclipse.ui.specific, + 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, org.argeo.slc.core.runtime, @@ -29,12 +38,19 @@ 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, org.argeo.slc.services, 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