Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2017-01-31 07:45:31 +0000
committerEike Stepper2017-01-31 07:45:31 +0000
commit5f27f548b2ee0ce539f50c2f9a4086bb762361c6 (patch)
treea7555cea64a3d09f8086da6590fc383a5150203e
parentf3cc80821ac2c25c9ed892dcd194c232784b985c (diff)
downloadcdo-5f27f548b2ee0ce539f50c2f9a4086bb762361c6.tar.gz
cdo-5f27f548b2ee0ce539f50c2f9a4086bb762361c6.tar.xz
cdo-5f27f548b2ee0ce539f50c2f9a4086bb762361c6.zip
[Releng] Update build.xml to Buckminster 4.5
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml
index b93e80477d..de9646b3af 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -572,15 +572,15 @@
<echo message="Installing buckminster" />
<eclipse app="director">
<properties>
- <sysproperty key="org.eclipse.update.jarprocessor.pack200" value="/shared/common/jdk1.6.0-latest/bin" />
+ <sysproperty key="org.eclipse.update.jarprocessor.pack200" value="/shared/common/jdk1.8.0_x64-latest/bin" />
<sysproperty key="eclipse.p2.mirrors" value="false" />
<sysproperty key="eclipse.p2.MD5Check" value="false" />
</properties>
<args>
<arg value="-r" />
- <arg value="http://download.eclipse.org/tools/buckminster/headless-4.4" />
+ <arg value="http://download.eclipse.org/tools/buckminster/headless-4.5" />
<arg value="-r" />
- <arg value="http://download.eclipse.org/releases/mars" />
+ <arg value="http://download.eclipse.org/releases/neon" />
<arg value="-r" />
<arg value="http://download.eclipse.org/oomph/updates/latest" />
<arg value="-r" />

Back to the top