You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/03/11 00:27:51 UTC

svn commit: r635758 - in /maven/shared/trunk/src: ./ site/ site/site.xml

Author: dennisl
Date: Mon Mar 10 16:27:48 2008
New Revision: 635758

URL: http://svn.apache.org/viewvc?rev=635758&view=rev
Log:
o Add a shared site.xml with common links.

Added:
    maven/shared/trunk/src/
    maven/shared/trunk/src/site/
    maven/shared/trunk/src/site/site.xml   (with props)

Added: maven/shared/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/src/site/site.xml?rev=635758&view=auto
==============================================================================
--- maven/shared/trunk/src/site/site.xml (added)
+++ maven/shared/trunk/src/site/site.xml Mon Mar 10 16:27:48 2008
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+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>
+  <body>
+    <!-- TODO: use breadcrumbs more structure, links for links, and inherit subprojects as a menu or not at all -->
+    <links>
+      <item name="Apache" href="http://www.apache.org/"/>
+      <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
+      <item name="Maven 2.x" href="http://maven.apache.org/"/>
+      <item name="Maven 2.x Plugins" href="http://maven.apache.org/plugins/"/>
+      <item name="Continuum" href="http://maven.apache.org/continuum"/>
+      <item name="SCM" href="http://maven.apache.org/scm"/>
+      <item name="Wagon" href="http://maven.apache.org/wagon"/>
+      <item name="JXR" href="http://maven.apache.org/jxr"/>
+      <item name="Doxia" href="http://maven.apache.org/doxia"/>
+    </links>
+  </body>
+</project>

Propchange: maven/shared/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native