Author: dennisl
Date: Sun Jan 22 02:13:33 2006
New Revision: 371255
URL: http://svn.apache.org/viewcvs?rev=371255&view=rev
Log:
Turn previous releases into menus instead of menu items.
Add menu item for current JavaDocs.
Use consistent naming for JavaDocs.
Modified:
jakarta/commons/proper/logging/trunk/xdocs/navigation.xml
Modified: jakarta/commons/proper/logging/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/xdocs/navigation.xml?rev=371255&r1=371254&r2=371255&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/logging/trunk/xdocs/navigation.xml Sun Jan 22
02:13:33 2006
@@ -40,28 +40,30 @@
href="/tech.html"/>
<item name="Wiki"
href="http://wiki.apache.org/jakarta-commons/Logging"/>
+ <item name='JavaDoc'
+ href='/apidocs/index.html'/>
<item name="Release Notes"
href="/RELEASE-NOTES.txt"/>
- <item name='1.0.4 Release'>
- <item name='Documentation'
-
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/'/>
- <item name='Release Notes'
-
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/RELEASE-NOTES.txt'/>
- </item>
- <item name='1.0.3 Release'>
- <item name='Userguide'
-
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/usersguide.html'/>
- <item name='API'
-
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/docs/api/'/>
- <item name='Release Notes'
-
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/RELEASE-NOTES.txt'/>
- </item>
- <item name='1.0.2 Release'>
- <item name='API'
-
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.2/docs/api/'/>
- </item>
</menu>
-
+ <menu name='1.0.4 Release'>
+ <item name='Documentation'
+
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/'/>
+ <item name='Release Notes'
+
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/RELEASE-NOTES.txt'/>
+ </menu>
+ <menu name='1.0.3 Release'>
+ <item name='User Guide'
+
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/usersguide.html'/>
+ <item name='JavaDoc'
+
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/docs/api/'/>
+ <item name='Release Notes'
+
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/RELEASE-NOTES.txt'/>
+ </menu>
+ <menu name='1.0.2 Release'>
+ <item name='JavaDoc'
+
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.2/docs/api/'/>
+ </menu>
+
&common-menus;
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]