source: local/greenstone3/darwin-64bit/gs3-setup.bash@ 30131

Last change on this file since 30131 was 27883, checked in by davidb, 11 years ago

Upgraded to Apache ant 1.8.3

File size: 445 bytes
Line 
1
2#-- Ant --
3
4if [ "x$ANT_HOME" = "x" ] ; then
5
6 export ANT_HOME=`pwd`/ant-1.8.3
7 export PATH=$ANT_HOME/bin:$PATH
8
9 echo "+ Setting ANT_HOME to:"
10 echo "+ $ANT_HOME"
11 echo "+ and updating PATH"
12fi
13
14
15##export JAVA_HOME=/System//Library/Frameworks/JavaVM.framework/Home
16export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
17
18export PATH=$JAVA_HOME/bin:$PATH
19
20echo "+ Set JAVA_HOME to $JAVA_HOME and updated PATH"
Note: See TracBrowser for help on using the repository browser.