Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2016-03-02 12:27:29 +0000
committerEike Stepper2016-03-02 12:27:29 +0000
commit9e868dc1948edbb445b152f5b2d1dba0c348c6b0 (patch)
tree081690ad9d1eebae23b74f10a673851ae1767ef5
parentfe425fea9b2eeb60a755ab753b5972066d31bd48 (diff)
downloadcdo-9e868dc1948edbb445b152f5b2d1dba0c348c6b0.tar.gz
cdo-9e868dc1948edbb445b152f5b2d1dba0c348c6b0.tar.xz
cdo-9e868dc1948edbb445b152f5b2d1dba0c348c6b0.zip
[Releng] Enable tests and API reportsstreams/4.4-maintenance
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml
index 665bcd9adc..c6f38b0ce1 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -576,6 +576,10 @@
<arg value="http://download.eclipse.org/tools/buckminster/headless-4.4" />
<arg value="-r" />
<arg value="http://download.eclipse.org/releases/mars" />
+ <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="-d" />
<arg value="${tools}/buckminster" />
<arg value="-p" />

Back to the top