Author: sgoeschl
Date: Fri Jun 27 06:00:15 2008
New Revision: 672264

URL: http://svn.apache.org/viewvc?rev=672264&view=rev
Log:
Added site.xml to have a link on the main page of the generated site

Added:
    turbine/fulcrum/trunk/testcontainer/src/site/
    turbine/fulcrum/trunk/testcontainer/src/site/site.xml

Added: turbine/fulcrum/trunk/testcontainer/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer/src/site/site.xml?rev=672264&view=auto
==============================================================================
--- turbine/fulcrum/trunk/testcontainer/src/site/site.xml (added)
+++ turbine/fulcrum/trunk/testcontainer/src/site/site.xml Fri Jun 27 06:00:15 
2008
@@ -0,0 +1,34 @@
+<?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="Fulcrum Test Container"
+  href="http://turbine.apache.org/fulcrum/fulcrum-testcontainer/";>
+  <bannerLeft>
+    <name>Fulcrum Test Container</name>
+  </bannerLeft>
+  <version position="left" />
+  <publishDate format="dd MMM yyyy"/>
+  <body>
+    <menu name="Overview">
+      <item name="Main"                           href="/index.html"/>
+    </menu>  
+  ${reports}
+  </body>            
+</project>


Reply via email to