husted      01/10/05 04:36:13

  Modified:    doc      project.xml
  Log:
  Update main index to point back to Developer Guides and Taglib docs.
  
  Revision  Changes    Path
  1.12      +12 -1     jakarta-struts/doc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml       2001/09/18 01:39:51     1.11
  +++ project.xml       2001/10/05 11:36:13     1.12
  @@ -41,8 +41,19 @@
                 
href="api-1.0/org/apache/struts/util/package-summary.html#package_description"/>
       </menu>
   
  +    <menu name="TagLib Documentation">
  +        <item name="Bean Tags"
  +              href="struts-bean.html"/>
  +        <item name="HTML Tags"
  +              href="struts-html.html"/>
  +        <item name="Logic Tags"
  +              href="struts-logic.html"/>
  +        <item name="Template Tags"
  +              href="struts-template.html"/>
  +    </menu>
  +
       <menu name="Current Development">
  -        <item name="Release Notes (1.01)"    href="release-notes-1.01.html"/>
  +        <item name="Release Notes (1.0.1)"    href="release-notes-1.0.1.html"/>
           <item name="Installation (nightly)"  href="installation.html"/>
           <item name="Release Notes (nightly)" href="release-notes.html"/>
           <item name="Javadoc (nightly)"       href="api/index.html"/>
  
  
  


Reply via email to