Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/marte/textedit/org.eclipse.papyrus.constraintwithvsl.editor.xtext.ui/META-INF/MANIFEST.MF')
-rw-r--r--plugins/marte/textedit/org.eclipse.papyrus.constraintwithvsl.editor.xtext.ui/META-INF/MANIFEST.MF41
1 files changed, 22 insertions, 19 deletions
diff --git a/plugins/marte/textedit/org.eclipse.papyrus.constraintwithvsl.editor.xtext.ui/META-INF/MANIFEST.MF b/plugins/marte/textedit/org.eclipse.papyrus.constraintwithvsl.editor.xtext.ui/META-INF/MANIFEST.MF
index f0feee55b8b..34884f0bf65 100644
--- a/plugins/marte/textedit/org.eclipse.papyrus.constraintwithvsl.editor.xtext.ui/META-INF/MANIFEST.MF
+++ b/plugins/marte/textedit/org.eclipse.papyrus.constraintwithvsl.editor.xtext.ui/META-INF/MANIFEST.MF
@@ -1,30 +1,33 @@
Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-Vendor: %providerName
-Bundle-Version: 0.9.0.qualifier
-Bundle-SymbolicName: org.eclipse.papyrus.constraintwithvsl.editor.xtext.ui; singleton:=true
+Export-Package: org.eclipse.papyrus.constraintwithvsl.editor.xtext.ui.
+ contentassist.antlr
Bundle-ActivationPolicy: lazy
-Require-Bundle: org.eclipse.papyrus.constraintwithvsl.editor.xtext;visibility:=reexport,
+Bundle-ClassPath: .
+Bundle-Name: %pluginName
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.eclipse.papyrus.constraintwithvsl.editor.xtext;bundle-version="0.9.0";visibility:=reexport,
org.eclipse.xtext.ui,
org.eclipse.ui.editors;bundle-version="3.5.0",
- org.eclipse.ui.ide;bundle-version="3.5.0",
+ org.eclipse.ui.ide;bundle-version:="3.5.0",
org.eclipse.xtext.ui.shared,
org.eclipse.ui,
org.eclipse.xtext.builder,
org.antlr.runtime,
- org.eclipse.papyrus.extensionpoints.editors;bundle-version="0.7.3",
- org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.4.0",
+ org.eclipse.papyrus.extensionpoints.editors;bundle-version="0.9.0",
+ org.eclipse.gmf.runtime.diagram.ui;bundle-version:="1.4.0",
org.eclipse.uml2.uml;bundle-version="3.1.0",
- org.eclipse.papyrus.umlutils;bundle-version="0.7.3",
- org.eclipse.papyrus.core;bundle-version="0.7.3",
- org.eclipse.papyrus.properties.runtime;bundle-version="0.7.3",
- org.eclipse.papyrus.service.edit;bundle-version="0.7.3",
- org.eclipse.papyrus.marte.vsl;bundle-version="0.7.3",
- org.eclipse.papyrus.marte.vsl.ui;bundle-version="0.7.3",
+ org.eclipse.papyrus.umlutils;bundle-version="0.9.0",
+ org.eclipse.papyrus.core;bundle-version="0.9.0",
+ org.eclipse.papyrus.properties.runtime;bundle-version="0.9.0",
+ org.eclipse.papyrus.service.edit;bundle-version:="0.9.0",
+ org.eclipse.papyrus.marte.vsl;bundle-version="0.9.0",
+ org.eclipse.papyrus.marte.vsl.ui;bundle-version="0.9.0",
org.eclipse.xtext.gmf.glue;bundle-version="0.7.3"
+Bundle-Vendor: %providerName
+Bundle-Version: 0.9.0.qualifier
+Bundle-ManifestVersion: 2
+Bundle-Activator: org.eclipse.papyrus.constraintwithvsl.editor.xtext.u
+ i.internal.ConstraintWithVSLlActivator
+Bundle-SymbolicName: org.eclipse.papyrus.constraintwithvsl.editor.xtext.ui;singleton:=true
Import-Package: org.apache.log4j
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.papyrus.constraintwithvsl.editor.xtext.ui.contentassist.antlr
-Bundle-Activator: org.eclipse.papyrus.constraintwithvsl.editor.xtext.ui.internal.ConstraintWithVSLlActivator
-Bundle-ClassPath: .
+

Back to the top