Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipselink/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/META-INF/MANIFEST.MF')
-rwxr-xr-xeclipselink/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/META-INF/MANIFEST.MF27
1 files changed, 0 insertions, 27 deletions
diff --git a/eclipselink/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/META-INF/MANIFEST.MF b/eclipselink/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/META-INF/MANIFEST.MF
deleted file mode 100755
index a46ff9b7f..000000000
--- a/eclipselink/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,27 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests; singleton:=true
-Bundle-Version: 1.0.0.qualifier
-Bundle-Localization: plugin
-Require-Bundle: org.eclipse.core.resources,
- org.eclipse.emf.ecore,
- org.eclipse.emf.ecore.xmi;bundle-version="[2.5.0,3.0.0)",
- org.junit;bundle-version="[3.8.0,5.0.0)",
- javax.persistence;bundle-version="[2.0.0,3.0.0)",
- org.eclipse.emf.teneo.eclipselink.examples.library;bundle-version="[1.0.0,2.0.0)",
- org.eclipse.emf.teneo.eclipselink;bundle-version="[1.0.0,2.0.0)",
- org.apache.derby;bundle-version="[10.1.2,11.0.0)",
- org.eclipse.persistence.jpa;bundle-version="[2.0.0,3.0.0)",
- org.eclipse.persistence.jpa.osgi;bundle-version="[2.0.0,3.0.0)",
- org.eclipse.persistence.asm;bundle-version="[2.0.0,3.0.0)",
- org.eclipse.persistence.antlr;bundle-version="[2.0.0,3.0.0)",
- org.eclipse.emf.teneo.eclipselink.elistfactory;bundle-version="[1.0.0,2.0.0)",
- org.eclipse.emf.teneo.orm;bundle-version="1.0.0"
-Bundle-ActivationPolicy: lazy
-Bundle-Vendor: %providerName
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.eclipse.core.runtime;version="[3.4.0,4.0.0)",
- org.eclipse.core.runtime.jobs,
- org.hsqldb;version="1.8.1"
-

Back to the top