You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by gl...@apache.org on 2003/05/09 13:06:55 UTC

cvs commit: jakarta-poi/src/documentation/content/xdocs book.xml site.xml

glens       2003/05/09 04:06:55

  Modified:    .        build.xml
               src/documentation/content/xdocs book.xml site.xml
  Log:
  Added how to run build documentation
  
  Revision  Changes    Path
  1.39      +1 -1      jakarta-poi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- build.xml	4 May 2003 09:17:06 -0000	1.38
  +++ build.xml	9 May 2003 11:06:55 -0000	1.39
  @@ -7,7 +7,7 @@
   
   
       This build was tested with and 1.5.3 although it will probably work with
  -    other versions.  The following optional jar files should be installed
  +    other versions.  The following jar files should be installed
       into the ant lib directory:
   
       LIBRARY         LOCATION
  
  
  
  1.3       +1 -0      jakarta-poi/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book.xml	24 Apr 2003 00:53:28 -0000	1.2
  +++ book.xml	9 May 2003 11:06:55 -0000	1.3
  @@ -37,6 +37,7 @@
           <menu-item label="Javadocs" href="ext:javadoc"/>
           <menu-item label="FAQ" href="faq.html"/>
           <menu-item label="References" href="references/index.html"/>
  +        <menu-item label="How to Build" href="howtobuild.html"/>
       </menu>
   
       <menu label="Translations">
  
  
  
  1.3       +4 -0      jakarta-poi/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- site.xml	24 Apr 2003 00:53:28 -0000	1.2
  +++ site.xml	9 May 2003 11:06:55 -0000	1.3
  @@ -24,6 +24,10 @@
               </forrest>
               <cocoon href="cocoon/"/>
           </xml.apache.org>
  +        <jakarta.apache.org href="http://jakarta.apache.org/">
  +            <ant href="ant/"/>
  +            <poi href="poi/"/>
  +        </jakarta.apache.org>
           <junit href="junit/index.html"/>
           <jdepend href="jdepend/index.html"/>
           <javadoc href="apidocs/index.html"/>