dims        2002/06/10 06:58:13

  Modified:    java     build.xml
  Log:
  Comment out the copying of the LICENSE file. (Did someone knock this out by mistake?)
  
  Revision  Changes    Path
  1.145     +2 -1      xml-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.144
  retrieving revision 1.145
  diff -u -r1.144 -r1.145
  --- build.xml 7 Jun 2002 19:33:17 -0000       1.144
  +++ build.xml 10 Jun 2002 13:58:13 -0000      1.145
  @@ -609,8 +609,9 @@
       <copy todir="${dist.dir}/webapps/axis/WEB-INF/classes/samples">
         <fileset dir="${build.samples}"/>
       </copy>
  -
  +    <!--
       <copy file="../LICENSE" tofile="${dist.dir}/LICENSE"/>
  +    -->
       <copy file="README" tofile="${dist.dir}/README"/>
       <copy file="release-notes.html" tofile="${dist.dir}/release-notes.html"/>
     </target>
  
  
  


Reply via email to