# save away a clean version of this site file with all the latest version numbers | |
updateToolsDir=org.eclipse.wtp.releng.webupdatesite | |
updateSite=$HOME/downloads/webtools/milestones | |
cp $HOME/$updateSite/WebContent/site.xml $HOME/$updateSite/.site.xml | |
# merge authored site.xml with the autogenerated one | |
$HOME/$updateToolsDir/build-home/runUpdateSiteXmlFile.sh site.xml | |