Skip to main content
summaryrefslogtreecommitdiffstats
blob: 49fe908e9a5738d2d9a1d5c19535996799220beb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Gemini JPA Configuration Generator
Bundle-SymbolicName: org.eclipse.gemini.jpa.sample.configadmin.gen
Bundle-Version: 1.2.0.M1
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.osgi.framework;version="1.4.0",
 org.osgi.util.tracker,
 org.osgi.service.cm
Bundle-Activator: gen.Activator

Back to the top