cleaning up my personal aliases a bit.
[feisty_meow.git] / scripts / custom / examples / fred / uva_profile_additions.txt
1
2 # added this after the bashrc setup stuff for feisty_meow...
3
4 # extras for uva
5 export JAVA_HOME=/usr/lib/jvm/java-6-sun/jre
6
7 # ant options to get the wsdl files to all build properly.
8 export ANT_OPTS="-Xms512m -Xmx768m -XX:MaxPermSize=768m"
9
10 # where we have our local eclipse.
11 export ECLIPSE_DIR=/usr/local/eclipse_jee
12
13 # add in the places we'd like in the path.
14 # java and eclipse go first to override any other installed versions.
15 export PATH=$JAVA_HOME/bin:$ECLIPSE_DIR:$PATH
16