Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre2017-09-19 15:26:07 +0000
committerQuentin Le Menez2017-09-25 06:21:00 +0000
commitb16c9d2ea83029aee2c6031db266f54542f0485d (patch)
treebac253175bb72db1d47bfc4ac4583e812274effa /features
parentc0b4ee0c137174290baf166e7ef3a7966ea5da29 (diff)
downloadorg.eclipse.papyrus-b16c9d2ea83029aee2c6031db266f54542f0485d.tar.gz
org.eclipse.papyrus-b16c9d2ea83029aee2c6031db266f54542f0485d.tar.xz
org.eclipse.papyrus-b16c9d2ea83029aee2c6031db266f54542f0485d.zip
Bug 522500 - [developer] developer feature seems not to be installable
any more Actions -adding the url of gmftooling -adding required plugins after loading developer targetplatform Review -for me we should add all manualUpdate url of /org.eclipse.papyrus/releng/dev/targetPlatform/portable/org.eclipse.papyrus.dev.portable.target.target Change-Id: I524727cd15cfd6c9181aa8257cb96ff21c84027d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=522500 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml22
1 files changed, 13 insertions, 9 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 d06935364f4..35f43cc5654 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
@@ -5,6 +5,10 @@
version="3.0.0.qualifier"
provider-name="Eclipse Modeling Project">
+ <description url="https://eclipse.org/papyrus/">
+ Optional tools for Papyrus developers providing aids for debugging, releng, and other development tasks.
+ </description>
+
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
Copyright (c) 2014, 2015 CEA LIST, Christian W. Damus, and others.
All rights reserved. This program and the accompanying materials
@@ -16,15 +20,15 @@ http://www.eclipse.org/legal/epl-v10.html
<license url="%licenseURL">
%license
</license>
-
- <description url="https://eclipse.org/papyrus/">
- Optional tools for Papyrus developers providing aids for debugging, releng, and other development tasks.
- </description>
+
+ <url>
+ <discovery label="gmf-tooling" url="http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/"/>
+ </url>
<includes
id="org.eclipse.papyrus.junit.feature"
version="0.0.0"/>
-
+
<includes
id="org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature"
version="0.0.0"/>
@@ -42,7 +46,7 @@ http://www.eclipse.org/legal/epl-v10.html
install-size="0"
version="0.0.0"
unpack="false"/>
-
+
<plugin
id="org.eclipse.papyrus.dev.ui"
download-size="0"
@@ -153,7 +157,7 @@ http://www.eclipse.org/legal/epl-v10.html
download-size="0"
install-size="0"
version="0.0.0"
- unpack="false"/>
+ unpack="false"/>
<plugin
id="org.eclipse.papyrus.mwe2.utils"
@@ -196,8 +200,8 @@ http://www.eclipse.org/legal/epl-v10.html
install-size="0"
version="0.0.0"
unpack="false"/>
-
- <plugin
+
+ <plugin
id="org.eclipse.papyrus.dev.pluginexplorer"
download-size="0"
install-size="0"

Back to the top