Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2016-10-25 13:32:33 +0000
committerChristian W. Damus2016-10-25 13:32:33 +0000
commit92339442a1f8795ab7badcfcc688861374b4a791 (patch)
tree02b43828f41e78360bbca05ad9e09dafb46ce356 /releng/org.eclipse.papyrus.oomph
parent275dc70c6cc8ef3d034eab7bf351512950f9c34e (diff)
downloadorg.eclipse.papyrus-92339442a1f8795ab7badcfcc688861374b4a791.tar.gz
org.eclipse.papyrus-92339442a1f8795ab7badcfcc688861374b4a791.tar.xz
org.eclipse.papyrus-92339442a1f8795ab7badcfcc688861374b4a791.zip
[Setup] Fix xtext dependency in Developer Tools.
Diffstat (limited to 'releng/org.eclipse.papyrus.oomph')
-rw-r--r--releng/org.eclipse.papyrus.oomph/setups/papyrus.setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup b/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
index 11d6e8cbd2a..cc3784d3bc5 100644
--- a/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
+++ b/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
@@ -1873,7 +1873,7 @@
<repository url="https://hudson.eclipse.org/papyrus/job/Papyrus-Master-Developer/lastSuccessfulBuild/artifact/repository/"/>
<repository url="${base.downloads.url}/modeling/mdt/papyrus/updates/nightly/neon/main"/>
<repository url="http://download.eclipse.org/modeling/emft/b3/updates-4.4/"/>
- <repository url="http://download.eclipse.org/modeling/tmf/xtext/updates/milestones/head/I201509281643/">
+ <repository url="http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.10.0/">
<annotation source="http://www.eclipse.org/Papyrus/2014/releng/dependencytools">
<detail key="updateFrom">
<value>Xtext, Xtend</value>
@@ -1890,7 +1890,7 @@
<repository url="https://hudson.eclipse.org/papyrus/job/Papyrus-Neon-Developer/lastSuccessfulBuild/artifact/repository/"/>
<repository url="${base.downloads.url}/modeling/mdt/papyrus/updates/nightly/neon/main"/>
<repository url="http://download.eclipse.org/modeling/emft/b3/updates-4.4/"/>
- <repository url="http://download.eclipse.org/modeling/tmf/xtext/updates/milestones/head/I201509281643/">
+ <repository url="http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.10.0/">
<annotation source="http://www.eclipse.org/Papyrus/2014/releng/dependencytools">
<detail key="updateFrom">
<value>Xtext, Xtend</value>

Back to the top