Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2015-03-20 15:03:40 +0000
committerChristian W. Damus2015-03-20 15:06:17 +0000
commitd0d2d59c0a83605d619de103e2e2e4a0815c715c (patch)
tree5148c97debbe495f377b2ce07d2d819bcb544b4c
parent4c1c85a19e864159c79d4812846cad28b5f2ed0d (diff)
downloadorg.eclipse.papyrus-d0d2d59c0a83605d619de103e2e2e4a0815c715c.tar.gz
org.eclipse.papyrus-d0d2d59c0a83605d619de103e2e2e4a0815c715c.tar.xz
org.eclipse.papyrus-d0d2d59c0a83605d619de103e2e2e4a0815c715c.zip
[Releng] Papyrus setup model fixes for developer tools installation
Fix the installation of Papyrus Developer Tools by including some missing dependencies, in particular the nightly Papyrus main build. Because the developer tools are dependent on the main Papyrus plug-ins and the setup model installs the latest nightly build of the Developer tools, it also needs to install the latest nightly build Papyrus, not just the latest milestone build.
-rw-r--r--releng/org.eclipse.papyrus.oomph/setups/papyrus.setup10
1 files changed, 10 insertions, 0 deletions
diff --git a/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup b/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
index 2fb4c6359de..e7f8e1e7586 100644
--- a/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
+++ b/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
@@ -2864,6 +2864,10 @@
name="org.eclipse.papyrus.dev.feature.feature.group"/>
<repository
url="https://hudson.eclipse.org/papyrus/job/Papyrus-Master-Developer/lastSuccessfulBuild/artifact/releng/dev/target/repository/"/>
+ <repository
+ url="${base.downloads.url}/modeling/mdt/papyrus/updates/nightly/mars/main"/>
+ <repository
+ url="http://download.eclipse.org/modeling/emft/b3/updates-4.3/"/>
</setupTask>
</stream>
<stream
@@ -2877,8 +2881,14 @@
xsi:type="setup.p2:P2Task">
<requirement
name="org.eclipse.papyrus.dev.feature.feature.group"/>
+ <requirement
+ name="org.eclipse.b3.aggregator.engine.feature.feature.group"/>
<repository
url="https://hudson.eclipse.org/papyrus/job/Papyrus-Luna-Developer/lastSuccessfulBuild/artifact/releng/dev/target/repository/"/>
+ <repository
+ url="${base.downloads.url}/modeling/mdt/papyrus/updates/nightly/luna"/>
+ <repository
+ url="http://download.eclipse.org/modeling/emft/b3/updates-4.3/"/>
</setupTask>
</stream>
<description>Installs developer tools, including the code generator for Papyrus diagram plug-ins and various debugging aids such as &quot;spy&quot; views. Source code is not included.</description>

Back to the top