fix up old sites/files
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/removeOutOfSynch.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/removeOutOfSynch.sh
index 82abc4f..2199e9f 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/removeOutOfSynch.sh
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/removeOutOfSynch.sh
@@ -9,11 +9,13 @@
export from.update.site=~/downloads/webtools/milestones
export to.update.site=~/downloads/webtools/updates_mirror
+find ./
+
./ant.sh -f createMirrorSite.xml
-rsync $doit --delete --ignore-existing -rv ~/downloads/webtools/updates_mirror/plugins ~/downloads/webtools/updates
+rsync $doit --delete --ignore-existing -rv ${to.update.site}/plugins ${from.update.site}
-rsync $doit --delete --ignore-existing -rv ~/downloads/webtools/updates_mirror/features ~/downloads/webtools/updates
+rsync $doit --delete --ignore-existing -rv ${to.update.site}/features ${from.update.site}
if [ "$doit" = "--dry-run" ] ; then
echo " This was a dry run. Add -doit to actually remove"