You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/01/10 19:08:26 UTC

cvs commit: jakarta-commons/collections/xdocs navigation.xml index.xml

scolebourne    2004/01/10 10:08:26

  Modified:    collections/xdocs navigation.xml index.xml
  Log:
  Update xdocs now javadoc generation is in maven xml
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-commons/collections/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/xdocs/navigation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navigation.xml	6 Jan 2004 00:44:20 -0000	1.3
  +++ navigation.xml	10 Jan 2004 18:08:26 -0000	1.4
  @@ -15,13 +15,13 @@
       <menu name="Commons Collections">
         <item name="Overview" href="/index.html"/>
         <item name="Users guide" href="/userguide.html"/>
  -      <item name="Javadoc (3.0 release)" href="api-30/index.html"/>
  +      <item name="Javadoc (3.0 release)" href="apidocs-COLLECTIONS_3_0/index.html"/>
         <item name="Mailing lists" href="/mail-lists.html"/>
         <item name="Team" href="/team-list.html"/>
         <item name="Tasks" href="/tasks.html"/>
         <item name="CVS" href="http://cvs.apache.org/viewcvs/jakarta-commons/collections/"/>
         <item name="Javadoc (CVS latest)" href="apidocs/index.html"/>
  -      <item name="Javadoc (2.1 old)" href="api-21/index.html"/>
  +      <item name="Javadoc (2.1 old)" href="apidocs-COLLECTIONS_2_1/index.html"/>
       </menu>
       
       &commons-nav;
  
  
  
  1.9       +2 -2      jakarta-commons/collections/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/xdocs/index.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.xml	6 Jan 2004 21:24:01 -0000	1.8
  +++ index.xml	10 Jan 2004 18:08:26 -0000	1.9
  @@ -46,8 +46,8 @@
   </p>
   <p>
   The JavaDoc API documents are available online for the
  -<a href="api-30/index.html">current release 3.0</a>, the
  -<a href="api-21/index.html">previous version 2.1</a>, and the
  +<a href="apidocs-COLLECTIONS_3_0/index.html">current release 3.0</a>, the
  +<a href="apidocs-COLLECTIONS_2_1/index.html">previous version 2.1</a>, and the
   <a href="apidocs/index.html">latest CVS</a>.
   </p>
   <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org