You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2004/08/11 08:54:44 UTC

cvs commit: ant/docs external.html

jhm         2004/08/10 23:54:44

  Modified:    xdocs    external.xml
               docs     external.html
  Log:
  external Xclude task
  
  Revision  Changes    Path
  1.139     +32 -0     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.138
  retrieving revision 1.139
  diff -u -r1.138 -r1.139
  --- external.xml	6 Aug 2004 06:55:01 -0000	1.138
  +++ external.xml	11 Aug 2004 06:54:44 -0000	1.139
  @@ -2565,6 +2565,38 @@
           </table>
         </subsection>
   
  +      <subsection name="Xcluder">
  +        <p>xcluder is an XML Inclusions (XInclude) task for Apache Ant.
  +        Offers the choice of using Xerces or Elliotte Rusty Harold's XOM API.
  +        </p>
  +        <table class="externals">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.4 or later. XInclude compliance depends on the
  +            underlying Xerces or XOM used. Xerces 2.5.0 and above works fine,
  +            but please note that 2.6.1 and 2.6.2 processed the
  +            http://www.w3.org/2003/XInclude, now obsolete by
  +            http://www.w3.org/2001/XInclude used by the latest
  +            Candidate Recommendation (13 April 2004).
  +            </td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a href="http://sourceforge.net/projects/xcluder">http://sourceforge.net/projects/xcluder</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a href="mailto:mbatsis@users.sf.net">mbatsis@users.sf.net</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>GNU General Public License (GPL), GNU Library or Lesser
  +            General Public License (LGPL)
  +            </td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="XDoclet">
   
           <p>XDoclet is an extended Javadoc Doclet engine for use in Ant.
  
  
  
  1.178     +57 -0     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.177
  retrieving revision 1.178
  diff -u -r1.177 -r1.178
  --- external.html	6 Aug 2004 06:55:01 -0000	1.177
  +++ external.html	11 Aug 2004 06:54:44 -0000	1.178
  @@ -4742,6 +4742,63 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  +        <a name="Xcluder"></a>
  +        Xcluder
  +      </h4>
  +                        <p>xcluder is an XML Inclusions (XInclude) task for Apache Ant.
  +        Offers the choice of using Xerces or Elliotte Rusty Harold's XOM API.
  +        </p>
  +                                      <table class="externals" 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">
  +          Ant 1.4 or later. XInclude compliance depends on the
  +            underlying Xerces or XOM used. Xerces 2.5.0 and above works fine,
  +            but please note that 2.6.1 and 2.6.2 processed the
  +            http://www.w3.org/2003/XInclude, now obsolete by
  +            http://www.w3.org/2001/XInclude used by the latest
  +            Candidate Recommendation (13 April 2004).
  +            
  +      </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://sourceforge.net/projects/xcluder">http://sourceforge.net/projects/xcluder</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:mbatsis@users.sf.net">mbatsis@users.sf.net</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          GNU General Public License (GPL), GNU Library or Lesser
  +            General Public License (LGPL)
  +            
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="XDoclet"></a>
           XDoclet
         </h4>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org