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 2015/11/21 16:42:03 UTC

svn commit: r1715538 - in /maven/pom/trunk/maven: ./ doxia-tools/ doxia-tools/src/site-docs/ doxia-tools/src/site-docs/apt/ maven-archetype-bundles/ maven-archetype-bundles/src/ maven-archetype-bundles/src/site-docs/ maven-archetype-bundles/src/site-do...

Author: hboutemy
Date: Sat Nov 21 15:42:03 2015
New Revision: 1715538

URL: http://svn.apache.org/viewvc?rev=1715538&view=rev
Log:
[MPOM-95] removed downloads of child poms

Added:
    maven/pom/trunk/maven/doxia-tools/site-pom.xml   (with props)
    maven/pom/trunk/maven/doxia-tools/src/site-docs/
    maven/pom/trunk/maven/doxia-tools/src/site-docs/apt/
    maven/pom/trunk/maven/doxia-tools/src/site-docs/apt/index.apt.vm   (with props)
    maven/pom/trunk/maven/doxia-tools/src/site-docs/site.xml   (with props)
    maven/pom/trunk/maven/maven-archetype-bundles/site-pom.xml   (with props)
    maven/pom/trunk/maven/maven-archetype-bundles/src/
    maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/
    maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/apt/
    maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/apt/index.apt.vm   (with props)
    maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/site.xml   (with props)
Removed:
    maven/pom/trunk/maven/maven-plugins/src/site-docs/resources/
    maven/pom/trunk/maven/maven-plugins/src/site-docs/xdoc/
    maven/pom/trunk/maven/maven-shared-components/src/site-docs/resources/
    maven/pom/trunk/maven/maven-shared-components/src/site-docs/xdoc/
    maven/pom/trunk/maven/maven-skins/src/site-docs/resources/
    maven/pom/trunk/maven/maven-skins/src/site-docs/xdoc/
Modified:
    maven/pom/trunk/maven/maven-plugins/src/site-docs/site.xml
    maven/pom/trunk/maven/maven-shared-components/site-pom.xml
    maven/pom/trunk/maven/maven-shared-components/src/site-docs/site.xml
    maven/pom/trunk/maven/maven-skins/site-pom.xml
    maven/pom/trunk/maven/maven-skins/src/site-docs/site.xml
    maven/pom/trunk/maven/site-pom.xml
    maven/pom/trunk/maven/src/site-docs/site.xml

Added: maven/pom/trunk/maven/doxia-tools/site-pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/doxia-tools/site-pom.xml?rev=1715538&view=auto
==============================================================================
--- maven/pom/trunk/maven/doxia-tools/site-pom.xml (added)
+++ maven/pom/trunk/maven/doxia-tools/site-pom.xml Sat Nov 21 15:42:03 2015
@@ -0,0 +1,43 @@
+<?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/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.maven</groupId>
+    <artifactId>maven-parent.</artifactId>
+    <version>30-SNAPSHOT</version>
+    <relativePath>../site-pom.xml</relativePath>
+  </parent>
+
+  <groupId>org.apache.maven.doxia</groupId>
+  <artifactId>doxia-tools</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Apache Maven Doxia Tools Parent POM</name>
+  <description>This project consists of a POM that contains settings that are likely to be useful to any Maven Doxia Tool that is building and releasing code with Maven.</description>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/MPOM/component/12328319</url>
+  </issueManagement>
+</project>

Propchange: maven/pom/trunk/maven/doxia-tools/site-pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/pom/trunk/maven/doxia-tools/site-pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: maven/pom/trunk/maven/doxia-tools/site-pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: maven/pom/trunk/maven/doxia-tools/src/site-docs/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/doxia-tools/src/site-docs/apt/index.apt.vm?rev=1715538&view=auto
==============================================================================
--- maven/pom/trunk/maven/doxia-tools/src/site-docs/apt/index.apt.vm (added)
+++ maven/pom/trunk/maven/doxia-tools/src/site-docs/apt/index.apt.vm Sat Nov 21 15:42:03 2015
@@ -0,0 +1,32 @@
+ -----
+ Introduction
+ -----
+ Hervé Boutemy
+ -----
+ 2015-11-21
+ -----
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+${project.name}
+
+    This POM is the common parent of all of the {{{/doxia/doxia-tools/}Maven Doxia Tools}}
+    in the Apache Maven project.

