Skip to main content
summaryrefslogtreecommitdiffstats
blob: f1bc8a75404940f04d6baf46b77e29403d507aa0 (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
24
25
26
27
28
29
30
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.qvtd.xtext.qvtimperative;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.qvtd.xtext.qvtimperative.utilities.QVTimperativePlugin$Implementation
Export-Package: org.eclipse.qvtd.xtext.qvtimperative,
 org.eclipse.qvtd.xtext.qvtimperative.as2cs,
 org.eclipse.qvtd.xtext.qvtimperative.cs2as,
 org.eclipse.qvtd.xtext.qvtimperative.formatting,
 org.eclipse.qvtd.xtext.qvtimperative.parser.antlr,
 org.eclipse.qvtd.xtext.qvtimperative.parser.antlr.internal,
 org.eclipse.qvtd.xtext.qvtimperative.qvtimperativecs,
 org.eclipse.qvtd.xtext.qvtimperative.qvtimperativecs.impl,
 org.eclipse.qvtd.xtext.qvtimperative.qvtimperativecs.util,
 org.eclipse.qvtd.xtext.qvtimperative.scoping,
 org.eclipse.qvtd.xtext.qvtimperative.serializer,
 org.eclipse.qvtd.xtext.qvtimperative.services,
 org.eclipse.qvtd.xtext.qvtimperative.utilities,
 org.eclipse.qvtd.xtext.qvtimperative.validation
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.ocl.xtext.completeocl;bundle-version="[1.0.0,2.0.0)",
 org.eclipse.qvtd.pivot.qvtimperative;visibility:=reexport,
 org.eclipse.qvtd.xtext.qvtcorebase;visibility:=reexport
Import-Package: org.apache.log4j

Back to the top