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...@apache.org on 2001/03/05 15:57:02 UTC

cvs commit: jakarta-watchdog build.xml

rubys       01/03/05 06:57:01

  Modified:    .        build.xml
  Log:
  But it worked when I tested it on Windows...   ;-)
  
  Revision  Changes    Path
  1.38      +2 -2      jakarta-watchdog/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/build.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- build.xml	2001/02/13 10:10:55	1.37
  +++ build.xml	2001/03/05 14:56:55	1.38
  @@ -45,7 +45,7 @@
         <copydir  src="src/conf" dest="${watchdog.build}/conf" />
   
         <copydir  src="doc" dest="${watchdog.build}/doc" />
  -      <copyfile src="Readme" 
  +      <copyfile src="README" 
                  dest="${watchdog.build}/doc/Readme"/>
   
         <copyfile src="../jakarta-tools/moo.jar" 
  @@ -106,7 +106,7 @@
         <mkdir dir="${watchdog.dist}/lib/jsp-golden"/>
   
         <copydir  src="doc" dest="${watchdog.dist}/doc" />
  -      <copyfile src="Readme" 
  +      <copyfile src="README" 
                  dest="${watchdog.dist}/doc/Readme"/>
   
         <copyfile src="../jakarta-tools/moo.jar"