Propchange: maven/pom/trunk/maven/doxia-tools/src/site-docs/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/pom/trunk/maven/doxia-tools/src/site-docs/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/pom/trunk/maven/doxia-tools/src/site-docs/site.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/doxia-tools/src/site-docs/site.xml?rev=1715538&view=auto
==============================================================================
--- maven/pom/trunk/maven/doxia-tools/src/site-docs/site.xml (added)
+++ maven/pom/trunk/maven/doxia-tools/src/site-docs/site.xml Sat Nov 21 15:42:03 2015
@@ -0,0 +1,32 @@
+<?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.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd">
+  <body>
+    <breadcrumbs>
+      <item name="Maven" href="http://maven.apache.org/pom/maven/index.html" />
+      <item name="Doxia Tools" href="http://maven.apache.org/pom/maven/doxia-tools/index.html" />
+    </breadcrumbs>
+
+    <menu ref="parent" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/pom/trunk/maven/doxia-tools/src/site-docs/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/pom/trunk/maven/doxia-tools/src/site-docs/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: maven/pom/trunk/maven/doxia-tools/src/site-docs/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: maven/pom/trunk/maven/maven-archetype-bundles/site-pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-archetype-bundles/site-pom.xml?rev=1715538&view=auto
==============================================================================
--- maven/pom/trunk/maven/maven-archetype-bundles/site-pom.xml (added)
+++ maven/pom/trunk/maven/maven-archetype-bundles/site-pom.xml Sat Nov 21 15:42:03 2015
@@ -0,0 +1,43 @@
+<?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/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.maven</groupId>
+    <artifactId>maven-parent.</artifactId>
+    <version>30-SNAPSHOT</version>
+    <relativePath>../site-pom.xml</relativePath>
+  </parent>
+
+  <groupId>org.apache.maven.archetypes</groupId>
+  <artifactId>maven-archetypes-bundles</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Apache Maven Archetypes Parent POM</name>
+  <description>This project consists of a POM that contains settings that are likely to be useful to any Maven Archetype that is building and releasing code with Maven.</description>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/MPOM/component/12328304</url>
+  </issueManagement>
+</project>

Propchange: maven/pom/trunk/maven/maven-archetype-bundles/site-pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/pom/trunk/maven/maven-archetype-bundles/site-pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: maven/pom/trunk/maven/maven-archetype-bundles/site-pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/apt/index.apt.vm?rev=1715538&view=auto
==============================================================================
--- maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/apt/index.apt.vm (added)
+++ maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/apt/index.apt.vm Sat Nov 21 15:42:03 2015
@@ -0,0 +1,32 @@
+ -----
+ Introduction
+ -----
+ Hervé Boutemy
+ -----
+ 2015-11-21
+ -----
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+${project.name}
+
+    This POM is the common parent of all of the {{{/doxia/doxia-tools/}Maven Doxia Tools}}
+    in the Apache Maven project.

Propchange: maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/site.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/site.xml?rev=1715538&view=auto
==============================================================================
--- maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/site.xml (added)
+++ maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/site.xml Sat Nov 21 15:42:03 2015
@@ -0,0 +1,32 @@
+<?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.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd">
+  <body>
+    <breadcrumbs>
+      <item name="Maven" href="http://maven.apache.org/pom/maven/index.html" />
+      <item name="Archetypes" href="http://maven.apache.org/pom/maven/maven-archetype-bundles/index.html" />
+    </breadcrumbs>
+
+    <menu ref="parent" />
+  </body>
+</project>
\ No newline at end of file

Propchange: maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: maven/pom/trunk/maven/maven-plugins/src/site-docs/site.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-plugins/src/site-docs/site.xml?rev=1715538&r1=1715537&r2=1715538&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-plugins/src/site-docs/site.xml (original)
+++ maven/pom/trunk/maven/maven-plugins/src/site-docs/site.xml Sat Nov 21 15:42:03 2015
@@ -23,8 +23,10 @@ under the License.
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd">
   <body>
     <breadcrumbs>
-      <item name="Parent POMs" href="http://maven.apache.org/pom/index.html" />
-      <item name="Maven Plugins Parent POM" href="http://maven.apache.org/pom/maven-plugin/index.html" />
+      <item name="Maven" href="http://maven.apache.org/pom/maven/index.html" />
+      <item name="Plugins" href="http://maven.apache.org/pom/maven/maven-plugin/index.html" />
     </breadcrumbs>
+
+    <menu ref="parent" />
   </body>
 </project>
\ No newline at end of file

Modified: maven/pom/trunk/maven/maven-shared-components/site-pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-shared-components/site-pom.xml?rev=1715538&r1=1715537&r2=1715538&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-shared-components/site-pom.xml (original)
+++ maven/pom/trunk/maven/maven-shared-components/site-pom.xml Sat Nov 21 15:42:03 2015
@@ -29,6 +29,7 @@ under the License.
     <relativePath>../site-pom.xml</relativePath>
   </parent>
 
+  <groupId>org.apache.maven.shared</groupId>
   <artifactId>maven-shared-components</artifactId>
   <packaging>pom</packaging>
 

