Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-03-24 17:38:47 +0000
committerCamille Letavernier2015-03-24 17:38:47 +0000
commit19d735169083a2d336d0d1b235dac19fa02db2a2 (patch)
tree5ad03c4fea8f5553a9489f5ab1d1b8c5a0c9f0eb /plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui
parent62a120a1a34a7ca50cdeb7bc248b1c6716cb7a9d (diff)
downloadorg.eclipse.papyrus-19d735169083a2d336d0d1b235dac19fa02db2a2.tar.gz
org.eclipse.papyrus-19d735169083a2d336d0d1b235dac19fa02db2a2.tar.xz
org.eclipse.papyrus-19d735169083a2d336d0d1b235dac19fa02db2a2.zip
[Releng] Fix dependency versions on the CSS3 XText plug-ins
Diffstat (limited to 'plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui')
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/META-INF/MANIFEST.MF b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/META-INF/MANIFEST.MF
index ae75e3f770b..d54abf01b36 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/META-INF/MANIFEST.MF
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@ Bundle-Vendor: Eclipse Modeling Project
Bundle-Version: 1.1.0.qualifier
Bundle-SymbolicName: org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui; singleton:=true
Bundle-ActivationPolicy: lazy
-Require-Bundle: org.eclipse.papyrus.infra.gmfdiag.css3.xtext;visibility:=reexport,
+Require-Bundle: org.eclipse.papyrus.infra.gmfdiag.css3.xtext;bundle-version="1.1.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",

Back to the top