From ea0198ca24b3558142060ad5961432a33ee3ec6a Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 11 Jan 2011 08:39:56 +0000 Subject: [PATCH] Remove manually maintained MANIFEST git-svn-id: https://svn.argeo.org/commons/trunk@4004 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../org.argeo.eclipse.ui/META-INF/MANIFEST.MF | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 eclipse/plugins/org.argeo.eclipse.ui/META-INF/MANIFEST.MF diff --git a/eclipse/plugins/org.argeo.eclipse.ui/META-INF/MANIFEST.MF b/eclipse/plugins/org.argeo.eclipse.ui/META-INF/MANIFEST.MF deleted file mode 100644 index aa8725d3f..000000000 --- a/eclipse/plugins/org.argeo.eclipse.ui/META-INF/MANIFEST.MF +++ /dev/null @@ -1,20 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Argeo Eclipse UI -Bundle-SymbolicName: org.argeo.eclipse.ui -Bundle-Version: 0.2.2.SNAPSHOT -Bundle-Activator: org.argeo.eclipse.ui.ArgeoUiPlugin -Bundle-Vendor: Argeo -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" -Export-Package: org.argeo.eclipse.spring, - org.argeo.eclipse.ui -- 2.30.2