Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-03-20 06:08:09 +0000
committerEike Stepper2013-03-20 06:08:09 +0000
commit0a00f92402f8038d1a067f96314e46cf29aec251 (patch)
tree0c3ab486db6f67b1cef4aec9b191596187d0c98c
parent68c84ec388bddf0beacdef0b40c539028fef3e81 (diff)
downloadcdo-0a00f92402f8038d1a067f96314e46cf29aec251.tar.gz
cdo-0a00f92402f8038d1a067f96314e46cf29aec251.tar.xz
cdo-0a00f92402f8038d1a067f96314e46cf29aec251.zip
Use newest Bucky
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.properties b/plugins/org.eclipse.emf.cdo.releng/build.properties
index 682ca15ae3..8dde9cf721 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.properties
+++ b/plugins/org.eclipse.emf.cdo.releng/build.properties
@@ -12,7 +12,7 @@ branch=master
train=kepler
buckminster=4.2
eclipse=3.8
-emf=2.8
+emf=2.9
weekly=I
# This build can be optimized by setting these properties externally:
@@ -22,8 +22,8 @@ eclipse.downloads=http://download.eclipse.org
cloudsmith.downloads=http://download.cloudsmith.com
director=${eclipse.downloads}/tools/buckminster/products/director_latest.zip
-buckminster.headless=${eclipse.downloads}/modeling/emf/cdo/bucky
-#buckminster.headless=${eclipse.downloads}/tools/buckminster/headless-${buckminster}
+#buckminster.headless=${eclipse.downloads}/modeling/emf/cdo/bucky
+buckminster.headless=${eclipse.downloads}/tools/buckminster/headless-${buckminster}
train.releases=${eclipse.downloads}/releases/${train}
eclipse.updates=${eclipse.downloads}/eclipse/updates/${eclipse}
eclipse.milestones=${eclipse.downloads}/eclipse/updates/${eclipse}milestones

Back to the top