Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-07-29 10:58:53 +0000
committerEike Stepper2013-07-30 10:47:13 +0000
commit9bdf2906fc8b1cb07db939280c1395548d39e5be (patch)
tree7d015c8f283dbbc63c785b06a2616335f5eb4061
parente60e042c6cb81749a6140fcba32848918539937e (diff)
downloadcdo-9bdf2906fc8b1cb07db939280c1395548d39e5be.tar.gz
cdo-9bdf2906fc8b1cb07db939280c1395548d39e5be.tar.xz
cdo-9bdf2906fc8b1cb07db939280c1395548d39e5be.zip
Add setup tool
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml
index 5a98ad1467..1ed465b408 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -300,7 +300,7 @@
<arg value="-r" />
<arg value="http://download.eclipse.org/tools/buckminster/headless-4.3" />
<arg value="-r" />
- <arg value="http://download.eclipse.org/eclipse/updates/4.3" />
+ <arg value="http://download.eclipse.org/eclipse/releases/kepler" />
<arg value="-r" />
<arg value="http://download.eclipse.org/modeling/emf/cdo/updates/integration" />
<arg value="-d" />

Back to the top