[100327] Use build IDs for zip filenames -- will revert at first sign of trouble
diff --git a/releng.wtpbuilder/distribution/wtp.site/publish.xml b/releng.wtpbuilder/distribution/wtp.site/publish.xml
index f59c02f..4fd4eb5 100644
--- a/releng.wtpbuilder/distribution/wtp.site/publish.xml
+++ b/releng.wtpbuilder/distribution/wtp.site/publish.xml
@@ -52,7 +52,7 @@
<replace file="${result}/${indexFileName}" token="@date@" value="${TODAY}" />
<!-- Insert Build Name -->
- <replace file="${result}/${indexFileName}" token="@build@" value="${buildId}" />
+ <replace file="${result}/${indexFileName}" token="@build@" value="${buildLabel}" />
<!-- Insert Mirror Name -->
<replace file="${result}/${indexFileName}" token="@mirror@" value="${webtoolsDownloadURL}/${buildLabel}/" />