Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: fa6a198b19024eb2cbb697b0876797095081a18b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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,4.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.asm;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.persistence.antlr;bundle-version="[2.0.0,3.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