Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2014-03-11 18:44:57 +0000
committerEike Stepper2014-03-11 18:44:57 +0000
commita33437a8f17af4930a75904e00abdf960e15a23d (patch)
tree90ed9055eac906f72efc4184cec275d4bbbc517e /plugins
parenta7d767a19ccb0a48c50c1b7f0e35f77a3046faa3 (diff)
downloadcdo-a33437a8f17af4930a75904e00abdf960e15a23d.tar.gz
cdo-a33437a8f17af4930a75904e00abdf960e15a23d.tar.xz
cdo-a33437a8f17af4930a75904e00abdf960e15a23d.zip
Fix build
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml
index 2b2cebd048..69ebfe3dbf 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -808,8 +808,10 @@
<args>
<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="-r" />
<arg value="http://download.eclipse.org/modeling/emf/cdo/updates/integration" />
<arg value="-d" />

Back to the top