diff --git a/releng.wtpbuilder/scripts/build/buildutilities.xml b/releng.wtpbuilder/scripts/build/buildutilities.xml
index a3b8ad02e00da804b3bc99a921ab5cb66931e5fd..858cdc314df01ace1e2579089e7c3cf87b651919 100644
--- a/releng.wtpbuilder/scripts/build/buildutilities.xml
+++ b/releng.wtpbuilder/scripts/build/buildutilities.xml
@@ -11,8 +11,10 @@
 	</target>
 	
 	<target name="unpackUpdateJarsAndCreateZippedPackages">
-	    <!-- caution: this tmpsite variable can't be used completely , 'tmpsite' still hard 
-	    	coded at end of this target, due to a bug related to deleting directories -->
+	    <!--Note: we use this odd "tmpsite+archiveName" to make unique directories, since 
+	    	can not be deleted from ant. 
+	    	https://bugs.eclipse.org/bugs/show_bug.cgi?id=142926
+	    	 -->
 		<property name="tmpsite" value="${buildDirectory}/tmpsite-${archiveName}" />