Update xdocs now javadoc generation is in maven xml

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-01-10 18:08:26 +00:00
parent e97baa4b4a
commit 56c02cbaae
2 changed files with 4 additions and 4 deletions

View File

@ -46,8 +46,8 @@ A getting started <a href="userguide.html">User's Guide</a> is available.
</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>

View File

@ -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;