bodewig     2003/05/06 06:26:47

  Modified:    docs     external.html
               xdocs    external.xml
  Log:
  Pointer to Java2HTML, submitted by Jason Shattu <jason dot shattu at 
java2html dot com>
  
  Revision  Changes    Path
  1.113     +50 -1     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.112
  retrieving revision 1.113
  diff -u -r1.112 -r1.113
  --- external.html     22 Apr 2003 07:38:01 -0000      1.112
  +++ external.html     6 May 2003 13:26:46 -0000       1.113
  @@ -1348,7 +1348,11 @@
           <a name="Java2Html"></a>
           Java2Html
         </h4>
  -                        <p>Uses the Java2Html library for converting java 
source files
  +                        <p>There are two different tools both named 
Java2HTML that
  +        process Java source code and generate syntax higlighted
  +        documentation from it.  Both include Ant tasks to run
  +        them.</p>
  +                                <p>Java2Html library for converting java 
source files
           or snipplets to syntax highlighted html, rtf, tex and
           others.</p>
                                     <table class="ForrestTable" 
cellspacing="1" cellpadding="4">
  @@ -1390,6 +1394,51 @@
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
             GNU General Public License
  +      </td>
  +      </tr>
  +        </table>
  +                                <p>Java2HTML is a simple-to-use tool which 
converts a bunch of
  +        Java Source Code into a colourized and browsable HTML
  +        representation.</p>
  +                                  <table class="ForrestTable" 
cellspacing="1" cellpadding="4">
  +              <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Compatibility:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          1.5.1 onwards
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          URL:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a 
href="http://www.java2html.com/java2html_ant_task.html";>http://www.java2html.com/java2html_ant_task.html</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Contact:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          FreeWare
         </td>
         </tr>
           </table>
  
  
  
  1.82      +30 -1     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- external.xml      22 Apr 2003 07:38:02 -0000      1.81
  +++ external.xml      6 May 2003 13:26:47 -0000       1.82
  @@ -668,7 +668,12 @@
   
         <subsection name="Java2Html">
   
  -        <p>Uses the Java2Html library for converting java source files
  +        <p>There are two different tools both named Java2HTML that
  +        process Java source code and generate syntax higlighted
  +        documentation from it.  Both include Ant tasks to run
  +        them.</p>
  +
  +        <p>Java2Html library for converting java source files
           or snipplets to syntax highlighted html, rtf, tex and
           others.</p>
   
  @@ -690,6 +695,30 @@
               <td>GNU General Public License</td>
             </tr>
           </table>
  +
  +        <p>Java2HTML is a simple-to-use tool which converts a bunch of
  +        Java Source Code into a colourized and browsable HTML
  +        representation.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>1.5.1 onwards</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://www.java2html.com/java2html_ant_task.html";>http://www.java2html.com/java2html_ant_task.html</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>FreeWare</td>
  +          </tr>
  +        </table>
  +
         </subsection>
   
         <subsection name="Javamake">
  
  
  

Reply via email to