prep for p2 updates
diff --git a/releng.wtpbuilder/build.xml b/releng.wtpbuilder/build.xml
index 2a6faf1..73f8e6a 100644
--- a/releng.wtpbuilder/build.xml
+++ b/releng.wtpbuilder/build.xml
@@ -29,13 +29,12 @@
     <property
         file="${keyCfgFile}"/>
 	
-	
+	<!-- TODO: I don't think this is loaded here. Wrong basedir? -->
     <property
-        file="build.properties"/>
+        file="${ant.project.name}.properties"/>
 	
-      <!-- is it loading this build.properties file? -->	
-    <echo message="transformedRepoLocation: ${transformedRepoLocation}" />
-    <!-- = = = end standard properties pattern = = = -->
+      	
+	<!-- = = = end standard properties pattern = = = -->
     <fail
         unless="build.distribution"
         message="build.distribution must be specified"/>
@@ -114,7 +113,6 @@
             file="${ant.file}"
             property="wtp.builder.home"/>
         
-    	 <mkdir dir="${transformedRepoLocation}" />
     	
         <!-- if not set above, assume R3.2.0 -->
         <!-- this happens, for example, when using a "tempTest" branch -->
diff --git a/releng.wtpbuilder/distribution/wtp.build/build.xml b/releng.wtpbuilder/distribution/wtp.build/build.xml
index dab4042..f753797 100644
--- a/releng.wtpbuilder/distribution/wtp.build/build.xml
+++ b/releng.wtpbuilder/distribution/wtp.build/build.xml
@@ -18,6 +18,10 @@
         message="keyCfgFile: ${keyCfgFile}"/>
     <property
         file="${keyCfgFile}"/>
+	
+     <echo message="transformedRepoLocation: ${transformedRepoLocation}" />
+     <mkdir dir="${transformedRepoLocation}" />
+	    
 
     <!-- main -->
     <target