Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-05-17 15:45:47 +0000
committerQuentin Le Menez2018-05-18 13:17:59 +0000
commit189141fe5d923f3f83e263207a9d8ccfe32281ed (patch)
tree821a5f8e1c5bd58b485e9cb6b2b8d41da395c6b4 /features
parent8bdf44351e3864d6a9a1d829b6e75dcebee317fa (diff)
downloadorg.eclipse.papyrus-189141fe5d923f3f83e263207a9d8ccfe32281ed.tar.gz
org.eclipse.papyrus-189141fe5d923f3f83e263207a9d8ccfe32281ed.tar.xz
org.eclipse.papyrus-189141fe5d923f3f83e263207a9d8ccfe32281ed.zip
Bug 518452 - [releng] [photon] Update target for the next RC
- Update tooling dependencies to avoid 1.6.1 batik conflict Change-Id: I4c3d5f4c3e6a430a0316652248d5e5b6147aa286 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'features')
-rwxr-xr-xfeatures/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/feature.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/feature.xml b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/feature.xml
index 501aac3912c..454625926c5 100755
--- a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/feature.xml
+++ b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/feature.xml
@@ -26,9 +26,8 @@ http://www.eclipse.org/legal/epl-v10.html
</url>
<requires>
- <import feature="org.eclipse.gmf.tooling" version="0.0.0"/>
- <import feature="org.eclipse.gmf.tooling.runtime" version="0.0.0"/>
- <import feature="org.eclipse.gmf.tooling.codegen.xtend2" version="0.0.0"/>
+ <import plugin="org.eclipse.gmf.codegen.xtend" version="1.0.0" match="compatible"/>
+ <import plugin="org.eclipse.gmf.codegen.xtend.ui" version="1.0.0" match="compatible"/>
</requires>
<plugin

Back to the top