Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-05-16 16:57:04 +0000
committerQuentin Le Menez2018-05-16 16:58:11 +0000
commitfef046ec9e86b230fa84b41f129645dcc92cf478 (patch)
tree42765d51a248d296ce28c9a9738934fe552c8c90 /features/papyrus-toolsmiths-features
parent9b586fc1cf795254e351a85590d9e21d2ccae017 (diff)
downloadorg.eclipse.papyrus-fef046ec9e86b230fa84b41f129645dcc92cf478.tar.gz
org.eclipse.papyrus-fef046ec9e86b230fa84b41f129645dcc92cf478.tar.xz
org.eclipse.papyrus-fef046ec9e86b230fa84b41f129645dcc92cf478.zip
Revert "Bug 518452 - [releng] [photon] Update with the new gmf runtime update site"
This reverts commit 9b586fc1cf795254e351a85590d9e21d2ccae017. Change-Id: I3cb4c99429a6fb2e83ab5c8222310a4820b873ba Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'features/papyrus-toolsmiths-features')
-rwxr-xr-xfeatures/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/feature.xml10
1 files changed, 10 insertions, 0 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 6a1ca969318..501aac3912c 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
@@ -21,6 +21,16 @@ http://www.eclipse.org/legal/epl-v10.html
%license
</license>
+ <url>
+ <discovery label="gmf-tooling" url="http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/"/>
+ </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"/>
+ </requires>
+
<plugin
id="org.eclipse.papyrus.codegen"
download-size="0"

Back to the top