diff --git a/releng.control/whatisfixed.properties b/releng.control/whatisfixed.properties
index 18f2f7f745e29fb906ef31454bef9292921eb14e..00b74641800330993de67f5b0acf9b7cb487a103 100644
--- a/releng.control/whatisfixed.properties
+++ b/releng.control/whatisfixed.properties
@@ -7,10 +7,6 @@ whatisfixed.fromBuildId=R-1.5.1-200609230508
 # 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 @@ whatisfixed.status=-
 # - 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 @@ whatisfixed.dir=${whatisfixed.workdir}/results/whatisfixed
 # 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 f58e1a84f3d7de50987b45ba9b7e157007d73946..5fbcc47ae8190503d648a7a395746fb06fc18547 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" >