cleaning up my personal aliases a bit.
[feisty_meow.git] / scripts / custom / examples / fred / uva_profile_additions.txt
index 98c61d243f79e34112cdc9aede776c8c9001113d..ed1bde72493622ecfce02d2e543965bd76e3798c 100644 (file)
@@ -1,11 +1,16 @@
 
-
-# added this after the bashrc setup stuff for yeti...
+# added this after the bashrc setup stuff for feisty_meow...
 
 # extras for uva
 export JAVA_HOME=/usr/lib/jvm/java-6-sun/jre
-export PATH=$PATH:$JAVA_HOME/bin
 
 # ant options to get the wsdl files to all build properly.
 export ANT_OPTS="-Xms512m -Xmx768m -XX:MaxPermSize=768m"
 
+# where we have our local eclipse.
+export ECLIPSE_DIR=/usr/local/eclipse_jee
+
+# add in the places we'd like in the path.
+# java and eclipse go first to override any other installed versions.
+export PATH=$JAVA_HOME/bin:$ECLIPSE_DIR:$PATH
+