From 8015a2843978ef79c2b9aead35b9f646f8ed22f5 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Sun, 24 Feb 2008 22:21:58 +0000 Subject: [PATCH] prep for 202 update site --- .../build-home/runUpdateAllProjects.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh index 48a6efaa5..5916db9a0 100644 --- a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh +++ b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh @@ -15,11 +15,13 @@ if [ "${2}" == "-clean" ] ; then echo " Removing index and site xml files" rm -fr ${updateSite}/* - - echo " Updating index and web site files, but not site xml files (yet)" - rsync -p ${HOME}/${updateToolsDir}/WebContent/${mainIndexFileName} ${updateSite}/index.html - rsync -p ${HOME}/${updateToolsDir}/WebContent/*.jpg ${updateSite} + fi + + echo " Updating index and web site files, but not site xml files (yet)" + rsync -pua ${HOME}/${updateToolsDir}/WebContent/${mainIndexFileName} ${updateSite}/index.html + rsync -pua ${HOME}/${updateToolsDir}/WebContent/*.jpg ${updateSite} + ant -f ${fileListFile} -Declipse.home=${eclipseLocation} -Dupdate.site=${updateSite} -- GitLab