mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
Fix update site generation for stamped features
This commit is contained in:
parent
c8d9a3a766
commit
07aed99e2c
1 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@ mydir=`pwd`
|
|||
|
||||
umask 002
|
||||
|
||||
#Use Java5 on build.eclipse.org
|
||||
export PATH=/shared/common/ibm-java2-ppc64-50/bin:$PATH
|
||||
#Use Java5 on build.eclipse.org - need JRE for pack200
|
||||
export PATH=/shared/common/ibm-java2-ppc64-50/jre/bin:/shared/common/ibm-java2-ppc64-50/bin:$PATH
|
||||
|
||||
# patch site.xml
|
||||
cd ..
|
||||
|
@ -69,7 +69,7 @@ done
|
|||
# See https://bugs.eclipse.org/bugs/show_bug.cgi?id=154069
|
||||
echo "Packing the site... $SITE"
|
||||
java -jar $HOME/ws/eclipse/startup.jar \
|
||||
-Dorg.eclipse.update.jarprocessor.pack200=$mydir/pack200 \
|
||||
-Dorg.eclipse.update.jarprocessor.pack200=$mydir \
|
||||
-application org.eclipse.update.core.siteOptimizer \
|
||||
-jarProcessor -outputDir $SITE \
|
||||
-processAll -pack $SITE
|
||||
|
|
Loading…
Add table
Reference in a new issue