Modified: maven/pom/trunk/maven/maven-shared-components/src/site-docs/site.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-shared-components/src/site-docs/site.xml?rev=1715538&r1=1715537&r2=1715538&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-shared-components/src/site-docs/site.xml (original)
+++ maven/pom/trunk/maven/maven-shared-components/src/site-docs/site.xml Sat Nov 21 15:42:03 2015
@@ -23,8 +23,10 @@ under the License.
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd">
   <body>
     <breadcrumbs>
-      <item name="Parent POMs" href="http://maven.apache.org/pom/index.html" />
-      <item name="Maven Shared Components Parent POM" href="http://maven.apache.org/pom/maven-shared-components/index.html" />
+      <item name="Maven" href="http://maven.apache.org/pom/maven/index.html" />
+      <item name="Shared Components" href="http://maven.apache.org/pom/maven/maven-shared-components/index.html" />
     </breadcrumbs>
+
+    <menu ref="parent" />
   </body>
 </project>
\ No newline at end of file

Modified: maven/pom/trunk/maven/maven-skins/site-pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-skins/site-pom.xml?rev=1715538&r1=1715537&r2=1715538&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-skins/site-pom.xml (original)
+++ maven/pom/trunk/maven/maven-skins/site-pom.xml Sat Nov 21 15:42:03 2015
@@ -29,6 +29,7 @@ under the License.
     <relativePath>../site-pom.xml</relativePath>
   </parent>
 
+  <groupId>org.apache.maven.skins</groupId>
   <artifactId>maven-skins</artifactId>
   <packaging>pom</packaging>
 

Modified: maven/pom/trunk/maven/maven-skins/src/site-docs/site.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-skins/src/site-docs/site.xml?rev=1715538&r1=1715537&r2=1715538&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-skins/src/site-docs/site.xml (original)
+++ maven/pom/trunk/maven/maven-skins/src/site-docs/site.xml Sat Nov 21 15:42:03 2015
@@ -23,15 +23,10 @@ under the License.
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd">
   <body>
     <breadcrumbs>
-      <item name="Parent POMs" href="http://maven.apache.org/pom/index.html" />
-      <item name="Maven Skins Parent POM" href="http://maven.apache.org/pom/skins/index.html" />
+      <item name="Maven" href="http://maven.apache.org/pom/maven/index.html" />
+      <item name="Skins" href="http://maven.apache.org/pom/maven/skins/index.html" />
     </breadcrumbs>
-  
-    <menu name="Overview">
-      <item name="Introduction" href="index.html"/>
-      <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 -->
-      <item name="License" href="http://www.apache.org/licenses/"/>
-      <item name="Download" href="download.html"/>
-    </menu>
+
+    <menu ref="parent" />
   </body>
 </project>
\ No newline at end of file

Modified: maven/pom/trunk/maven/site-pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/site-pom.xml?rev=1715538&r1=1715537&r2=1715538&view=diff
==============================================================================
--- maven/pom/trunk/maven/site-pom.xml (original)
+++ maven/pom/trunk/maven/site-pom.xml Sat Nov 21 15:42:03 2015
@@ -37,11 +37,11 @@ under the License.
   <url>http://maven.apache.org/pom/maven/</url>
 
   <modules>
-    <!--module>maven-archetype-bundles/site-pom.xml</module-->
+    <module>maven-archetype-bundles/site-pom.xml</module>
     <module>maven-plugins/site-pom.xml</module>
     <module>maven-shared-components/site-pom.xml</module>
     <module>maven-skins/site-pom.xml</module>
-    <!--module>doxia-tools/site-pom.xml</module-->
+    <module>doxia-tools/site-pom.xml</module>
   </modules>
 
   <scm>

Modified: maven/pom/trunk/maven/src/site-docs/site.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/src/site-docs/site.xml?rev=1715538&r1=1715537&r2=1715538&view=diff
==============================================================================
--- maven/pom/trunk/maven/src/site-docs/site.xml (original)
+++ maven/pom/trunk/maven/src/site-docs/site.xml Sat Nov 21 15:42:03 2015
@@ -75,6 +75,15 @@ under the License.
       <item name="Download" href="download.html"/>
     </menu>
 
+    <menu name="Maven Parent POMs">
+      <item name="Maven" href="index.html"/>
+      <item name="Archetypes" href="maven-archetypes-bundles/index.html"/>
+      <item name="Plugins" href="maven-plugins/index.html"/>
+      <item name="Shared Components" href="maven-shared-components/index.html"/>
+      <item name="Skins" href="maven-skins/index.html"/>
+      <item name="Doxia Tools" href="doxia-tools/index.html"/>
+    </menu>
+
     <menu ref="reports" inherit="bottom" />
 
   </body>