Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-04-29 19:26:21 +0000
committerDavid Williams2016-04-29 19:26:21 +0000
commit1823e4acb9abb4b673bead2a06a260f25a5b546d (patch)
treedb3cc762c06a77c7974ff52328d6c3a15dfb833b /production/build_eclipse_org.shsource
parent490cfaa695cd282350ae23c8e670d3e125eca68e (diff)
downloadeclipse.platform.releng.aggregator-1823e4acb9abb4b673bead2a06a260f25a5b546d.tar.gz
eclipse.platform.releng.aggregator-1823e4acb9abb4b673bead2a06a260f25a5b546d.tar.xz
eclipse.platform.releng.aggregator-1823e4acb9abb4b673bead2a06a260f25a5b546d.zip
Bug 492580 - deltapack can not be created by test, on Linux.
Diffstat (limited to 'production/build_eclipse_org.shsource')
-rw-r--r--production/build_eclipse_org.shsource5
1 files changed, 3 insertions, 2 deletions
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index 5919f89e9..28b545d2e 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -65,8 +65,9 @@ export MAVEN_PATH=${MAVEN_PATH:-/shared/common/apache-maven-3.3.3/bin}
export PATH=$JAVA_HOME/bin:$MAVEN_PATH:$ANT_HOME/bin:$PATH
-# Only used to start antrunner for tests. May not need here?
-BASEBUILDER_TAG=R38M6PlusRC3G
+# Only used to start antrunner for tests.
+# TODO: avoid this hard coding
+BASEBUILDER_TAG=4.5.2
B_GIT_EMAIL=e4Build@eclipse.org
B_GIT_NAME="E4 Build"

Back to the top