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 2013/06/03 00:25:53 UTC

svn commit: r1488801 - /maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/site.xml

Author: hboutemy
Date: Sun Jun  2 22:25:53 2013
New Revision: 1488801

URL: http://svn.apache.org/r1488801
Log:
improved left menu

Modified:
    maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/site.xml

Modified: maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/site.xml?rev=1488801&r1=1488800&r2=1488801&view=diff
==============================================================================
--- maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/site.xml (original)
+++ maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/site.xml Sun Jun  2 22:25:53 2013
@@ -1,14 +1,43 @@
-<project name="dist-tool">
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
+  name="dist-tool">
     <skin>
         <groupId>org.apache.maven.skins</groupId>
         <artifactId>maven-fluido-skin</artifactId>
         <version>1.3.0</version>
     </skin>
+
     <body>
-        
-        <menu ref="reports"/>
+        <menu name="Overwiev">
+            <item name="Introduction" href="index.html" />
+            <item name="Disttool> Sites" href="dist-tool-checksite.html" />
+            <item name="Disttool> Source Release" href="dist-tool-checksourcerelease.html" />
+        </menu>        
         <menu name="for dev">
             <item name="TODO" href="todo.html" />
         </menu>
+        <menu ref="reports"/>
     </body>
 </project>
\ No newline at end of file