Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracuccuru2013-04-30 12:59:43 +0000
committeracuccuru2013-04-30 12:59:43 +0000
commitc021d51215484b715f2dec6bedc9840a49ebc6e0 (patch)
treebcdd83e2046b232df72aa03b3dce042f23dfda4d /sandbox/Alf/org.eclipse.papyrus.alf/META-INF/MANIFEST.MF
parent0cf38d815976e1d30517c436e7d3bd5f50aaa847 (diff)
downloadorg.eclipse.papyrus-c021d51215484b715f2dec6bedc9840a49ebc6e0.tar.gz
org.eclipse.papyrus-c021d51215484b715f2dec6bedc9840a49ebc6e0.tar.xz
org.eclipse.papyrus-c021d51215484b715f2dec6bedc9840a49ebc6e0.zip
Migrating Alf from Juno (Branch 0.9.x/SandBox) to Kepler (Trunck Sandbox)
Diffstat (limited to 'sandbox/Alf/org.eclipse.papyrus.alf/META-INF/MANIFEST.MF')
-rw-r--r--sandbox/Alf/org.eclipse.papyrus.alf/META-INF/MANIFEST.MF36
1 files changed, 36 insertions, 0 deletions
diff --git a/sandbox/Alf/org.eclipse.papyrus.alf/META-INF/MANIFEST.MF b/sandbox/Alf/org.eclipse.papyrus.alf/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..800d0e77a76
--- /dev/null
+++ b/sandbox/Alf/org.eclipse.papyrus.alf/META-INF/MANIFEST.MF
@@ -0,0 +1,36 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.eclipse.papyrus.alf
+Bundle-Vendor: CEA LIST
+Bundle-Version: 0.10.0.qualifier
+Bundle-SymbolicName: org.eclipse.papyrus.alf; singleton:=true
+Bundle-ActivationPolicy: lazy
+Require-Bundle: org.eclipse.xtext;visibility:=reexport,
+ org.eclipse.xtext.xbase;resolution:=optional;visibility:=reexport,
+ org.eclipse.xtext.generator;resolution:=optional,
+ org.apache.commons.logging;bundle-version="1.0.4";resolution:=optional,
+ org.eclipse.emf.codegen.ecore;resolution:=optional,
+ org.eclipse.emf.mwe.utils;resolution:=optional,
+ org.eclipse.emf.mwe2.launch;resolution:=optional,
+ org.eclipse.xtext.util,
+ org.eclipse.emf.ecore,
+ org.eclipse.emf.common,
+ org.antlr.runtime,
+ org.eclipse.xtext.common.types,
+ org.eclipse.papyrus.uml.extensionpoints,
+ org.eclipse.uml2.uml;bundle-version="4.0.1"
+Import-Package: org.apache.log4j,
+ org.eclipse.xtext.xbase.lib
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+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.compiler,
+ org.eclipse.papyrus.alf.formatting,
+ 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.validation

Back to the top