minor fix to avoid error msg in build log
diff --git a/releng.wtpbuilder/distribution/wtp.build/build.xml b/releng.wtpbuilder/distribution/wtp.build/build.xml
index 1e27fc4..070e623 100644
--- a/releng.wtpbuilder/distribution/wtp.build/build.xml
+++ b/releng.wtpbuilder/distribution/wtp.build/build.xml
@@ -154,6 +154,7 @@
                 line="-o -qq wtp-jst${corename}-${buildLabel}.zip -d ${buildDirectory}/tempforrezipping" />
         </exec>
 
+    	<!-- there is no jsf zip, any longer, so this results in spurious error messages in log 
         <exec
             dir="${buildDirectory}/${buildLabel}"
             executable="unzip"
@@ -161,7 +162,8 @@
             <arg
                 line="-o -qq wtp-jsf${corename}-${buildLabel}.zip -d ${buildDirectory}/tempforrezipping" />
         </exec>
-
+      -->
+    	
         <exec
             dir="${buildDirectory}/${buildLabel}"
             executable="unzip"