You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by eh...@apache.org on 2002/05/20 20:44:38 UTC

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/types XMLCatalog.java

ehatcher    02/05/20 11:44:38

  Modified:    src/main/org/apache/tools/ant/types Tag: ANT_15_BRANCH
                        XMLCatalog.java
  Log:
  some documentation patches reported to me by a member of the XDoclet team
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.1   +5 -5      jakarta-ant/src/main/org/apache/tools/ant/types/XMLCatalog.java
  
  Index: XMLCatalog.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/XMLCatalog.java,v
  retrieving revision 1.9
  retrieving revision 1.9.2.1
  diff -u -r1.9 -r1.9.2.1
  --- XMLCatalog.java	20 Apr 2002 16:10:04 -0000	1.9
  +++ XMLCatalog.java	20 May 2002 18:44:38 -0000	1.9.2.1
  @@ -74,16 +74,16 @@
    * This data type provides a catalog of DTD locations.
    * <p>
    * <code>
  - * &lt;catalog&gt;<br>
  + * &lt;xmlcatalog&gt;<br>
    * &nbsp;&nbsp;&lt;dtd publicId="" location="/path/to/file.jar" /&gt;<br>
  - * &nbsp;&nbsp;&lt;dtd publicId location="/path/to/file2.jar" /gt;<br>
  + * &nbsp;&nbsp;&lt;dtd publicId="" location="/path/to/file2.jar" /&gt;<br>
    * &nbsp;&nbsp;&lt;entity publicId="" location="/path/to/file3.jar" /&gt;<br>
    * &nbsp;&nbsp;&lt;entity publicId="" location="/path/to/file4.jar" /&gt;<br>
  - * &lt;/catalog&gt;<br>
  + * &lt;/xmlcatalog&gt;<br>
    * </code>
    * <p>
    * The object implemention <code>sometask</code> must provide a method called
  - * <code>createCatalog</code> which returns an instance of 
  + * <code>createXMLCatalog</code> which returns an instance of 
    * <code>XMLCatalog</code>. Nested DTD and entity definitions are handled by
    * the XMLCatalog object and must be labeled <code>dtd</code> and
    * <code>entity</code> respectively.</p>
  @@ -93,7 +93,7 @@
    *
    * @author dIon Gillard
    * @author Erik Hatcher
  - * @version $Id: XMLCatalog.java,v 1.9 2002/04/20 16:10:04 ehatcher Exp $
  + * @version $Id: XMLCatalog.java,v 1.9.2.1 2002/05/20 18:44:38 ehatcher Exp $
    */
   public class XMLCatalog extends DataType implements Cloneable, EntityResolver {
       /** File utilities instance */
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>