dleslie     00/10/16 13:26:12

  Modified:    java     build.xml
  Log:
  Removed message in compile about compitaiblity classes.
  
  Revision  Changes    Path
  1.31      +3 -3      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.xml 2000/10/16 16:04:39     1.30
  +++ build.xml 2000/10/16 20:26:11     1.31
  @@ -40,7 +40,7 @@
     
     - Much of this file stolen from Stefano's xml-xerces build.xml  
     
  -   $Id: build.xml,v 1.30 2000/10/16 16:04:39 dleslie Exp $
  +   $Id: build.xml,v 1.31 2000/10/16 20:26:11 dleslie Exp $
      
   ==================================================================== -->
   
  @@ -138,8 +138,8 @@
     <!-- =================================================================== 
-->
      
     <target name="compile" depends="prepare">
  -    <echo message="compile entire source tree (except Xalan-J 1 
compatability classes)"/>
  -    <echo message="  and copy .properties and .res files to build tree." />
  +    <echo message="compile entire source tree and copy "/>
  +    <echo message="  .properties and .res files to build tree." />
       <javac srcdir="${src.dir}" 
              destdir="${build.classes}"
              includes="**/*.java"
  
  
  

Reply via email to