improve access rule tool to avoid redundant processsing
diff --git a/releng.wtpbuilder/build.properties b/releng.wtpbuilder/build.properties
index d19b640..f7fd938 100644
--- a/releng.wtpbuilder/build.properties
+++ b/releng.wtpbuilder/build.properties
@@ -36,6 +36,13 @@
 eclipse.builder.fetch=true
 
 
+# WTP specific builder
+wtpBuildTools.url=http://download.eclipse.org/webtools/wtpBuildTools/drops/R3.0/T-T200707010316-200707010316/updateSite/plugins 
+wtpBuildTools.file=org.eclipse.wtp.releng.tools_1.0.0.v200706302235.jar
+
+
+
+
 archivesFormat=*,*,*-antZip
 
 # 	This parameter is specific to the compiler
diff --git a/releng.wtpbuilder/scripts/build/runbuild.xml b/releng.wtpbuilder/scripts/build/runbuild.xml
index 1310727..e162ea6 100644
--- a/releng.wtpbuilder/scripts/build/runbuild.xml
+++ b/releng.wtpbuilder/scripts/build/runbuild.xml
@@ -252,15 +252,6 @@
 
         <property file="${wtp.builder.home}/build.properties" />
 
-        <!--  TODO: put these in build.properties? -->
-        <property
-            name="wtpBuildTools.url"
-            value="http://download.eclipse.org/webtools/wtpBuildTools/drops/R2.0/T-T200704100508-200704100508/updateSite/plugins" />
-        <property
-            name="wtpBuildTools.file"
-            value="org.eclipse.wtp.releng.tools_1.0.0.v200704100230.jar" />
-
-
         <ant antfile="${wtp.builder.home}/scripts/build/label.xml" />
         <property file="${buildDirectory}/label.properties" />