Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production')
-rwxr-xr-xproduction/sdk/bootstrap/mb4Y_hudson.sh12
-rw-r--r--production/streams/repositories_java11.txt24
2 files changed, 31 insertions, 5 deletions
diff --git a/production/sdk/bootstrap/mb4Y_hudson.sh b/production/sdk/bootstrap/mb4Y_hudson.sh
index 304e56038..a9d4cc994 100755
--- a/production/sdk/bootstrap/mb4Y_hudson.sh
+++ b/production/sdk/bootstrap/mb4Y_hudson.sh
@@ -54,7 +54,7 @@ echo "locale charmap: $(locale charmap)"
# all optional
# normally, when ran from crobjob, none should be specified
-while getopts 'ht' OPTION
+while getopts 'hti' OPTION
do
case $OPTION in
h) usage
@@ -62,6 +62,8 @@ do
;;
t) export testbuildonly=true
;;
+ i) export invisibleBuild=true
+ ;;
esac
done
@@ -81,10 +83,10 @@ echo "umask explicitly set to $NEWUMASK, old value was $oldumask"
#export CBI_JDT_REPO_URL="http://build.eclipse.org/eclipse/jdtx/"
#export CBI_JDT_VERSION="3.9.2.v20140309-1413"
-export BRANCH=R4_7_maintenance
+export BRANCH=master
export BUILD_TYPE=Y
-export STREAM=4.7.3
-export PATCH_OR_BRANCH_LABEL=java10
+export STREAM=4.9.0
+export PATCH_OR_BRANCH_LABEL=java11
eclipseStreamMajor=${STREAM:0:1}
# unique short name for stream and build type
@@ -104,7 +106,7 @@ export ALL_PROXY=${ALL_PROXY:-proxy.eclipse.org:9898}
# default (later) is set to 'true'.
# set to false here for less output.
# setting to false until bug 495750 is fixed, else too much output.
-# export MVN_DEBUG=false
+export MVN_DEBUG=false
export PRODUCTION_SCRIPTS_DIR=production
diff --git a/production/streams/repositories_java11.txt b/production/streams/repositories_java11.txt
new file mode 100644
index 000000000..cf83d79f2
--- /dev/null
+++ b/production/streams/repositories_java11.txt
@@ -0,0 +1,24 @@
+rt.equinox.binaries: master
+rt.equinox.bundles: master
+rt.equinox.framework: master
+rt.equinox.p2: master
+eclipse.jdt.core.binaries: master
+eclipse.jdt.core: BETA_JAVA11
+eclipse.jdt.debug: BETA_JAVA11
+eclipse.jdt: master
+eclipse.jdt.ui: BETA_JAVA11
+eclipse.pde.build: master
+eclipse.pde.ui: master
+eclipse.platform.debug: master
+eclipse.platform.resources: master
+eclipse.platform: master
+eclipse.platform.common: master
+eclipse.platform.releng: master
+eclipse.platform.runtime: master
+eclipse.platform.swt: master
+eclipse.platform.swt.binaries: master
+eclipse.platform.team: master
+eclipse.platform.text: master
+eclipse.platform.ua: master
+eclipse.platform.ui: master
+eclipse.platform.ui.tools: master

Back to the top