[prev in list] [next in list] [prev in thread] [next in thread] 

List:       watchdog-dev
Subject:    cvs commit: jakarta-watchdog build.xml
From:       rubys () locus ! apache ! org
Date:       2000-04-01 16:20:20
[Download RAW message or body]

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" 
  
  
  

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic