rubys       2002/12/30 08:31:30

  Modified:    java     build.xml
  Log:
  Allow tools to be built from a clean checkout
  
  Revision  Changes    Path
  1.222     +1 -0      xml-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.221
  retrieving revision 1.222
  diff -u -r1.221 -r1.222
  --- build.xml 17 Dec 2002 23:32:13 -0000      1.221
  +++ build.xml 30 Dec 2002 16:31:30 -0000      1.222
  @@ -189,6 +189,7 @@
       <copy file="${log4j-core.jar}" toDir="${build.lib}"/>
   
        <!--  Build the new org.apache.axis.tools.ant stuff -->
  +     <mkdir dir="${axis.home}/tools/lib" />
        <ant inheritAll="${ant.inheritAll}" inheritRefs="${ant.inheritRefs}" 
dir="${axis.home}/tools" antfile="build.xml" />
        <ant inheritAll="${ant.inheritAll}" inheritRefs="${ant.inheritRefs}" 
dir="${axis.home}/tools" antfile="build.xml" target="test"/>
   
  
  
  


Reply via email to