Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c66ef75d02f3a4d2e5b59c9fd4c4eeab2823df5c (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
31
32
33
34
35
36
37
38
39
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.marte.vsl,
 org.eclipse.papyrus.marte.vsl.extensions,
 org.eclipse.papyrus.marte.vsl.parseTreeConstruction,
 org.eclipse.papyrus.marte.vsl.parser.antlr,
 org.eclipse.papyrus.marte.vsl.parser.antlr.internal,
 org.eclipse.papyrus.marte.vsl.scoping,
 org.eclipse.papyrus.marte.vsl.scoping.visitors,
 org.eclipse.papyrus.marte.vsl.services,
 org.eclipse.papyrus.marte.vsl.vSL,
 org.eclipse.papyrus.marte.vsl.vSL.impl,
 org.eclipse.papyrus.marte.vsl.vSL.util,
 org.eclipse.papyrus.marte.vsl.validation,
 org.eclipse.papyrus.marte.vsl.formatting
Require-Bundle: org.eclipse.xtext,
 org.eclipse.xtext.generator;resolution:=optional,
 org.apache.commons.logging;resolution:=optional,
 org.eclipse.emf.codegen.ecore;resolution:=optional,
 org.eclipse.emf.mwe.utils;resolution:=optional,
 org.eclipse.emf.mwe2.launch;resolution:=optional,
 com.ibm.icu;resolution:=optional,
 org.eclipse.xtext.xtend;resolution:=optional,
 org.eclipse.xtext.util,
 org.eclipse.emf.ecore,
 org.eclipse.emf.common,
 org.antlr.runtime,
 org.eclipse.uml2.uml;bundle-version="4.0.0",
 org.eclipse.uml2.codegen.ecore;bundle-version="1.6.0",
 org.apache.log4j;bundle-version="1.2.15"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 0.10.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.marte.vsl;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.apache.log4j

Back to the top