prep for update site
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
index 011ffde..d81f94f 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
@@ -67,10 +67,10 @@
 
 fi
 	
- echo "   Updating index and web site files, but not site xml files (yet)"
- rsync -rpua "${buildrepositorypath}"/* "${testUpdateSite}"
- rsync -pua ${HOME}/${updateToolsDir}/WebContent/${mainIndexFileName} ${testUpdateSite}/index.html
- rsync -pua ${HOME}/${updateToolsDir}/WebContent/*.jpg ${testUpdateSite}
+echo "   Updating index and web site files, and site.xml file"
+rsync -rpua "${buildrepositorypath}"/* "${testUpdateSite}"
+rsync -pua ${HOME}/${updateToolsDir}/WebContent/${mainIndexFileName} ${testUpdateSite}/index.html
+rsync -pua ${HOME}/${updateToolsDir}/WebContent/*.jpg ${testUpdateSite}
 
 echo "add capabilities to site"
 
@@ -91,31 +91,6 @@
    exit $?
 fi  
 
-#./ant.sh  -f ${fileListFile} -Declipse.home=${eclipseLocation} -Dupdate.site=${testUpdateSite}
-
-#if [ "$?" -ne 0 ] 
-#then 
-#   exit $?
-#fi 
-
-#echo
-#echo "  merge authored site.xml files with the most recent auto generated one"
-#echo "    mainSiteFileName: " ${mainSiteFileName}
-#echo "    testUpdateSite:   " ${testUpdateSite}
-#./runUpdateSiteXmlFiles.sh ${mainSiteFileName} ${testUpdateSite}
-
-#if [ "$?" -ne 0 ] 
-#then 
-#   exit $?
-#fi 
-
-# do create pack's later ... takes a long time
-# ./ant.sh -f createPack200s.xml     -Declipse.home=${eclipseLocation} -Dupdate.site=${testUpdateSite}
-#if [ "$?" -ne 0 ] 
-#then 
-#   exit $?
-#fi 
-
 # create P2 repository metadata
 ./ant.sh  -f createP2Repo.xml  -Declipse.home=${eclipseLocation} -Dupdate.site=${testUpdateSite}