You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/08/07 11:22:30 UTC

svn commit: r1154678 - /maven/pom/trunk/maven/src/site/site.xml

Author: hboutemy
Date: Sun Aug  7 09:22:30 2011
New Revision: 1154678

URL: http://svn.apache.org/viewvc?rev=1154678&view=rev
Log:
put back the links to Maven sub projects before ASF links since they are more important

Modified:
    maven/pom/trunk/maven/src/site/site.xml

Modified: maven/pom/trunk/maven/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/src/site/site.xml?rev=1154678&r1=1154677&r2=1154678&view=diff
==============================================================================
--- maven/pom/trunk/maven/src/site/site.xml (original)
+++ maven/pom/trunk/maven/src/site/site.xml Sun Aug  7 09:22:30 2011
@@ -61,12 +61,6 @@ under the License.
     <!-- Menus that every project will inherit -->
     <menu ref="reports" inherit="bottom" />
 
-    <menu name="ASF" inherit="bottom">
-      <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/> 
-      <item name="Foundation" href="http://www.apache.org/foundation/"/>
-      <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
-      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
-    </menu>
     <menu name="Maven Projects" inherit="bottom">
       <item name="Ant Tasks"         href="http://maven.apache.org/ant-tasks/index.html" />
       <item name="Archetype"         href="http://maven.apache.org/archetype/index.html" />
@@ -80,6 +74,12 @@ under the License.
       <item name="Surefire"          href="http://maven.apache.org/surefire/index.html" />
       <item name="Wagon"             href="http://maven.apache.org/wagon/index.html" />
     </menu>
+    <menu name="ASF" inherit="bottom">
+      <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/> 
+      <item name="Foundation" href="http://www.apache.org/foundation/"/>
+      <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
+      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
+    </menu>
 
   </body>
 </project>