Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/textedit/org.eclipse.papyrus.transition.editor.xtext.ui/META-INF/MANIFEST.MF')
-rw-r--r--plugins/uml/textedit/org.eclipse.papyrus.transition.editor.xtext.ui/META-INF/MANIFEST.MF47
1 files changed, 25 insertions, 22 deletions
diff --git a/plugins/uml/textedit/org.eclipse.papyrus.transition.editor.xtext.ui/META-INF/MANIFEST.MF b/plugins/uml/textedit/org.eclipse.papyrus.transition.editor.xtext.ui/META-INF/MANIFEST.MF
index 6d767b2408f..e86f902bfd0 100644
--- a/plugins/uml/textedit/org.eclipse.papyrus.transition.editor.xtext.ui/META-INF/MANIFEST.MF
+++ b/plugins/uml/textedit/org.eclipse.papyrus.transition.editor.xtext.ui/META-INF/MANIFEST.MF
@@ -1,12 +1,19 @@
Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
+Export-Package: org.eclipse.papyrus.transition.editor.xtext.ui,
+ org.eclipse.papyrus.transition.editor.xtext.ui.contentassist,
+ org.eclipse.papyrus.transition.editor.xtext.ui.contentassist.antlr,
+ org.eclipse.papyrus.transition.editor.xtext.ui.contentassist.antlr.internal,
+ org.eclipse.papyrus.transition.editor.xtext.ui.contributions,
+ org.eclipse.papyrus.transition.editor.xtext.ui.editor,
+ org.eclipse.papyrus.transition.editor.xtext.ui.internal,
+ org.eclipse.papyrus.transition.editor.xtext.ui.labeling,
+ org.eclipse.papyrus.transition.editor.xtext.ui.outline,
+ org.eclipse.papyrus.transition.editor.xtext.ui.quickfix
+Bundle-ActivationPolicy: lazy
Bundle-Name: %pluginName
-Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Bundle-Version: 0.9.0.qualifier
-Bundle-SymbolicName: org.eclipse.papyrus.transition.editor.xtext.ui; singleton:=true
-Bundle-ActivationPolicy: lazy
-Require-Bundle: org.eclipse.papyrus.transition.editor.xtext;visibility:=reexport,
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.eclipse.papyrus.transition.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",
@@ -15,22 +22,18 @@ Require-Bundle: org.eclipse.papyrus.transition.editor.xtext;visibility:=reexport
org.eclipse.xtext.builder,
org.antlr.runtime,
org.eclipse.uml2.uml;bundle-version="3.1.0",
- org.eclipse.papyrus.extensionpoints.editors;bundle-version="0.8.0",
+ org.eclipse.papyrus.extensionpoints.editors;bundle-version="0.9.0",
org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.4.0",
- org.eclipse.papyrus.core;bundle-version="0.8.0",
- org.eclipse.papyrus.properties.runtime;bundle-version="0.8.0",
+ org.eclipse.papyrus.core;bundle-version="0.9.0",
+ org.eclipse.papyrus.properties.runtime;bundle-version="0.9.0",
org.eclipse.core.expressions;bundle-version="3.4.200",
- org.eclipse.xtext.gmf.glue;bundle-version="0.8.0"
+ org.eclipse.xtext.gmf.glue;bundle-version="0.9.0"
+Bundle-Vendor: %providerName
+Bundle-Version: 0.9.0.qualifier
+Bundle-ManifestVersion: 2
+Bundle-Activator: org.eclipse.papyrus.transition.editor.xtext.ui.inter
+ nal.UmlTransitionActivator
+Bundle-SymbolicName: org.eclipse.papyrus.transition.editor.xtext.ui;si
+ ngleton:=true
Import-Package: org.apache.log4j
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.papyrus.transition.editor.xtext.ui,
- org.eclipse.papyrus.transition.editor.xtext.ui.contentassist,
- org.eclipse.papyrus.transition.editor.xtext.ui.contentassist.antlr,
- org.eclipse.papyrus.transition.editor.xtext.ui.contentassist.antlr.internal,
- org.eclipse.papyrus.transition.editor.xtext.ui.contributions,
- org.eclipse.papyrus.transition.editor.xtext.ui.editor,
- org.eclipse.papyrus.transition.editor.xtext.ui.internal,
- org.eclipse.papyrus.transition.editor.xtext.ui.labeling,
- org.eclipse.papyrus.transition.editor.xtext.ui.outline,
- org.eclipse.papyrus.transition.editor.xtext.ui.quickfix
-Bundle-Activator: org.eclipse.papyrus.transition.editor.xtext.ui.internal.UmlTransitionActivator
+

Back to the top