Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5d265bbd5abee72e469b8041419ebec42829affc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.teneo.eclipselink.tests;singleton:=true
Bundle-Version: 1.0.0
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore,
 org.eclipse.emf.teneo.eclipselink,
 org.junit
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top