Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 33220e966f23524b33fb41859100fc7ce0aad8ef (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.runtime
Bundle-Version: 0.18.0.qualifier
Export-Package: org.eclipse.qvtd.cs2as.xtext.runtime
Require-Bundle: org.eclipse.xtext;bundle-version="[2.8.1,3.0.0)",
 org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.qvtd.runtime;bundle-version="[0.18.0,1.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.eclipse.qvtd.cs2as.xtext.runtime

Back to the top