Skip to main content
summaryrefslogtreecommitdiffstats
blob: 90852b7eab597ab20550f5da5d86caef618d78f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.qvtd.cs2as.xtext.generator
Bundle-Version: 0.23.0.qualifier
Require-Bundle: org.eclipse.xtext.generator;bundle-version="[2.8.1,3.0.0)",
 com.google.inject;resolution:=optional,
 org.eclipse.xtext;bundle-version="2.10.0"
Export-Package: org.eclipse.qvtd.cs2as.xtext.generator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.eclipse.qvtd.cs2as.xtext.generator

Back to the top