Skip to main content
summaryrefslogtreecommitdiffstats
blob: bd28e738066a0b77bace8ddad9ca8a5cc482134d (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.qvtd.build.qvtrtoqvtc.tests;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.qvtd.xtext.qvtcore;bundle-version="[1.0.0,2.0.0)",
 org.eclipse.qvtd.xtext.qvtbase.tests;bundle-version="[1.0.0,2.0.0)",
 org.eclipse.qvtd.xtext.qvtrelation;bundle-version="[1.0.0,2.0.0)",
 org.eclipse.qvtd.compiler;bundle-version="[1.0.0,2.0.0)"
Import-Package: org.eclipse.qvtd.pivot.qvtimperative.evaluation
Export-Package: org.eclipse.qvtd.build.qvtrtoqvtc.tests
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top