You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by sg...@apache.org on 2011/11/08 03:11:05 UTC

svn commit: r1199061 - in /turbine/maven/turbine-parent/trunk/src: ./ site/ site/site.xml

Author: sgoeschl
Date: Tue Nov  8 02:11:05 2011
New Revision: 1199061

URL: http://svn.apache.org/viewvc?rev=1199061&view=rev
Log:
Adding site definition which works now with Turbine - in the core project the duplicate links need to be removed

Added:
    turbine/maven/turbine-parent/trunk/src/
    turbine/maven/turbine-parent/trunk/src/site/
    turbine/maven/turbine-parent/trunk/src/site/site.xml

Added: turbine/maven/turbine-parent/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/src/site/site.xml?rev=1199061&view=auto
==============================================================================
--- turbine/maven/turbine-parent/trunk/src/site/site.xml (added)
+++ turbine/maven/turbine-parent/trunk/src/site/site.xml Tue Nov  8 02:11:05 2011
@@ -0,0 +1,41 @@
+<?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 name="Apache Turbine Fulcrum">
+  <bannerLeft>
+    <name>Apache Turbine</name>
+    <alt>Apache Turbine</alt>
+    <src>http://turbine.apache.org/images/turbine-project.png</src>
+    <href>http://turbine.apache.org/</href>
+  </bannerLeft>
+  <publishDate format="dd MMMM yyyy" position="left" />
+  <version position="left" />
+  <body>
+    <links>
+      <item name="Apache"  href="http://www.apache.org"/>
+      <item name="Turbine" href="http://turbine.apache.org/" />      
+      <item name="Fulcrum" href="http://turbine.apache.org/fulcrum/" />
+    </links>
+    <menu ref="reports" inherit="bottom" />
+    <menu name="ASF" inherit="bottom">
+      <item name="Sponsorship"           href="http://www.apache.org/foundation/sponsorship.html" />
+      <item name="Thanks"                href="http://www.apache.org/foundation/thanks.html" />
+    </menu>
+  </body>
+</project>