Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2015-10-26 18:41:29 +0000
committerChristian W. Damus2015-10-26 18:42:02 +0000
commit2e1b869bc28dd0cf835c3ac422aba770b07e28ad (patch)
treef4eb61a33d8427b2ed16c80d9cb29fb678fe740e /releng/org.eclipse.papyrus.oomph
parent627f4ef19faf5861f587d811695abc4b121bce8d (diff)
downloadorg.eclipse.papyrus-2e1b869bc28dd0cf835c3ac422aba770b07e28ad.tar.gz
org.eclipse.papyrus-2e1b869bc28dd0cf835c3ac422aba770b07e28ad.tar.xz
org.eclipse.papyrus-2e1b869bc28dd0cf835c3ac422aba770b07e28ad.zip
[Releng] Fix Oomph dependencies for diagram test generation framework
Diffstat (limited to 'releng/org.eclipse.papyrus.oomph')
-rw-r--r--releng/org.eclipse.papyrus.oomph/setups/papyrus.setup11
1 files changed, 6 insertions, 5 deletions
diff --git a/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup b/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
index ab453c72f68..4c72572d622 100644
--- a/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
+++ b/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
@@ -155,14 +155,14 @@
</detail>
</annotation>
</repository>
- <repository url="http://download.eclipse.org/acceleo/updates/milestones/3.6/S201509300618">
+ <repository url="http://download.eclipse.org/acceleo/updates/milestones/3.6/S201509300618">
<annotation source="http://www.eclipse.org/Papyrus/2014/releng/dependencytools">
<detail key="updateFrom">
<value>M2T ACCELEO</value>
</detail>
</annotation>
</repository>
- <repository url="http://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.1.0/S201509281333">
+ <repository url="http://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.1.0/S201509281333">
<annotation source="http://www.eclipse.org/Papyrus/2014/releng/dependencytools">
<detail key="updateFrom">
<value>MDT OCL 6.0</value>
@@ -176,7 +176,7 @@
</detail>
</annotation>
</repository>
- <repository url="http://download.eclipse.org/modeling/m2t/xpand/updates/milestones/S201509290912/">
+ <repository url="http://download.eclipse.org/modeling/m2t/xpand/updates/milestones/S201509290912/">
<annotation source="http://www.eclipse.org/Papyrus/2014/releng/dependencytools">
<detail key="updateFrom">
<value>M2T XPAND</value>
@@ -190,7 +190,7 @@
</detail>
</annotation>
</repository>
- <repository url="http://download.eclipse.org/modeling/emf/compare/updates/milestones/3.2/S201509300604">
+ <repository url="http://download.eclipse.org/modeling/emf/compare/updates/milestones/3.2/S201509300604">
<annotation source="http://www.eclipse.org/Papyrus/2014/releng/dependencytools">
<detail key="updateFrom">
<value>EMF COMPARE</value>
@@ -1326,7 +1326,7 @@
<requirement name="org.eclipse.cdt.feature.group"/>
<requirement name="org.eclipse.acceleo.feature.group"/>
<repositoryList name="Neon">
- <repository url="http://download.eclipse.org/tools/cdt/builds/neon/milestones">
+ <repository url="http://download.eclipse.org/tools/cdt/builds/neon/milestones">
<annotation source="http://www.eclipse.org/Papyrus/2014/releng/dependencytools">
<detail key="updateFrom">
<value>CDT</value>
@@ -1775,6 +1775,7 @@
<targlet name="Papyrus Test Generation Framework Dependencies">
<requirement name="org.eclipse.upr.utp"/>
<requirement name="org.eclipse.upr.utp.papyrus"/>
+ <requirement name="org.eclipse.gmf.tooling.codegen.xtend2.feature.group"/>
<repositoryList>
<repository url="${base.downloads.url}/upr/nightly/standardized/update/"/>
</repositoryList>

Back to the top