stevel      2003/07/14 22:01:24

  Modified:    java     build.xml
  Log:
  even if we exclude the log4j properties from the JAR, we still want it around for 
things
  
  Revision  Changes    Path
  1.232     +2 -0      xml-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.231
  retrieving revision 1.232
  diff -u -r1.231 -r1.232
  --- build.xml 2 Jun 2003 14:58:58 -0000       1.231
  +++ build.xml 15 Jul 2003 05:01:24 -0000      1.232
  @@ -212,6 +212,8 @@
       <copy file="${commons-logging.jar}" toDir="${build.lib}"/>
       <copy file="${commons-discovery.jar}" toDir="${build.lib}"/>
       <copy file="${log4j-core.jar}" toDir="${build.lib}"/>
  +    <copy file="${src.dir}/log4j.properties"
  +          toDir="${build.lib}"/>
   
        <!--  Build the new org.apache.axis.tools.ant stuff -->
        <mkdir dir="${axis.home}/tools/lib" />
  
  
  

Reply via email to