Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkitlo2019-05-03 02:48:01 +0000
committerkitlo2019-05-03 02:56:02 +0000
commitfbd76d1c07609f2b13e571c263acb184337d2b41 (patch)
treef81337c541dab3899f4697a94a7f73d4fa2163a4 /cje-production/master-build.sh
parent0708229d0c93d0e88b6e79a6f8c8c068b78f9b15 (diff)
downloadeclipse.platform.releng.aggregator-fbd76d1c07609f2b13e571c263acb184337d2b41.tar.gz
eclipse.platform.releng.aggregator-fbd76d1c07609f2b13e571c263acb184337d2b41.tar.xz
eclipse.platform.releng.aggregator-fbd76d1c07609f2b13e571c263acb184337d2b41.zip
Bug 546947 - Define variables needed for download pages
Change-Id: I1fe7d4ee4f3aee7c96d2ad5626dbef294b0ad0dd Signed-off-by: kitlo <kitlo@us.ibm.com>
Diffstat (limited to 'cje-production/master-build.sh')
-rwxr-xr-xcje-production/master-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cje-production/master-build.sh b/cje-production/master-build.sh
index 3344a469b..a0b64e3eb 100755
--- a/cje-production/master-build.sh
+++ b/cje-production/master-build.sh
@@ -37,3 +37,4 @@ cp $CJE_ROOT/buildproperties.txt $CJE_ROOT/$DROP_DIR/$BUILD_ID
mv $CJE_ROOT/buildproperties.php $CJE_ROOT/$DROP_DIR/$BUILD_ID
mv $CJE_ROOT/buildproperties.properties $CJE_ROOT/$DROP_DIR/$BUILD_ID
mv $CJE_ROOT/buildproperties.shsource $CJE_ROOT/$DROP_DIR/$BUILD_ID
+cp $CJE_ROOT/$DROP_DIR/$BUILD_ID/buildproperties.* $CJE_ROOT/$EQUINOX_DROP_DIR/$BUILD_ID

Back to the top