prep for update site
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/getWTPUpdateToolsFromCVS.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/getWTPUpdateToolsFromCVS.sh
index 778ede5..ce754fe 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/getWTPUpdateToolsFromCVS.sh
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/getWTPUpdateToolsFromCVS.sh
@@ -36,7 +36,7 @@
echo " ./runUpdateAllProjects.sh -vcs Galileo -b <buildrepositorypath> | tee out.txt"
echo " "
echo " # for Galilo"
-echo " ./runUpdateAllProjects.sh -vcs Galileo -b "$HOME"/downloads/webtools/downloads/drops/R3.1/S-3.1RC3-20090602055316/updateSite | tee out.txt"
+echo " ./runUpdateAllProjects.sh -vcs Galileo -b "$HOME"/download/webtools/downloads/drops/R3.1/S-3.1RC4-20090608061637/updateSite | tee out.txt"
echo " "
echo " When complete, be sure to inspect or at least grep the out.txt file for anomilies, e.g. "
echo " grep failed out.txt"
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/parseSiteArg.shsource b/org.eclipse.wtp.releng.webupdatesite/build-home/parseSiteArg.shsource
index db62677..88576aa 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/parseSiteArg.shsource
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/parseSiteArg.shsource
@@ -33,7 +33,7 @@
elif [ "${1}" = "Galileo" ]
then
testUpdateSite=${HOME}/downloads/webtools/tempTestUpdates31
- milestoneDirectory=${HOME}/downloads/webtools/milestonesRC3
+ milestoneDirectory=${HOME}/downloads/webtools/milestonesRC4
releaseDir=${HOME}/downloads/webtools/updates
mainSiteFileName=siteGalileo.xml
mainIndexFileName=indexGalileo.html
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
index b429749..011ffde 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
@@ -5,7 +5,9 @@
function usage() {
printf "\n\tUsage: %s [-h] | [-v] [-c] -s stream -b buildrepositorypath" $(basename $0) >&2
- printf "\n\t\t%s\n\n" "where h==help, v==verbose, c==clean and s==stream, where steam is Ganymede, Europa, etc" >&2
+ printf "\n\t\t%s\n\n" "where h==help, v==verbose, c==clean and s==stream, where steam is Galileo, Ganymede, etc., " >&2
+ printf "\n\t\t%s\n\n" " and b is absolute path to directory of update site repository " >&2
+
}
@@ -70,6 +72,18 @@
rsync -pua ${HOME}/${updateToolsDir}/WebContent/${mainIndexFileName} ${testUpdateSite}/index.html
rsync -pua ${HOME}/${updateToolsDir}/WebContent/*.jpg ${testUpdateSite}
+echo "add capabilities to site"
+
+rsync -rpua /shared/webtools/committers/wtpcap-R3.1-S/20090608042922/S-S20090608042922-20090608042922/updateSite/features/* "${testUpdateSite}"/features/
+rsync -rpua /shared/webtools/committers/wtpcap-R3.1-S/20090608042922/S-S20090608042922-20090608042922/updateSite/plugins/* "${testUpdateSite}"/plugins/
+
+
+echo "add jaxws to site"
+
+rsync -rpua "${HOME}"/downloads/webtools/downloads/drops/R0.5/I-I20090528002428-20090528002428/updateSite/features/* "${testUpdateSite}"/features/
+rsync -rpua "${HOME}"/downloads/webtools/downloads/drops/R0.5/I-I20090528002428-20090528002428/updateSite/plugins/* "${testUpdateSite}"/plugins/
+
+
./createMirrorFile.sh -s "$stream" -b "$buildrepositorypath"
if [ "$?" -ne 0 ]