From aa7356c5038252eb8259ef4cde920720635daf8a Mon Sep 17 00:00:00 2001
From: ndai <ndai>
Date: Sat, 28 Oct 2006 10:51:01 +0000
Subject: [PATCH] What is fixed changes

---
 releng.control/whatisfixed.properties | 15 ++++++++++-----
 releng.control/whatisfixed.xml        |  2 +-
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/releng.control/whatisfixed.properties b/releng.control/whatisfixed.properties
index 18f2f7f74..00b746418 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 f58e1a84f..5fbcc47ae 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" >
-- 
GitLab