Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2015-03-23 15:02:29 +0000
committerVincent Lorenzo2015-03-30 15:42:07 +0000
commit89efe5836de5f13d1c22bc834939e5241b6a2dfd (patch)
treead6a7d9d3e0e1a04973959989ba6d93fb17f7212 /plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/META-INF/MANIFEST.MF
parent85396e12ff6c0fe8292e77e7290b68386c91dcef (diff)
downloadorg.eclipse.papyrus-89efe5836de5f13d1c22bc834939e5241b6a2dfd.tar.gz
org.eclipse.papyrus-89efe5836de5f13d1c22bc834939e5241b6a2dfd.tar.xz
org.eclipse.papyrus-89efe5836de5f13d1c22bc834939e5241b6a2dfd.zip
Fix number version for textual editors in papyrus
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/META-INF/MANIFEST.MF')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/META-INF/MANIFEST.MF b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/META-INF/MANIFEST.MF
index 18037adb042..8e0f70479b0 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/META-INF/MANIFEST.MF
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/META-INF/MANIFEST.MF
@@ -14,7 +14,9 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.105.0",
org.eclipse.xtext;bundle-version="2.4.2",
org.eclipse.papyrus.infra.emf;bundle-version="1.1.0",
org.eclipse.papyrus.uml.properties;bundle-version="1.1.0",
- org.eclipse.papyrus.views.properties;bundle-version="1.1.0"
+ org.eclipse.papyrus.views.properties;bundle-version="1.1.0",
+ org.eclipse.papyrus.infra.widgets;bundle-version="1.1.0",
+ org.eclipse.core.databinding;bundle-version="1.4.100"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.1.0.qualifier

Back to the top