You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@locus.apache.org on 2000/08/23 17:27:00 UTC

cvs commit: xml-xalan/xdocs/sources/xalan DONE readme.xml

dleslie     00/08/23 08:26:57

  Modified:    xdocs/sources/xalan DONE readme.xml
  Log:
  Updates for 1.2.D02
  
  Revision  Changes    Path
  1.23      +2 -1      xml-xalan/xdocs/sources/xalan/DONE
  
  Index: DONE
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/DONE,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- DONE	2000/08/22 20:28:20	1.22
  +++ DONE	2000/08/23 15:26:47	1.23
  @@ -12,5 +12,6 @@
   <li>Ed Staub submitted a patch so that a message about processing instruction names now appears as a warning rather than an error.<br/><br/></li>
   <li>A thread-safety issue in pattern matching was identified and fixed.<br/><br/></li>
   <li>The output of very small decimal fractions has been improved.</li>
  -</ul>             
  +</ul>
  +<p>We also updated the build process (Ant and Make) to avoid creating a copy of the source tree, and we placed the Ant tool in a new bin directory.</p>
   </s3>
  
  
  
  1.18      +2 -1      xml-xalan/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- readme.xml	2000/08/22 19:42:35	1.17
  +++ readme.xml	2000/08/23 15:26:49	1.18
  @@ -124,7 +124,8 @@
          <tr><td>javadocs</td><td>generates the API documentation in ./build/docs/apidocs</td></tr>
          <tr><td>dist</td><td>creates a complete distribution in xalan-j_<ref>x</ref>_<ref>y</ref>_<ref>z</ref></td></tr>
          <tr><td>site</td><td> creates the website documentation tree in xml-site/target/xalan</td></tr>
  -       <tr><td>clean</td><td>purges the build, distribution, and site trees</td></tr> 
  +       <tr><td>clean</td><td>purges the build, distribution, and site trees, and removes any document files placed
  +       in the source tree for doc and Javadoc builds</td></tr> 
     </table>
     <p>If you build a target that depends on other targets, Ant creates those other targets in the correct order.</p>
     <p><em>Other build tools</em></p>