Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2014-03-11 18:01:01 +0000
committerEike Stepper2014-03-11 18:01:01 +0000
commita7d767a19ccb0a48c50c1b7f0e35f77a3046faa3 (patch)
treebf07b80d1b91ad5af811959f69076fbb21edbc48
parentbcd1edf7d89187f296efa62297a247d3e168a33e (diff)
downloadcdo-a7d767a19ccb0a48c50c1b7f0e35f77a3046faa3.tar.gz
cdo-a7d767a19ccb0a48c50c1b7f0e35f77a3046faa3.tar.xz
cdo-a7d767a19ccb0a48c50c1b7f0e35f77a3046faa3.zip
Fix build
-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 c1071615f2..2b2cebd048 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -809,7 +809,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-M-builds" />
+ <arg value="http://download.eclipse.org/eclipse/updates/4.3" />
<arg value="-r" />
<arg value="http://download.eclipse.org/modeling/emf/cdo/updates/integration" />
<arg value="-d" />

Back to the top