Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjay2018-07-24 15:56:45 +0000
committerjay2018-07-26 04:52:44 +0000
commit0ac145facecbad245866e21065e3fa1032f3f8fb (patch)
tree1238effe2d4441d8d152c77ea4f30c53a0994394
parent0c85a975e89cb6412c8312d6adbbc4433a1f4fc6 (diff)
downloadeclipse.platform.releng.aggregator-0ac145facecbad245866e21065e3fa1032f3f8fb.tar.gz
eclipse.platform.releng.aggregator-0ac145facecbad245866e21065e3fa1032f3f8fb.tar.xz
eclipse.platform.releng.aggregator-0ac145facecbad245866e21065e3fa1032f3f8fb.zip
Bug 537316 - 11] Fixing the incorrect branch nameP20180726-0100
Change-Id: I8589e7125a99a8e70107fcc75b0344b41c2beeb8 Signed-off-by: jay <jarthana@in.ibm.com>
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt-feature-dummy/pom.xml2
-rwxr-xr-xproduction/sdk/bootstrap/mb4P_hudson.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt-feature-dummy/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt-feature-dummy/pom.xml
index 1e5ae6713..9d0434e6d 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt-feature-dummy/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt-feature-dummy/pom.xml
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.jdt.feature</groupId>
<artifactId>org.eclipse.jdt</artifactId>
- <version>3.14.0.v20180611-0500/version>
+ <version>3.14.0.v20180611-0500</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/production/sdk/bootstrap/mb4P_hudson.sh b/production/sdk/bootstrap/mb4P_hudson.sh
index 2c83db837..ab59592ec 100755
--- a/production/sdk/bootstrap/mb4P_hudson.sh
+++ b/production/sdk/bootstrap/mb4P_hudson.sh
@@ -80,7 +80,7 @@ echo "umask explicitly set to $NEWUMASK, old value was $oldumask"
# use BETA_JAVA_18_3 to do a "complete build" that includes Java 10 beta code
# use master to literally build "just the three" bundles that are required.
-#export BRANCH=BETA_JAVA_11
+#export BRANCH=BETA_JAVA11
export BRANCH=master
export BUILD_TYPE=P
export STREAM=4.9.0

Back to the top