Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-09-18 09:44:41 +0000
committercletavernie2012-09-18 09:44:41 +0000
commit46406bb9d271e5f41782ad5f8b14babaec7be434 (patch)
tree5ba4c840d738b8419482ecb4e40e48708df81e6b /extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/META-INF/MANIFEST.MF
parent7e9c6bd819a0a830cb2c2a99f476b8c6b288366d (diff)
downloadorg.eclipse.papyrus-46406bb9d271e5f41782ad5f8b14babaec7be434.tar.gz
org.eclipse.papyrus-46406bb9d271e5f41782ad5f8b14babaec7be434.tar.xz
org.eclipse.papyrus-46406bb9d271e5f41782ad5f8b14babaec7be434.zip
Kepler: Update plug-in versions for extra plug-ins
Diffstat (limited to 'extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/META-INF/MANIFEST.MF7
1 files changed, 4 insertions, 3 deletions
diff --git a/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/META-INF/MANIFEST.MF b/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/META-INF/MANIFEST.MF
index 412fc0af05d..0e92b466510 100644
--- a/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/META-INF/MANIFEST.MF
+++ b/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/META-INF/MANIFEST.MF
@@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.xtext,
org.antlr.runtime,
org.eclipse.uml2.uml;bundle-version="3.1.0",
org.eclipse.uml2.codegen.ecore;bundle-version="1.6.0",
- org.eclipse.papyrus.marte.vsl;bundle-version="0.9.0",
+ org.eclipse.papyrus.marte.vsl;bundle-version="0.10.0",
org.eclipse.xtext.gmf.glue;bundle-version="0.9.0"
Export-Package: org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext,
org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.constraintWithVSLl,
@@ -27,10 +27,11 @@ Export-Package: org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext,
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
-Bundle-Version: 0.9.0.qualifier
+Bundle-Version: 0.10.0.qualifier
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
-Bundle-SymbolicName: org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext;singleton:=true
+Bundle-SymbolicName: org.eclipse.papyrus.marte.textedit.constraintwith
+ vsl.xtext;singleton:=true
Import-Package: org.apache.log4j
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top