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

small improvements

parent 1b3a2d9b
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
<arg
line="-application org.eclipse.update.core.siteOptimizer" />
<arg
line="-digestBuilder -digestOutputDir=${update.site} -siteXML=${update.site}/${mainSiteFileName}" />
line="-digestBuilder -digestOutputDir=${update.site} -siteXML=${update.site}/site.xml" />
</java>
</target>
......
......@@ -3,12 +3,10 @@
# script to run update, setting properties, for all projects
#updateSite=${HOME}/downloads/webtools/testUpdates
#mainSiteFileName=siteCallisto.xml
updateSite=${HOME}/downloads/webtools/declaredUpdates
mainSiteFileName=siteEuropa.xml
source properties.shsource
ant -f createDigests.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${updateSite} -DmainSiteFileName=${mainSiteFileName}
ant -f createDigests.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${updateSite}
......@@ -36,4 +36,4 @@ ant -f ${fileListFile} -Declipse.home=${eclipseLocation} -Dupdate.site=${updat
#ant -f createPack200s.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${updateSite}
# run create Digests now, it's a good check if all is well
ant -f createDigests.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${updateSite} -DmainSiteFileName=${mainSiteFileName}
ant -f createDigests.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${updateSite}
......@@ -37,4 +37,4 @@ ant -f ${fileListFile} -Declipse.home=${eclipseLocation} -Dupdate.site=${update
# ant -f createPack200s.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${updateSite}
# run create Digests now, it's a good check if all is well
ant -f createDigests.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${updateSite} -DmainSiteFileName=${mainSiteFileName}
ant -f createDigests.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${updateSite}
......@@ -24,6 +24,6 @@ java -jar siteFileUpdater.jar ${in_authored} ${in_newFeatures}
# copy to discovery site
# Note: here we are changing names from site specific site file name, to generic site.xml
rsync -v -p ${in_authored} ${updateSite}/site.xml
rsync -p ${in_authored} ${updateSite}/site.xml
rm ${in_newFeatures}
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