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

small improvements

parent 51d536ac
No related branches found
No related tags found
No related merge requests found
eclipseLocation=${HOME}/eclipse-ppc-33M7
...@@ -2,14 +2,13 @@ ...@@ -2,14 +2,13 @@
# script to run update, setting properties, for all projects # script to run update, setting properties, for all projects
updateSite=${HOME}/downloads/webtools/testUpdates #updateSite=${HOME}/downloads/webtools/testUpdates
#updateSite=${HOME}/downloads/webtools/declaredUpdates updateSite=${HOME}/downloads/webtools/declaredUpdates
mainSiteFileName=site.xml mainSiteFileName=site.xml
#mainSiteFileName=siteEuropa.xml
eclipseLocation=${HOME}/eclipse-ppc-33M7 source eclipseLocation.shsource
ant -f createDigests.xml -Declipse.home=$eclipseLocation -DupdateSite=$updateSite -DmainSiteFileName=$mainSiteFileName ant -f createDigests.xml -Declipse.home=$eclipseLocation -DupdateSite=$updateSite -DmainSiteFileName=$mainSiteFileName
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
updateSite=${HOME}/downloads/webtools/testUpdates updateSite=${HOME}/downloads/webtools/testUpdates
#updateSite=${HOME}/downloads/webtools/declaredUpdates #updateSite=${HOME}/downloads/webtools/declaredUpdates
eclipseLocation=${HOME}/eclipse-ppc-33M7 source eclipseLocation.shsource
ant -f createPack200s.xml -Declipse.home=$eclipseLocation -DupdateSite=$updateSite ant -f createPack200s.xml -Declipse.home=$eclipseLocation -DupdateSite=$updateSite
...@@ -6,7 +6,7 @@ updateToolsDir=org.eclipse.wtp.releng.webupdatesite ...@@ -6,7 +6,7 @@ updateToolsDir=org.eclipse.wtp.releng.webupdatesite
updateSite=${HOME}/downloads/webtools/declaredUpdates updateSite=${HOME}/downloads/webtools/declaredUpdates
eclipseLocation=${HOME}/eclipse-ppc-33M7 source eclipseLocation.shsource
mainSiteFileName=siteEuropa.xml mainSiteFileName=siteEuropa.xml
...@@ -37,4 +37,4 @@ ant -f updateEuropaMirrorAll.xml -Declipse.home=${eclipseLocation} -DlocalUpdat ...@@ -37,4 +37,4 @@ ant -f updateEuropaMirrorAll.xml -Declipse.home=${eclipseLocation} -DlocalUpdat
# ant -f createPack200s.xml -Declipse.home=${eclipseLocation} -DupdateSite=${updateSite} # ant -f createPack200s.xml -Declipse.home=${eclipseLocation} -DupdateSite=${updateSite}
# run create Digests now, it's a good check if all is well # run create Digests now, it's a good check if all is well
ant -f createDigests.xml -Declipse.home=${eclipseLocation} -DupdateSite=${updateSite} -DmainSiteFileName=${mainSiteFileName} ant -f createDigests.xml -Declipse.home=${eclipseLocation} -DupdateSite=${updateSite} -DmainSiteFileName=site.xml
...@@ -8,11 +8,7 @@ mainSiteFileName=siteWTPCallisto.xml ...@@ -8,11 +8,7 @@ mainSiteFileName=siteWTPCallisto.xml
updateToolsDir=org.eclipse.wtp.releng.webupdatesite updateToolsDir=org.eclipse.wtp.releng.webupdatesite
source eclipseLocation.shsource
eclipseLocation=${HOME}/eclipse-ppc-33M7
if [ "$1" == "-clean" ] ; then if [ "$1" == "-clean" ] ; then
......
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