diff --git a/releng.control/config.xml b/releng.control/config.xml
index de93b03456efaddd0a96408bd9240d0d8e8e3365..ca2f5ff3aef74c936a11f99dd79eb67a9ca071a6 100644
--- a/releng.control/config.xml
+++ b/releng.control/config.xml
@@ -77,6 +77,10 @@
                     name="build.home"
                     value="${build.home}" />
 
+                <property
+                    name="sub-home"
+                    value="patches" />
+
             </ant>
         </schedule>
 
@@ -157,6 +161,10 @@
 				<property
 					name="build.home"
 					value="${build.home}" />
+                    
+                <property
+                    name="sub-home"
+                    value="committers" />                    
 
 			</ant>
 		</schedule>
@@ -233,6 +241,10 @@
 				<property
 					name="build.home"
 					value="${build.home}" />
+                    
+                 <property
+                    name="sub-home"
+                    value="committers" />
 
 			</ant>
 		</schedule>
@@ -302,6 +314,9 @@
 				<property
 					name="build.home"
 					value="${build.home}" />
+                 <property
+                    name="sub-home"
+                    value="committers" />
 
 			</ant>
 		</schedule>
@@ -387,6 +402,9 @@
 				<property
 					name="build.home"
 					value="${build.home}" />
+                 <property
+                    name="sub-home"
+                    value="committers" />
 
 			</ant>
 		</schedule>
@@ -460,6 +478,9 @@
 				<property
 					name="build.home"
 					value="${build.home}" />
+                 <property
+                    name="sub-home"
+                    value="committers" />
 
 			</ant>
 		</schedule>
@@ -529,6 +550,9 @@
 				<property
 					name="build.home"
 					value="${build.home}" />
+                 <property
+                    name="sub-home"
+                    value="committers" />
 
 			</ant>
 		</schedule>
diff --git a/releng.control/upload.properties b/releng.control/upload.properties
index 67532edb05a3c14e35b5bf73c9451b9052682fb7..fbba638b777936777fe2d9b61903381f41c96016 100644
--- a/releng.control/upload.properties
+++ b/releng.control/upload.properties
@@ -7,7 +7,7 @@ buildBranch=R2.0
 uploadUser=david_williams
 uploadPassword="This is not really used since ssh login is assumed (required)"
 uploadServer=download.eclipse.org
-uploadRemoteDirectory=/home/data/users/david_williams/downloads/webtools/committers/drops/${buildBranch}
+uploadRemoteDirectory=/home/data/users/${uploadUser}/downloads/webtools/${sub-home}/drops/${buildBranch}
 
 # rsyncRootPrefix should be empty for Linux machines.
 # But, Windows using cygwin will needs something like /cygdrive/G/