Author: eric
Date: Tue Sep 6 20:28:50 2011
New Revision: 1165829
URL: http://svn.apache.org/viewvc?rev=1165829&view=rev
Log:
Simple fix on the mailbox web site menu - work in progress - safety commit
Modified:
james/mailbox/trunk/src/site/site.xml
Modified: james/mailbox/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/mailbox/trunk/src/site/site.xml?rev=1165829&r1=1165828&r2=1165829&view=diff
==============================================================================
--- james/mailbox/trunk/src/site/site.xml (original)
+++ james/mailbox/trunk/src/site/site.xml Tue Sep 6 20:28:50 2011
@@ -43,14 +43,22 @@
<menu name="Mailbox">
<item name="Introduction" href="/index.html" />
<item name="Source Code" href="/source-code.html" />
+ </menu>
+ <menu name="Framework">
<item name="Mailbox API" href="/mailbox-api.html" />
<item name="Mailbox Store" href="/mailbox-store.html" />
+ <item name="Mailbox Tool" href="/mailbox-tool.html" />
+ </menu>
+ <menu name="Implementations">
<item name="Mailbox Memory" href="/mailbox-memory.html" />
<item name="Mailbox Maildir" href="/mailbox-maildir.html" />
<item name="Mailbox JPA" href="/mailbox-jpa.html" />
<item name="Mailbox JCR" href="/mailbox-jcr.html" />
<item name="Mailbox HBase" href="/mailbox-hbase.html" />
- <item name="Mailbox Tool" href="/mailbox-tool.html" />
+ </menu>
+ <menu name="Wiring">
+ <item name="Spring" href="/mailbox-spring.html" />
+ <item name="Guice" href="/mailbox-guice.html" />
</menu>
<menu name="References">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]