Skip to main content
summaryrefslogtreecommitdiffstats
blob: d8bbbb079ed0bf998e090e6c51233ab3cbf92786 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Meta-Persistence: jpa1.xml, META-INF/jpa2.xml
Bundle-Name: Gemini JPA Test Persistence Unit
Bundle-SymbolicName: org.eclipse.gemini.jpa.test.punit
Bundle-Version: 1.0.0
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: javax.persistence;version="1.1.0";jpa="2.0",
 javax.persistence.criteria;version="1.1.0";jpa="2.0",
 javax.persistence.metamodel;version="1.1.0";jpa="2.0",
 org.osgi.framework;version="1.4.0"
Export-Package: model.account;version="1.0.0"
Bundle-Activator: punit.Activator

Back to the top