antoine     2003/12/08 14:59:54

  Modified:    docs/manual/CoreTasks style.html
               docs/manual install.html
  Log:
  Improve documentation concerning external libs for the style task.
  Basically no external libs are required if using JDK 1.4
  PR: 25274
  Submitted by: Jesse Glick (jglick at netbeans dot org)
  
  Revision  Changes    Path
  1.30      +3 -2      ant/docs/manual/CoreTasks/style.html
  
  Index: style.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/style.html,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- style.html        5 Aug 2003 16:01:10 -0000       1.29
  +++ style.html        8 Dec 2003 22:59:53 -0000       1.30
  @@ -12,8 +12,9 @@
   <p>Process a set of documents via XSLT.</p>
   <p>This is useful for building views of XML based documentation,
   or for generating code.</p>
  -<p><b>Note:</b> This task depends on external libraries not included in the 
Ant distribution.
  -See <a href="../install.html#librarydependencies">Library Dependencies</a> 
for more information.</p>
  +<p><b>Note:</b> If you are using JDK 1.4 or higher, this task does not 
require external libraries
  +not supplied in the Ant distribution. Otherwise,
  +see <a href="../install.html#librarydependencies">Library Dependencies</a> 
for more information.</p>
   <p>It is possible to refine the set of files that are being processed. This 
can be
   done with the <i>includes</i>, <i>includesfile</i>, <i>excludes</i>, 
<i>excludesfile</i> and <i>defaultexcludes</i>
   attributes. With the <i>includes</i> or <i>includesfile</i> attribute you 
specify the files you want to
  
  
  
  1.63      +7 -4      ant/docs/manual/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/install.html,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- install.html      28 Nov 2003 09:01:36 -0000      1.62
  +++ install.html      8 Dec 2003 22:59:54 -0000       1.63
  @@ -283,11 +283,14 @@
     <tr>
       <td>An XSL transformer like Xalan or XSL:P</td>
       <td>style task</td>
  -    <td><a href="http://xml.apache.org/xalan-j/index.html";
  -    target="_top">http://xml.apache.org/xalan-j/index.html</a> for Xalan.<br>
  -    XSL:P used to live at <a href="http://www.clc-marketing.com/xslp/";
  +    <td>
  +    <b>If you use JDK 1.4, an XSL transformer is already included, so you 
need not do anything special.</b><br>
  +    <ul><li>XALAN : <a href="http://xml.apache.org/xalan-j/index.html";
  +    target="_top">http://xml.apache.org/xalan-j/index.html</a></li>
  +    <li>XSL:P : used to live at <a href="http://www.clc-marketing.com/xslp/";
       target="_top">http://www.clc-marketing.com/xslp/</a>, but the link
  -    doesn't work any longer and we are not aware of a replacement site.</td>
  +    doesn't work any longer and we are not aware of a replacement 
site.</li></ul>
  +    </td>
     </tr>
     <tr>
       <td>jakarta-regexp-1.3.jar</td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to