Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6c3f208585ebbcab25ab3922d86e625e06bd72a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.emf.ecore,
 org.eclipse.emf.ecore.xmi,
 org.eclipse.emf.teneo.eclipselink,
 org.eclipse.emf.teneo.eclipselink.examples.library.orm,
 org.junit,
 javax.persistence;bundle-version="1.99.0",
 org.eclipse.emf.teneo.eclipselink.examples.derby;bundle-version="10.3.2"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Activator: org.eclipse.emf.teneo.eclipselink.examples.library.orm.osgi.Activator
JPA-PersistenceUnits: library

Back to the top