From f40d330a1eb7d97ecdc2ac41f7eadcc5d05b89bd Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Mon, 22 May 2006 06:54:42 +0000
Subject: [PATCH] using naci's suggetsion to avoid platform specific code, but
 use unique "tmpsite" directories.

---
 releng.wtpbuilder/scripts/build/buildutilities.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/releng.wtpbuilder/scripts/build/buildutilities.xml b/releng.wtpbuilder/scripts/build/buildutilities.xml
index a3b8ad02e..858cdc314 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}" />
 
 	    
-- 
GitLab