bodewig 2005/03/15 07:29:47
Modified: src/script ant
Log:
Remove unused code, PR 34018
Revision Changes Path
1.51 +0 -9 ant/src/script/ant
Index: ant
===================================================================
RCS file: /home/cvs/ant/src/script/ant,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ant 6 Sep 2004 09:14:41 -0000 1.50
+++ ant 15 Mar 2005 15:29:47 -0000 1.51
@@ -87,15 +87,6 @@
esac
if [ -z "$ANT_HOME" -o ! -d "$ANT_HOME" ] ; then
- # try to find ANT
- if [ -d /opt/ant ] ; then
- ANT_HOME=/opt/ant
- fi
-
- if [ -d "${HOME}/opt/ant" ] ; then
- ANT_HOME="${HOME}/opt/ant"
- fi
-
## resolve links - $0 may be a link to ant's home
PRG="$0"
progname=`basename "$0"`
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|