Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2016-08-02 13:51:35 +0000
committerEike Stepper2016-08-02 13:51:35 +0000
commit40e5f987fa39839eaabe04ac0bf92b3dad704e17 (patch)
tree403e69301f1081b31fde622f98eac778c5bdb96a
parentc06647ec0e692bb74f994c2f1d89efea37436332 (diff)
downloadcdo-40e5f987fa39839eaabe04ac0bf92b3dad704e17.tar.gz
cdo-40e5f987fa39839eaabe04ac0bf92b3dad704e17.tar.xz
cdo-40e5f987fa39839eaabe04ac0bf92b3dad704e17.zip
[Releng] Use CDO 4.5 release build for Hudson tools
-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 50b0f965d8..f4f5c97944 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -580,7 +580,7 @@
<arg value="-r" />
<arg value="http://download.eclipse.org/oomph/updates/latest" />
<arg value="-r" />
- <arg value="http://download.eclipse.org/modeling/emf/cdo/updates/integration" />
+ <arg value="http://download.eclipse.org/modeling/emf/cdo/drops/R20160607-1209" />
<arg value="-d" />
<arg value="${tools}/buckminster" />
<arg value="-p" />

Back to the top