You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@locus.apache.org on 2000/11/29 07:53:04 UTC

cvs commit: jakarta-struts/src/doc project.xml

craigmcc    00/11/28 22:53:04

  Modified:    src/doc  project.xml
  Log:
  Add the first navigation link to a "Developer Guide" document.  For all of
  the Java packages, I am planning to create such documentation in the form
  of a "package.html" file that is included automatically in the JavaDoc
  documentation for that package.
  
  Revision  Changes    Path
  1.10      +5 -0      jakarta-struts/src/doc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/doc/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	2000/11/03 20:57:43	1.9
  +++ project.xml	2000/11/29 06:53:03	1.10
  @@ -13,6 +13,11 @@
           <item name="TODO List"          href="todo.html"/>
       </menu>
   
  +    <menu name="Developer Guides">
  +        <item name="Digester"
  +              href="api/org/apache/struts/digester/package-summary.html#package_description"/>
  +    </menu>
  +
       <menu name="New Tag Library Reference">
           <item name="Bean Tags"          href="struts-bean.html"/>
           <item name="Form Tags"          href="struts-form.html"/>