added eclipse path.
[feisty_meow.git] / scripts / custom / examples / fred / 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
8 # ant options to get the wsdl files to all build properly.
9 export ANT_OPTS="-Xms512m -Xmx768m -XX:MaxPermSize=768m"
10
11 # where we have our local eclipse.
12 export ECLIPSE_DIR=/usr/local/eclipse_jee
13
14 # add in the places we'd like in the path.
15 # java and eclipse go first to override any other installed versions.
16 export PATH=$JAVA_HOME/bin:$ECLIPSE_DIR:$PATH
17