Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipselink/org.eclipse.emf.teneo.orm.eclipse/META-INF/MANIFEST.MF')
-rwxr-xr-xeclipselink/org.eclipse.emf.teneo.orm.eclipse/META-INF/MANIFEST.MF19
1 files changed, 0 insertions, 19 deletions
diff --git a/eclipselink/org.eclipse.emf.teneo.orm.eclipse/META-INF/MANIFEST.MF b/eclipselink/org.eclipse.emf.teneo.orm.eclipse/META-INF/MANIFEST.MF
deleted file mode 100755
index f25f68ed9..000000000
--- a/eclipselink/org.eclipse.emf.teneo.orm.eclipse/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,19 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.emf.teneo.orm.eclipse; singleton:=true
-Bundle-Version: 1.0.0.qualifier
-Bundle-Activator: org.eclipse.emf.teneo.orm.eclipse.Activator
-Bundle-Localization: plugin
-Bundle-Vendor: %pluginProvider
-Require-Bundle: org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.emf.teneo;bundle-version="[1.0.0,2.0.0)",
- org.eclipse.emf.teneo.annotations;bundle-version="[1.0.0,2.0.0)",
- org.eclipse.emf.teneo.eclipse;bundle-version="[1.0.0,2.0.0)",
- org.eclipse.emf.ecore;bundle-version="[2.5.0,3.0.0)",
- org.eclipse.emf.teneo.orm;bundle-version="[1.0.0,2.0.0)"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-ActivationPolicy: lazy
-Import-Package: org.apache.commons.logging;version="[1.0.0,2.0.0)"

Back to the top