[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Tue Jan 16 06:40:05 EST 2007


  User: msurtani
  Date: 07/01/16 06:40:05

  Modified:    JBossCache  Tag: Branch_JBossCache_1_4_0 build.xml
  Log:
  Different log4j file for cruise control builds vs distribution
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.119.2.24 +5 -2      JBossCache/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/build.xml,v
  retrieving revision 1.119.2.23
  retrieving revision 1.119.2.24
  diff -u -b -r1.119.2.23 -r1.119.2.24
  --- build.xml	8 Jan 2007 16:56:44 -0000	1.119.2.23
  +++ build.xml	16 Jan 2007 11:40:05 -0000	1.119.2.24
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.119.2.23 2007/01/08 16:56:44 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.119.2.24 2007/01/16 11:40:05 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -1041,13 +1041,16 @@
   
         <copy todir="${tmp.dir}/etc" filtering="no">
            <fileset dir="${etc.dir}">
  -            <include name="log4j.xml"/>
  +            <include name="log4j.release.xml"/>
  +            <exclude name="log4j.xml"/>
               <include name="jboss-aop.xml"/>
               <include name="META-INF/*.xml"/>
               <include name="cache-jdbc.properties"/>
            </fileset>
         </copy>
   
  +      <move file="${tmp.dir}/etc/log4j.release.xml" tofile="${tmp.dir}/etc/log4j.xml" />
  +
         <copy todir="${tmp.dir}/tests" filtering="no">
            <fileset dir="${functional.tests.dir}">
               <include name="**/*.java"/>
  
  
  



More information about the jboss-cvs-commits mailing list