blob: 1056a9f715a5c5ca85310807a045516a5142eb2f [file] [log] [blame]
#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