Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/sdk/promoteStableRelease/promoteImpl/addRepoPropertiesStandalone.sh')
-rwxr-xr-xproduction/sdk/promoteStableRelease/promoteImpl/addRepoPropertiesStandalone.sh15
1 files changed, 9 insertions, 6 deletions
diff --git a/production/sdk/promoteStableRelease/promoteImpl/addRepoPropertiesStandalone.sh b/production/sdk/promoteStableRelease/promoteImpl/addRepoPropertiesStandalone.sh
index 815bb58fc..511080539 100755
--- a/production/sdk/promoteStableRelease/promoteImpl/addRepoPropertiesStandalone.sh
+++ b/production/sdk/promoteStableRelease/promoteImpl/addRepoPropertiesStandalone.sh
@@ -10,12 +10,15 @@ export BUILD_ROOT=${BUILD_ROOT:-/shared/eclipse/builds/4P}
printf "\n\tDEBUG: %s\n" "BUILD_ROOT: ${BUILD_ROOT}"
-./addRepoProperties.sh \
- "/home/data/httpd/download.eclipse.org/eclipse/updates/4.3-P-builds/P20140317-1600" \
- "4.3-P-builds" \
- "P20140317-1600" \
- "org.eclipse.jdt.java8patch" \
- "_1.0.0.v20140317-1956"
+#printf "\n\ERROR: %\n" "Script needs to be updated for java9patch, if needed, and these lines removed"
+#exit 1
+
+./addRepoPropertiesPatchBuild.sh \
+ "/home/data/httpd/download.eclipse.org/eclipse/updates/4.5-P-builds/P20150622-0925" \
+ "4.5-P-builds" \
+ "P20150622-0925" \
+ "org.eclipse.jdt.java9patch,org.eclipse.jdt.java9patch.source" \
+ "_1.0.0.v20150622-0644_BETA_JAVA9"
#./addRepoProperties.sh\
# "/data/httpd/download.eclipse.org/eclipse/updates/4.3-P-builds/P20140311-1530"\

Back to the top