mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 04:55:22 +02:00
Avoid unnecessary re-re-pack of official and milestone update sites
This commit is contained in:
parent
240caefc56
commit
bbca7ea23a
1 changed files with 3 additions and 4 deletions
|
@ -271,11 +271,10 @@ mv -f site.xml.tmp site.xml
|
||||||
|
|
||||||
# optimize the site
|
# optimize the site
|
||||||
# see http://wiki.eclipse.org/index.php/Platform-releng-faq
|
# see http://wiki.eclipse.org/index.php/Platform-releng-faq
|
||||||
#Pack the site
|
|
||||||
# Workaround for downgrading effort of pack200 to avoid VM bug
|
|
||||||
# See https://bugs.eclipse.org/bugs/show_bug.cgi?id=154069
|
|
||||||
echo "Packing the site... $SITE"
|
|
||||||
case ${TYPE} in test*)
|
case ${TYPE} in test*)
|
||||||
|
echo "Packing the site... $SITE"
|
||||||
|
# Workaround for downgrading effort of pack200 to avoid VM bug
|
||||||
|
# See https://bugs.eclipse.org/bugs/show_bug.cgi?id=154069
|
||||||
#java -Dorg.eclipse.update.jarprocessor.pack200=$mydir \
|
#java -Dorg.eclipse.update.jarprocessor.pack200=$mydir \
|
||||||
#java -jar $HOME/ws2/eclipse/startup.jar \
|
#java -jar $HOME/ws2/eclipse/startup.jar \
|
||||||
java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
|
java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
|
||||||
|
|
Loading…
Add table
Reference in a new issue