From: Chris Koeritz Date: Mon, 23 Jan 2012 05:28:05 +0000 (-0500) Subject: added eclipse path. X-Git-Tag: 2.140.90~1656^2~27 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=03618db506abd7803a9705f647b01f41c820dc6a;hp=-c;p=feisty_meow.git added eclipse path. --- 03618db506abd7803a9705f647b01f41c820dc6a diff --git a/scripts/custom/examples/fred/uva_profile_additions.txt b/scripts/custom/examples/fred/uva_profile_additions.txt index 98c61d24..67657499 100755 --- a/scripts/custom/examples/fred/uva_profile_additions.txt +++ b/scripts/custom/examples/fred/uva_profile_additions.txt @@ -4,8 +4,14 @@ # 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 +