You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2002/05/07 16:02:32 UTC

cvs commit: jakarta-ant build.sh

bodewig     02/05/07 07:02:32

  Modified:    .        Tag: ANT_15_BRANCH build.sh
  Log:
  Make sure build.sh picks up ant.jar (which makes it consistent with
  build.bat BTW).
  
  Submitted by:	Henri Gomez <hg...@slib.fr>
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.27.2.1  +1 -1      jakarta-ant/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/build.sh,v
  retrieving revision 1.27
  retrieving revision 1.27.2.1
  diff -u -r1.27 -r1.27.2.1
  --- build.sh	16 Apr 2002 12:12:39 -0000	1.27
  +++ build.sh	7 May 2002 14:02:32 -0000	1.27.2.1
  @@ -21,7 +21,7 @@
     exit
   fi
   
  -LOCALCLASSPATH=lib/xercesImpl.jar:lib/xmlParserAPIs.jar
  +LOCALCLASSPATH=lib/xercesImpl.jar:lib/xmlParserAPIs.jar:bootstrap/lib/ant.jar
   # add in the dependency .jar files
   DIRLIBS=lib/optional/*.jar
   for i in ${DIRLIBS}
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>