X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=eclipse%2Fplugins%2Forg.argeo.eclipse.ui%2FMETA-INF%2FMANIFEST.MF;h=aa8725d3fb47987234344e331fa83b4354e8ca7f;hb=07354f7b2eecda6b508213b650eb4fc28883cf75;hp=2e7f5b89b044a3572c5704f082c98265e6f7fbd0;hpb=dcaa55aad26d7fd945a713af5854741f82dd13f3;p=lgpl%2Fargeo-commons.git diff --git a/eclipse/plugins/org.argeo.eclipse.ui/META-INF/MANIFEST.MF b/eclipse/plugins/org.argeo.eclipse.ui/META-INF/MANIFEST.MF index 2e7f5b89b..aa8725d3f 100644 --- a/eclipse/plugins/org.argeo.eclipse.ui/META-INF/MANIFEST.MF +++ b/eclipse/plugins/org.argeo.eclipse.ui/META-INF/MANIFEST.MF @@ -2,14 +2,17 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Argeo Eclipse UI Bundle-SymbolicName: org.argeo.eclipse.ui -Bundle-Version: 0.2.1.SNAPSHOT +Bundle-Version: 0.2.2.SNAPSHOT Bundle-Activator: org.argeo.eclipse.ui.ArgeoUiPlugin Bundle-Vendor: Argeo -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-ActivationPolicy: lazy +Require-Bundle: org.eclipse.ui;resolution:=optional, + org.eclipse.rap.ui;resolution:=optional, + org.eclipse.core.runtime, + org.springframework.osgi.extender;bundle-version="1.2.1" Import-Package: org.apache.commons.logging;version="1.1.1", + org.eclipse.ui.plugin, org.springframework.beans.factory;version="2.5.6.SEC01", org.springframework.context;version="2.5.6.SEC01", org.springframework.core.io.support;version="2.5.6.SEC01"