Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b45207b9257f9440428bb07473d3da8f78033515 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.qvtd.cs2as.compiler;singleton:=true
Bundle-Version: 0.17.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.qvtd.cs2as.compiler,
 org.eclipse.qvtd.cs2as.compiler.cgmodel,
 org.eclipse.qvtd.cs2as.compiler.cgmodel.impl,
 org.eclipse.qvtd.cs2as.compiler.cgmodel.util,
 org.eclipse.qvtd.cs2as.compiler.internal;x-friends:="org.eclipse.qvtd.cs2as.compiler.tests,org.eclipse.qvtd.cs2as.build"
Require-Bundle: org.eclipse.ocl.xtext.completeocl;bundle-version="[1.7.0,1.8.0)",
 org.eclipse.qvtd.xtext.qvtimperative;bundle-version="[0.17.0,1.0.0)",
 org.eclipse.qvtd.compiler;bundle-version="[0.17.0,1.0.0)"
Bundle-ActivationPolicy: lazy
Import-Package: org.apache.commons.logging,
 org.apache.log4j
Automatic-Module-Name: org.eclipse.qvtd.cs2as.compiler

Back to the top