Skip to content
Snippets Groups Projects
Commit 51d536ac authored by david_williams's avatar david_williams
Browse files

small improvement

parent 66bb9368
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# This script should be "copied up" and ran from a
# directory "above" the main working directories of
# ${updateToolsDir}.
# This is typically the users $HOME directory
# This is typically the users ${HOME} directory
updateToolsDir=org.eclipse.wtp.releng.webupdatesite
......
......@@ -2,14 +2,14 @@
# script to run update, setting properties, for all projects
updateSite=$HOME/downloads/webtools/testUpdates
#updateSite=$HOME/downloads/webtools/declaredUpdates
updateSite=${HOME}/downloads/webtools/testUpdates
#updateSite=${HOME}/downloads/webtools/declaredUpdates
mainSiteFileName=site.xml
#mainSiteFileName=siteEuropa.xml
eclipseLocation=$HOME/eclipse-ppc-33M6
eclipseLocation=${HOME}/eclipse-ppc-33M7
ant -f createDigests.xml -Declipse.home=$eclipseLocation -DupdateSite=$updateSite -DmainSiteFileName=$mainSiteFileName
......@@ -2,10 +2,10 @@
# script to run update, setting properties, for all projects
updateSite=$HOME/downloads/webtools/testUpdates
#updateSite=$HOME/downloads/webtools/declaredUpdates
updateSite=${HOME}/downloads/webtools/testUpdates
#updateSite=${HOME}/downloads/webtools/declaredUpdates
eclipseLocation=$HOME/eclipse-ppc-33M6
eclipseLocation=${HOME}/eclipse-ppc-33M7
ant -f createPack200s.xml -Declipse.home=$eclipseLocation -DupdateSite=$updateSite
......@@ -4,9 +4,9 @@
updateToolsDir=org.eclipse.wtp.releng.webupdatesite
updateSite=$HOME/downloads/webtools/testEnablingFeatures
updateSite=${HOME}/downloads/webtools/testEnablingFeatures
eclipseLocation=$HOME/eclipse-ppc-33M5
eclipseLocation=${HOME}/eclipse-ppc-33M5
mainSiteFileName=siteEnabling.xml
......@@ -22,10 +22,10 @@ mainSiteFileName=siteEnabling.xml
rm -fr $updateSite/*
echo " Updating index and web site files, but not site xml files (yet)"
cp $HOME/$updateToolsDir/WebContent/index.html $updateSite
cp $HOME/$updateToolsDir/WebContent/*.jpg $updateSite > /dev/null
cp $HOME/$updateToolsDir/WebContent/*.gif $updateSite > /dev/null
cp -r $HOME/$updateToolsDir/WebContent/web $updateSite > /dev/null
cp ${HOME}/$updateToolsDir/WebContent/index.html $updateSite
cp ${HOME}/$updateToolsDir/WebContent/*.jpg $updateSite > /dev/null
cp ${HOME}/$updateToolsDir/WebContent/*.gif $updateSite > /dev/null
cp -r ${HOME}/$updateToolsDir/WebContent/web $updateSite > /dev/null
fi
......
......@@ -2,12 +2,12 @@
# script to run update, setting properties, for an individual project
#updateSite=$HOME/downloads/webtools/testUpdates
updateSite=$HOME/downloads/webtools/declaredUpdates
#updateSite=${HOME}/downloads/webtools/testUpdates
updateSite=${HOME}/downloads/webtools/declaredUpdates
echo "update site: $updateSite"
eclipseLocation=$HOME/eclipse-ppc-33M5
eclipseLocation=${HOME}/eclipse-ppc-33M5
project="$1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment