You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by ru...@locus.apache.org on 2000/01/15 18:27:08 UTC

cvs commit: jakarta-watchdog build.xml

rubys       00/01/15 09:27:08

  Modified:    .        build.xml
  Log:
  Another file affected by the jakarta-tools=>jakarta-ant change.
  
  Revision  Changes    Path
  1.20      +2 -2      jakarta-watchdog/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml	1999/11/22 18:06:27	1.19
  +++ build.xml	2000/01/15 17:27:08	1.20
  @@ -26,7 +26,7 @@
         <copydir src="src/server/servlet-tests" dest="${watchdog.build}/webapps/servlet-tests"/>
         <copyfile src="../jakarta-tools/moo.jar" dest="${watchdog.build}/lib/moo.jar"/>
   
  -      <copyfile src="../jakarta-tools/projectx-tr2.jar"
  +      <copyfile src="../jakarta-ant/lib/xml.jar"
                   dest="${watchdog.build}/lib/xml.jar"/>
   
   
  @@ -81,7 +81,7 @@
         <copyfile src="../jakarta-tools/moo.jar"
                   dest="${watchdog.dist}/lib/moo.jar"/>
   
  -      <copyfile src="../jakarta-tools/projectx-tr2.jar"
  +      <copyfile src="../jakarta-ant/lib/xml.jar"
                   dest="${watchdog.dist}/lib/xml.jar"/>
   
         <copydir src="src/bin" dest="${watchdog.dist}"/>