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:
parent
e97baa4b4a
commit
56c02cbaae
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue