I build for week ending 11/20
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
index 52304a2..4c37abf 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
@@ -66,11 +66,13 @@
rm -fr ${testUpdateSite}/*
fi
-
+
+WTP_DEFAULT=I-3.2.0-20091119201510
+
# if not provided, we'll use the one coded here
if [ -z "${buildrepositorypath}" ]
then
- buildrepositorypath=${HOME}/downloads/webtools/downloads/drops/R3.2/S-3.2.0M2-20090924194346/updateSite/
+ buildrepositorypath=${HOME}/downloads/webtools/downloads/drops/R3.2.0/"${WTP_DEFAULT}"/updateSite/
else
echo "buildrepositorypath: " "${buildrepositorypath}"
fi