Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre2017-09-26 09:16:40 +0000
committerQuentin Le Menez2017-11-08 13:06:27 +0000
commit7dd568a0b88181483c4bf343899bfecd32f93bb3 (patch)
tree247297ae73066d5f252f3717ae9c58ffb58412a7 /features
parentadbe95f775bd762fe8c1acf6ab31df56cad9be24 (diff)
downloadorg.eclipse.papyrus-7dd568a0b88181483c4bf343899bfecd32f93bb3.tar.gz
org.eclipse.papyrus-7dd568a0b88181483c4bf343899bfecd32f93bb3.tar.xz
org.eclipse.papyrus-7dd568a0b88181483c4bf343899bfecd32f93bb3.zip
Bug 522500 - [developer] developer feature seems not to be installable
any more Actions - adding the repository reference to the category - adding the plugin used by tycho to in the pom.xml to reference the needed repository Change-Id: I5957b1a831503e197f2e6272afad79987e2dfd4a Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=522500 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr> Also-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml
index 35f43cc5654..c14e12d4692 100644
--- a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml
+++ b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml
@@ -33,6 +33,12 @@ http://www.eclipse.org/legal/epl-v10.html
id="org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature"
version="0.0.0"/>
+ <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