1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-19 06:05:56 +02:00

Fix TM builds since sg is not supported on build.eclipse.org any more

This commit is contained in:
Martin Oberhuber 2006-12-12 17:53:07 +00:00
parent 99be9bb4e7
commit 6785fd8359

View file

@ -19,7 +19,7 @@ curdir=`pwd`
cd `dirname $0`
mydir=`pwd`
umask 002
umask 022
#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
@ -235,7 +235,7 @@ java -jar $HOME/ws/eclipse/startup.jar \
-siteXML=$SITE/site.xml
cd $SITE
chgrp -R dsdp-tm-rse .
chmod -R g+w .
#chgrp -R dsdp-tmadmin .
#chmod -R g+w .
chmod -R a+r .
cd $curdir