You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2012/12/06 16:24:54 UTC

svn commit: r1417941 - /incubator/onami/trunk/parent/src/site/site.xml

Author: simonetripodi
Date: Thu Dec  6 15:24:54 2012
New Revision: 1417941

URL: http://svn.apache.org/viewvc?rev=1417941&view=rev
Log:
relocated links section according to declared XSD

Modified:
    incubator/onami/trunk/parent/src/site/site.xml

Modified: incubator/onami/trunk/parent/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/parent/src/site/site.xml?rev=1417941&r1=1417940&r2=1417941&view=diff
==============================================================================
--- incubator/onami/trunk/parent/src/site/site.xml (original)
+++ incubator/onami/trunk/parent/src/site/site.xml Thu Dec  6 15:24:54 2012
@@ -38,6 +38,10 @@
   </skin>
 
   <body>
+    <links>
+      <item name="Google Guice" href="http://code.google.com/p/google-guice/" />
+    </links>
+
     <menu name="Components" inherit="bottom">
       <item name="Autobind"       href="http://onami.incubator.apache.org/autobind" />
       <item name="Cache"          href="http://onami.incubator.apache.org/cache" />
@@ -71,10 +75,6 @@
       <item name="Sponsorship"           href="http://www.apache.org/foundation/sponsorship.html" />
       <item name="Thanks"                href="http://www.apache.org/foundation/thanks.html" />
     </menu>
-
-    <links>
-      <item name="Google Guice" href="http://code.google.com/p/google-guice/" />
-    </links>
   </body>
 
 </project>