Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbrun2014-09-08 16:11:16 +0000
committercbrun2014-09-08 16:11:16 +0000
commit76a68a37d1da6f1b96d77db0125239101db7f6b0 (patch)
treeac104b9bf161c8495e00340f358f604c11fb16a0
parent2711ea2497924ac5f0ca468084198c1b502d9e6c (diff)
downloadorg.eclipse.ecoretools-76a68a37d1da6f1b96d77db0125239101db7f6b0.tar.gz
org.eclipse.ecoretools-76a68a37d1da6f1b96d77db0125239101db7f6b0.tar.xz
org.eclipse.ecoretools-76a68a37d1da6f1b96d77db0125239101db7f6b0.zip
Upgrade Sirius bounds to 2.0 compatible
-rw-r--r--org.eclipse.emf.ecoretools.design-feature/feature.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.emf.ecoretools.design-feature/feature.xml b/org.eclipse.emf.ecoretools.design-feature/feature.xml
index 26769e8..165e3f9 100644
--- a/org.eclipse.emf.ecoretools.design-feature/feature.xml
+++ b/org.eclipse.emf.ecoretools.design-feature/feature.xml
@@ -34,9 +34,9 @@ http://www.eclipse.org/legal/epl-v10.html
</license>
<requires>
- <import feature="org.eclipse.sirius.runtime" version="1.0.0" match="compatible"/>
- <import feature="org.eclipse.sirius.runtime.acceleo" version="1.0.0" match="compatible"/>
- <import feature="org.eclipse.sirius.runtime.ide.ui" version="1.0.0" match="compatible"/>
+ <import feature="org.eclipse.sirius.runtime" version="2.0.0" match="compatible"/>
+ <import feature="org.eclipse.sirius.runtime.acceleo" version="2.0.0" match="compatible"/>
+ <import feature="org.eclipse.sirius.runtime.ide.ui" version="2.0.0" match="compatible"/>
</requires>
<plugin

Back to the top