streamline process
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/copyToFinalUpdateSite-siteFiles.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/copyToFinalUpdateSite-siteFiles.sh
index 893be1b..0ba4196 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/copyToFinalUpdateSite-siteFiles.sh
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/copyToFinalUpdateSite-siteFiles.sh
@@ -37,8 +37,8 @@
perl -pi -e ${replaceCommand} ${releaseDir}/*.xml
# now re-run the digester and P2 Generator
-ant -f createDigests.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${releaseDir}
+./ant.sh -f createDigests.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${releaseDir}
# create P2 repository metadata
-ant -f createP2Repo.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${releaseDir}
+./ant.sh -f createP2Repo.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${releaseDir}