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/04/01 18:20:20 UTC

cvs commit: jakarta-watchdog build.xml

rubys       00/04/01 08:20:19

  Modified:    .        build.xml
  Log:
  Explicitly copy support files (this is in anticipation of this function
  being removed from Ant's javac task)
  
  Revision  Changes    Path
  1.32      +5 -0      jakarta-watchdog/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml	2000/03/06 23:26:10	1.31
  +++ build.xml	2000/04/01 16:20:19	1.32
  @@ -81,6 +81,11 @@
         <javac srcdir="src/clients" destdir="${watchdog.build}/clients" 
                classpath="${watchdog-classpath}" 
                deprecation="off" />    
  +
  +      <copydir src="src/clients" dest="${watchdog.build}/clients">
  +          <include name="**/MANIFEST.MF" />
  +          <include name="**/*.properties" />
  +      </copydir>
           
         <jar jarfile="${watchdog.build}/lib/client.jar"
              basedir="${watchdog.build}/clients"