sanders     02/02/02 17:44:03

  Modified:    logging  build.xml
  Log:
  Update to reflect the move of the JDK14Logger class
  
  Revision  Changes    Path
  1.9       +3 -3      jakarta-commons/logging/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/logging/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml 22 Jan 2002 01:33:45 -0000      1.8
  +++ build.xml 3 Feb 2002 01:44:03 -0000       1.9
  @@ -3,7 +3,7 @@
   
   <!--
           "Logging" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.8 2002/01/22 01:33:45 craigmcc Exp $
  +        $Id: build.xml,v 1.9 2002/02/03 01:44:03 sanders Exp $
   -->
   
   
  @@ -125,7 +125,7 @@
       <mkdir dir="${build.home}/tests"/>
     </target>
   
  -  
  +
     <target name="static" depends="prepare"
      description="Copy static files to build directory">
       <tstamp/>
  @@ -147,7 +147,7 @@
          deprecation="${compile.deprecation}"
             optimize="${compile.optimize}">
         <classpath refid="compile.classpath"/>
  -      <exclude name="org/apache/commons/logging/Jdk14Logger.java"
  +      <exclude name="org/apache/commons/logging/impl/Jdk14Logger.java"
                unless="jdk.1.4.present"/>
       </javac>
       <copy    todir="${build.home}/classes" filtering="on">
  
  
  

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

Reply via email to