carnold     2005/06/14 11:18:26

  Modified:    .        build.xml
  Log:
  LOGCXX-36: APR build tweaks
  
  Revision  Changes    Path
  1.75      +2 -0      logging-log4cxx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/build.xml,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- build.xml 14 Jun 2005 18:07:18 -0000      1.74
  +++ build.xml 14 Jun 2005 18:18:26 -0000      1.75
  @@ -953,6 +953,8 @@
   <target name="run-defaultinit-unittest" depends="build-defaultinit-unittest"
       description="Runs default init unit tests">
   
  +    <mkdir dir="${tests.dir}/output"/>
  +
       <!--  test use of log4j.configuration -->
       <property name="defaultInit3.properties"
            location="${tests.dir}/input/defaultInit3.properties"/>
  
  
  

Reply via email to