User: user57  
  Date: 01/09/03 22:10:15

  Modified:    website  build.sh
  Log:
   o ignore user's ANT_HOME
  
  Revision  Changes    Path
  1.2       +3 -0      build/website/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /cvsroot/jboss/build/website/build.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.sh  2001/08/30 22:01:56     1.1
  +++ build.sh  2001/09/04 05:10:15     1.2
  @@ -8,12 +8,15 @@
   ##                                                                          ##
   ### ====================================================================== ###
   
  -# $Id: build.sh,v 1.1 2001/08/30 22:01:56 user57 Exp $
  +# $Id: build.sh,v 1.2 2001/09/04 05:10:15 user57 Exp $
   
   PROGNAME=`basename $0`
   DIRNAME=`dirname $0`
   GREP="grep"
   ROOT="/"
  +
  +# Ignore user's ANT_HOME if it is set
  +ANT_HOME=""
   
   # the default search path for ant
   ANT_SEARCH_PATH="\
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to