What is fixed changes
diff --git a/releng.control/whatisfixed.properties b/releng.control/whatisfixed.properties
index 18f2f7f..00b7464 100644
--- a/releng.control/whatisfixed.properties
+++ b/releng.control/whatisfixed.properties
@@ -7,10 +7,6 @@
 # TO DATE AND BUILD
 # This is calculated at the time of the build. Is not set 
 #
-buildBranch=R1.5
-buildType=R
-buildRelease=R1.5
-build.distribution=wtp
 whatisfixed.toBuildId=R-1.5.2-200610261841
 whatisfixed.to.date=2006-10-26 18:41:00 GMT
 
@@ -26,9 +22,14 @@
 # - means ignore target
 whatisfixed.targetMilestones=1.5.1 M151,1.5.2 M152
 
+#BUILDER PROPERTIES
+#
+buildBranch=R1.5
+wtp.cvsTag=R1_5_maintenance
+buildType=R
+
 
 whatisfixed.workdir=./tmp-wif
-wtp.cvsTag=HEAD
 
 mapCvsRoot=:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools
 whatisfixed.dir=${whatisfixed.workdir}/results/whatisfixed
@@ -39,6 +40,10 @@
 # search for changes (seperate them by commas, blanks are significant in a name!)
 whatisfixed.modules=wst,jst
 
+
+buildRelease=${buildBranch}
+build.distribution=wtp
+
 wtpBuilder=${whatisfixed.workdir}/releng.wtpbuilder/distribution/${build.distribution}.whatisfixed/build.xml
 build.whatIsFixed=true
 build.trial=false
diff --git a/releng.control/whatisfixed.xml b/releng.control/whatisfixed.xml
index f58e1a8..5fbcc47 100644
--- a/releng.control/whatisfixed.xml
+++ b/releng.control/whatisfixed.xml
@@ -41,7 +41,7 @@
 	</target>
 
 	<target name="clean" >
-		<!-- delete dir="${whatisfixed.workdir}" / -->
+		<delete dir="${whatisfixed.workdir}" />
 	</target>
 
 	<target name="sync" >