Skip to main content
summaryrefslogtreecommitdiffstats
blob: 15871d5a5fc637558a95652d3f92610939c52108 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.qvtd.build.etl.tests;singleton:=true
Bundle-Version: 0.12.0.qualifier
Require-Bundle: org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.qvtd.xtext.qvtbase.tests;bundle-version="[0.12.0,0.13.0)",
 org.eclipse.qvtd.xtext.qvtcore;bundle-version="[0.12.0,0.13.0)",
 org.eclipse.qvtd.xtext.qvtimperative;bundle-version="[0.12.0,0.13.0)",
 org.eclipse.qvtd.compiler;bundle-version="[0.12.0,0.13.0)"
Bundle-ClassPath: .
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.qvtd.build.etl.tests
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top