[100327] Use build IDs for zip filenames -- will revert at first sign of trouble
diff --git a/releng.wtpbuilder/components/wst.tests/customTargets.xml b/releng.wtpbuilder/components/wst.tests/customTargets.xml
index af5a59e..014f8db 100644
--- a/releng.wtpbuilder/components/wst.tests/customTargets.xml
+++ b/releng.wtpbuilder/components/wst.tests/customTargets.xml
@@ -30,17 +30,17 @@
 
     <target name="assemble.org.eclipse.wst.tests.feature">
         <property name="archiveName"
-                  value="wtp-wst-Automated-Tests-${buildId}.zip" />
+                  value="wtp-wst-Automated-Tests-${buildLabel}.zip" />
         <ant antfile="${assembleScriptName}"
              dir="${buildDirectory}" />
 
         <mkdir dir="${postingDirectory}/${buildLabel}/checksum" />
-        <checksum file="${postingDirectory}/${buildLabel}/wtp-wst-Automated-Tests-${buildId}.zip"
+        <checksum file="${postingDirectory}/${buildLabel}/wtp-wst-Automated-Tests-${buildLabel}.zip"
                   property="md5" />
-        <echo message="${md5} *wtp-wst-Automated-Tests-${buildId}.zip"
-              file="${postingDirectory}/${buildLabel}/checksum/wtp-wst-Automated-Tests-${buildId}.zip.md5" />
+        <echo message="${md5} *wtp-wst-Automated-Tests-${buildLabel}.zip"
+              file="${postingDirectory}/${buildLabel}/checksum/wtp-wst-Automated-Tests-${buildLabel}.zip.md5" />
         <echo message="${md5}"
-              file="${postingDirectory}/${buildLabel}/checksum/wtp-wst-Automated-Tests-${buildId}.zip.md5antformat" />
+              file="${postingDirectory}/${buildLabel}/checksum/wtp-wst-Automated-Tests-${buildLabel}.zip.md5antformat" />
 
     </target>