You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2002/02/27 17:58:45 UTC

cvs commit: jakarta-turbine-maven build-bootstrap.sh

dlr         02/02/27 08:58:45

  Modified:    .        build-bootstrap.sh
  Log:
  Pass any commandline args to Ant.
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-turbine-maven/build-bootstrap.sh
  
  Index: build-bootstrap.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.sh,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- build-bootstrap.sh	23 Feb 2002 15:46:36 -0000	1.5
  +++ build-bootstrap.sh	27 Feb 2002 16:58:45 -0000	1.6
  @@ -1,3 +1,3 @@
   #!/bin/sh
   
  -ant -buildfile build-bootstrap.xml
  +ant -buildfile build-bootstrap.xml ${@}
  
  
  

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