#set variables | |
updateToolsDir=$HOME/org.eclipse.wtp.releng.webupdatesite | |
updateSiteFile=$1 | |
updateSite=$2 | |
# save away a clean version of this site file, produced during mirroring commands, | |
# with all the latest version numbers | |
mv $updateSite/site.xml $updateSite/.site.xml | |
# merge authored site.xml with the autogenerated one | |
$updateToolsDir/build-home/runUpdateSiteXmlFile.sh $updateSiteFile $updateSite | |