first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / scripts / custom / uva_profile_additions.txt
1
2
3 # added this after the bashrc setup stuff for yeti...
4
5 # extras for uva
6 export JAVA_HOME=/usr/lib/jvm/java-6-sun/jre
7 export PATH=$PATH:$JAVA_HOME/bin
8
9 # ant options to get the wsdl files to all build properly.
10 export ANT_OPTS="-Xms512m -Xmx768m -XX:MaxPermSize=768m"
11