Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/META-INF/MANIFEST.MF
index fa6a198b1..38ebae396 100644
--- a/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/META-INF/MANIFEST.MF
@@ -14,7 +14,8 @@ Require-Bundle: org.eclipse.core.resources,
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.asm;bundle-version="[2.0.0,3.0.0)",
- org.eclipse.persistence.antlr;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)"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top