sdeboy      2005/06/16 22:23:19

  Modified:    .        build.xml
  Log:
  db-jar target now includes subdirectories (dialect)
  
  Revision  Changes    Path
  1.162     +1 -1      logging-log4j/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/build.xml,v
  retrieving revision 1.161
  retrieving revision 1.162
  diff -u -r1.161 -r1.162
  --- build.xml 24 May 2005 06:33:19 -0000      1.161
  +++ build.xml 17 Jun 2005 05:23:19 -0000      1.162
  @@ -494,7 +494,7 @@
        
     <target name="log4j-db.jar" depends="init, jdbcExtensionCheck, build.db">
       <jar jarfile="${log4j-db.jar}" basedir="${javac.dest}"
  -          includes="${stem}/db/**.class"
  +          includes="${stem}/db/**/*.class"
        >
         <manifest>
           <section name="org/apache/log4j/">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to