diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/features-callisto-jem.xml b/org.eclipse.wtp.releng.webupdatesite/build-home/features-callisto-jem.xml
index 010268950fbba0cf895c0fd48b467731cad82610..a82bf18334e441cd7a13e927fa9ee4306e7b4011 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/features-callisto-jem.xml
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/features-callisto-jem.xml
@@ -5,9 +5,9 @@
     <target name="update">
 
         <property
-            name="update.site"
-            value="file://${user.home}/downloads/webtools/downloads/drops/R1.5/R-1.5.4-200705021353/update.site/" />
-        <echo message="   pulling update jars from ${update.site}" />
+            name="from.update.site"
+            value="file://${user.home}/downloads/webtools/downloads/drops/R1.5/R-1.5.4-200705021353/updateSite/" />
+        <echo message="   pulling update jars from ${from.update.site}" />
 
 
 
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/features-callisto-jpa.xml b/org.eclipse.wtp.releng.webupdatesite/build-home/features-callisto-jpa.xml
index 0a45e19d8b491edb491405e53b796c96c3fe0d60..ca9a139b79c598ceec879cf3d5d7b80ee391e564 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/features-callisto-jpa.xml
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/features-callisto-jpa.xml
@@ -5,9 +5,9 @@
     <target name="update">
 
         <property
-            name="update.site"
-            value="file:///${user.home}/downloads/webtools/jpa/updates/" />
-        <echo message="   pulling update jars from ${update.site}" />
+            name="from.update.site"
+            value="file://${user.home}/downloads/webtools/jpa/updates" />
+        <echo message="   pulling update jars from ${from.update.site}" />
 
 
         <ant antfile="updateMirrorProject.xml">
@@ -20,14 +20,5 @@
 
         </ant>
 
-
-        <!--
-            <ant antfile="updateMirrorProject.xml">
-            <property name="featureId"
-            value="org.eclipse.dali.tests" />
-            <property name="version"
-            value="0.5.0.v200606200003" />
-            </ant>
-        -->
     </target>
 </project>
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/features-callisto-jsf.xml b/org.eclipse.wtp.releng.webupdatesite/build-home/features-callisto-jsf.xml
index f31d29316594abe3e1f63d0de0af6ab40798bdd5..8dd06ce8270e5dd13252e8fba72a49cd30373df9 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/features-callisto-jsf.xml
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/features-callisto-jsf.xml
@@ -5,9 +5,9 @@
     <target name="update">
 
         <property
-            name="update.site"
-            value="file://${user.home}/downloads/webtools/downloads/drops/R1.5/R-1.5.3-200702082048/update.site/" />
-        <echo message="   pulling update jars from ${update.site}" />
+            name="from.update.site"
+            value="file://${user.home}/downloads/webtools/downloads/drops/R1.5/R-1.5.3-200702082048/updateSite/" />
+        <echo message="   pulling update jars from ${from.update.site}" />
 
 
 
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/features-callisto-wtp.xml b/org.eclipse.wtp.releng.webupdatesite/build-home/features-callisto-wtp.xml
index 35bafbb8a1b7fb595c2d039f19b34fba8c03816d..4d76f43c04f9da5ab54a23d65f308365e52cf7ae 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/features-callisto-wtp.xml
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/features-callisto-wtp.xml
@@ -5,9 +5,9 @@
     <target name="update">
 
         <property
-            name="update.site"
-            value="file://${user.home}/downloads/webtools/downloads/drops/R1.5/R-1.5.4-200705021353/update.site/" />
-        <echo message="   pulling update jars from ${update.site}" />
+            name="from.update.site"
+            value="file://${user.home}/downloads/webtools/downloads/drops/R1.5/R-1.5.4-200705021353/updateSite/" />
+        <echo message="   pulling update jars from ${from.update.site}" />
 
 
 
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/features-europa-wtp.xml b/org.eclipse.wtp.releng.webupdatesite/build-home/features-europa-wtp.xml
index 91667bb5f7244b772d93fe862d6409b897ea5045..bcc95645cf3ac7b253112f006978dabdab94e457 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/features-europa-wtp.xml
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/features-europa-wtp.xml
@@ -7,9 +7,9 @@
             message="-------- Project: WTP Responsible: david_williams" />
         <!-- intentionally no site.xml in this particular site -->
         <property
-            name="update.site"
-            value="file://${user.home}/downloads/webtools/committers/drops/R2.0/S-2.0RC1-200705250432/update.site" />
-        <echo message="   pulling update jars from ${update.site}" />
+            name="from.update.site"
+            value="file://${user.home}/downloads/webtools/committers/drops/R2.0/S-2.0RC1-200705250432/updateSite" />
+        <echo message="   pulling update jars from ${from.update.site}" />
 
 
         <ant antfile="updateMirrorProject.xml">
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/updateMirrorProject.xml b/org.eclipse.wtp.releng.webupdatesite/build-home/updateMirrorProject.xml
index fb4d6499edbe8a6d9107203b8c39f59b4ee5537b..9da065bdfc8ffe27016f7f8411b0b2629af32a7a 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/updateMirrorProject.xml
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/updateMirrorProject.xml
@@ -46,7 +46,7 @@
             <arg value="-version" />
             <arg value="${version}" />
             <arg value="-from" />
-            <arg value="${update.site}" />
+            <arg value="${from.update.site}" />
             <arg value="-to" />
             <arg value="${update.site}" />
             <arg value="-ignoreMissingPlugins" />