Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-06-29 06:32:37 +0000
committerSravan Kumar Lakkimsetti2017-06-29 06:33:24 +0000
commitf39c11b96d8f38ad2aac99b71171f923d7c47f8d (patch)
tree71c9e190a6b5d6db05331f25068c6a487729dc5a
parentcc2a4992c49f0564e32f8efabb9794f3c90006ed (diff)
downloadeclipse.platform.releng.aggregator-f39c11b96d8f38ad2aac99b71171f923d7c47f8d.tar.gz
eclipse.platform.releng.aggregator-f39c11b96d8f38ad2aac99b71171f923d7c47f8d.tar.xz
eclipse.platform.releng.aggregator-f39c11b96d8f38ad2aac99b71171f923d7c47f8d.zip
Bug 518918 - Enable photon I-builds on the download page
Change-Id: I31232a1312eeeaffac63088a4a03b42810ab9958 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xproduction/build-functions.shsource4
1 files changed, 0 insertions, 4 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 7dca6e649..b5d5b850a 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1243,10 +1243,6 @@ fn-publish-eclipse ()
then
touch buildHidden
fi
- if [[ "$BUILD_STREAM" == "4.8.0" ]]
- then
- touch buildHidden
- fi
popd
}

Back to the top