Skip to main content
summaryrefslogtreecommitdiffstats
blob: 839778eb1b4c4e1384d06e7ce8251dd2b9ac20d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.qvtd.pivot.qvtimperative;singleton:=true
Bundle-Version: 0.12.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.eclipse.qvtd.pivot.qvtimperative,
 org.eclipse.qvtd.pivot.qvtimperative.attributes,
 org.eclipse.qvtd.pivot.qvtimperative.evaluation,
 org.eclipse.qvtd.pivot.qvtimperative.impl,
 org.eclipse.qvtd.pivot.qvtimperative.library.model,
 org.eclipse.qvtd.pivot.qvtimperative.model,
 org.eclipse.qvtd.pivot.qvtimperative.scoping,
 org.eclipse.qvtd.pivot.qvtimperative.util,
 org.eclipse.qvtd.pivot.qvtimperative.utilities
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.qvtd.pivot.qvtcorebase;bundle-version="[0.12.0,1.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
Import-Package: com.google.inject,
 org.apache.log4j;version="1.2.15"

Back to the top