You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by js...@apache.org on 2001/05/05 16:27:06 UTC

cvs commit: jakarta-taglibs/io/doc/web changes.xml intro.xml

jstrachan    01/05/05 07:27:06

  Modified:    io       build.xml
               io/doc/web intro.xml
  Added:       io/doc/web changes.xml
  Log:
  Tidied up documentation a little, adding changes.xml
  
  Revision  Changes    Path
  1.3       +2 -1      jakarta-taglibs/io/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/io/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	2001/05/05 13:54:06	1.2
  +++ build.xml	2001/05/05 14:27:04	1.3
  @@ -4,10 +4,11 @@
       <!ENTITY common SYSTEM "file:../common.xml">
   ]>
   
  -<project name="io" default="main">
  +<project name="io" default="mymain">
   
     &common;
   
  +  <target name="mymain" depends="gen-docs,main"/>
   
   </project>
   
  
  
  
  1.2       +2 -1      jakarta-taglibs/io/doc/web/intro.xml
  
  Index: intro.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/io/doc/web/intro.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- intro.xml	2001/05/05 13:54:09	1.1
  +++ intro.xml	2001/05/05 14:27:05	1.2
  @@ -22,7 +22,7 @@
   
     <p>For more information about the IO Tag Library, look at the on-line documentation:</p>
     <ul>
  -  <li>View the <a href="http://jakarta.apache.org/taglibs/doc/io-doc/io.html">IO Taglib Documentation</a></li>
  +  <li>View the <a href="io.html">IO Taglib Documentation</a></li>
     </ul>
   
     <p>For information on how to use the distributions, look at the following documentation:</p>
  @@ -54,6 +54,7 @@
   
     <ul>
     <li>James Strachan</li>
  +  <li>Pierre Delisle</li>
     </ul>
   
     </section>
  
  
  
  1.1                  jakarta-taglibs/io/doc/web/changes.xml
  
  Index: changes.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./changes.xml">
  
    <properties>
      <author>James Strachan</author>
      <title>IO Tag Library: The Jakarta-Taglibs Project</title>
    </properties>
  
    <body>
  
  
    <section name="IO Tag Library Revision History" href="Changes">
  
    <p>Initial check into CVS.</p>
  
    </section>
  
    </body>
  </document>