Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 145c6a0d5a3c21b07dd22771ff5b9c08a57ee658 (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-SymbolicName: org.eclipse.qvt;singleton:=true
Bundle-Version: 0.16.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.uml2.uml.resources;bundle-version="[3.0.0,6.0.0)",
 org.eclipse.ocl.pivot;bundle-version="[1.1.0,2.0.0)"
Import-Package: org.apache.log4j
Automatic-Module-Name: org.eclipse.qvt

Back to the top