Skip to main content
summaryrefslogtreecommitdiffstats
blob: b0982b67ffca632464c9ffc71d90935f7a923267 (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
40
41
42
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.papyrus.alf
Bundle-Vendor: Eclipse Modeling Project
Bundle-Version: 0.9.0.qualifier
Bundle-SymbolicName: org.eclipse.papyrus.alf; singleton:=true
Bundle-ActivationPolicy: lazy
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="3.2.0",
 org.eclipse.xtext.gmf.glue;bundle-version="0.8.0",
 org.eclipse.papyrus.extensionpoints.uml2;bundle-version="0.8.0",
 org.eclipse.papyrus.core;bundle-version="0.8.0",
 org.eclipse.papyrus.properties.runtime;bundle-version="0.8.0",
 org.junit
Import-Package: org.apache.log4j
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.papyrus.alf,
 org.eclipse.papyrus.alf.alf,
 org.eclipse.papyrus.alf.alf.impl,
 org.eclipse.papyrus.alf.alf.util,
 org.eclipse.papyrus.alf.parseTreeConstruction,
 org.eclipse.papyrus.alf.parser.antlr,
 org.eclipse.papyrus.alf.parser.antlr.internal,
 org.eclipse.papyrus.alf.scoping,
 org.eclipse.papyrus.alf.services,
 org.eclipse.papyrus.alf.syntax.common,
 org.eclipse.papyrus.alf.syntax.expressions,
 org.eclipse.papyrus.alf.syntax.statements,
 org.eclipse.papyrus.alf.syntax.units,
 org.eclipse.papyrus.alf.validation,
 org.eclipse.papyrus.alf.validation.typing

Back to the top