Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-04-07 19:50:55 +0000
committerDavid Williams2016-04-07 19:50:55 +0000
commit28d61f2358d2828cafcc6413c140aac30564e259 (patch)
tree125669f1aae8e5da45c2925b721d2aef725a270c /production/build-functions.shsource
parent889331bf9e3cf567f20e79654317b17ecc9b9be1 (diff)
downloadeclipse.platform.releng.aggregator-28d61f2358d2828cafcc6413c140aac30564e259.tar.gz
eclipse.platform.releng.aggregator-28d61f2358d2828cafcc6413c140aac30564e259.tar.xz
eclipse.platform.releng.aggregator-28d61f2358d2828cafcc6413c140aac30564e259.zip
Bug 490973 - Removed variables no longer used.
Diffstat (limited to 'production/build-functions.shsource')
-rwxr-xr-xproduction/build-functions.shsource2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 232656743..40c944979 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1127,7 +1127,7 @@ fn-summarize-apitooling ()
-DfreezeFilename=eclipse-SDK-4.6M6-win32.zip "
# this API_PREV_REF_LABEL variable should be changed any time the version used
# by previousBaseURL changes. Its purpose is just to localize changes to this one
- # place, and not have to make further, hard-coded changes to testResults.template.php.
+ # place, and not have to make further, hard-coded changes to php files.
# Similar for freeze label.
# NOTE: the *reference* for API changes should be the "previous release", even if it is a "service release".
API_PREV_REF_LABEL=4.5.2

Back to the top