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/08/24 14:39:48 UTC

cvs commit: jakarta-watchdog build.xml

rubys       00/08/24 05:39:48

  Modified:    .        build.xml
  Log:
  Remove usage of deprecated attribute
  
  Revision  Changes    Path
  1.35      +2 -2      jakarta-watchdog/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/build.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- build.xml	2000/08/04 19:12:34	1.34
  +++ build.xml	2000/08/24 12:39:46	1.35
  @@ -53,7 +53,7 @@
         <copyfile src="../jakarta-tools/moo.jar" 
                  dest="${watchdog.build}/webapps/jsp-tests/WEB-INF/lib/moo.jar"/>
   
  -      <chmod    src="${watchdog.build}/bin/watchdog.sh" perm="+x"/> 
  +      <chmod    file="${watchdog.build}/bin/watchdog.sh" perm="+x"/> 
   
      </target>       
   
  @@ -127,7 +127,7 @@
         <copydir  src="src/bin" dest="${watchdog.dist}/bin"/>
         <copydir  src="src/conf" dest="${watchdog.dist}/conf" />
       
  -      <chmod    src="${watchdog.dist}/bin/watchdog.sh" perm="+x"/>
  +      <chmod    file="${watchdog.dist}/bin/watchdog.sh" perm="+x"/>
   
         <jar jarfile="${watchdog.dist}/lib/client.jar"
           basedir="${watchdog.build}/clients"