Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/org.eclipse.papyrus.constraintwithvsl.editor.xtext/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/marte/org.eclipse.papyrus.constraintwithvsl.editor.xtext/META-INF/MANIFEST.MF36
1 files changed, 36 insertions, 0 deletions
diff --git a/extraplugins/marte/org.eclipse.papyrus.constraintwithvsl.editor.xtext/META-INF/MANIFEST.MF b/extraplugins/marte/org.eclipse.papyrus.constraintwithvsl.editor.xtext/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..07840240b71
--- /dev/null
+++ b/extraplugins/marte/org.eclipse.papyrus.constraintwithvsl.editor.xtext/META-INF/MANIFEST.MF
@@ -0,0 +1,36 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-Vendor: %providerName
+Bundle-Version: 0.7.1.qualifier
+Bundle-SymbolicName: org.eclipse.papyrus.constraintwithvsl.editor.xtext; 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.1.0",
+ org.eclipse.uml2.codegen.ecore;bundle-version="1.6.0",
+ org.eclipse.xtext.gmf.glue;bundle-version="1.0.0",
+ org.eclipse.papyrus.marte.vsl;bundle-version="0.7.1"
+Import-Package: org.apache.log4j
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Export-Package: org.eclipse.papyrus.constraintwithvsl.editor.xtext,
+ org.eclipse.papyrus.constraintwithvsl.editor.xtext.services,
+ org.eclipse.papyrus.constraintwithvsl.editor.xtext.constraintWithVSLl,
+ org.eclipse.papyrus.constraintwithvsl.editor.xtext.constraintWithVSLl.impl,
+ org.eclipse.papyrus.constraintwithvsl.editor.xtext.constraintWithVSLl.util,
+ org.eclipse.papyrus.constraintwithvsl.editor.xtext.parseTreeConstruction,
+ org.eclipse.papyrus.constraintwithvsl.editor.xtext.parser.antlr,
+ org.eclipse.papyrus.constraintwithvsl.editor.xtext.parser.antlr.internal,
+ org.eclipse.papyrus.constraintwithvsl.editor.xtext.validation
+Bundle-ClassPath: .
+

Back to the top