You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2002/04/28 23:48:08 UTC

cvs commit: jakarta-commons/pool build.xml

rwaldhoff    02/04/28 14:48:08

  Modified:    pool     build.xml
  Log:
  add cvspass to fetch-stylesheet
  
  Revision  Changes    Path
  1.7       +4 -2      jakarta-commons/pool/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	23 Apr 2002 00:08:53 -0000	1.6
  +++ build.xml	28 Apr 2002 21:48:08 -0000	1.7
  @@ -1,4 +1,4 @@
  -<!-- $Id: build.xml,v 1.6 2002/04/23 00:08:53 rwaldhoff Exp $ -->
  +<!-- $Id: build.xml,v 1.7 2002/04/28 21:48:08 rwaldhoff Exp $ -->
   <project name="commons-pool" default="test" basedir=".">
   
      <!-- patternset describing files to be copied from the doc directory -->
  @@ -263,7 +263,9 @@
          #
          ######################################################################
          </echo>
  -
  +      <cvspass cvsroot=":pserver:anoncvs@cvs.apache.org:/home/cvspublic"
  +          password="anoncvs"
  +      />
         <cvs cvsRoot=":pserver:anoncvs@cvs.apache.org:/home/cvspublic"
             command="checkout -p jakarta-site2/xdocs/stylesheets/site.vsl"
             output="${docs.src}/stylesheets/site.vsl"
  
  
  

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