You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2008/10/02 20:17:16 UTC

svn commit: r701203 - in /tiles/framework/trunk: tiles-compat/src/site/ tiles-compat/src/site/site.xml tiles-core/src/site/site.xml

Author: apetrelli
Date: Thu Oct  2 11:17:15 2008
New Revision: 701203

URL: http://svn.apache.org/viewvc?rev=701203&view=rev
Log:
TILES-284
Fixed site.xml for tiles-compat and tiles-core.

Added:
    tiles/framework/trunk/tiles-compat/src/site/
    tiles/framework/trunk/tiles-compat/src/site/site.xml   (with props)
Modified:
    tiles/framework/trunk/tiles-core/src/site/site.xml

Added: tiles/framework/trunk/tiles-compat/src/site/site.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-compat/src/site/site.xml?rev=701203&view=auto
==============================================================================
--- tiles/framework/trunk/tiles-compat/src/site/site.xml (added)
+++ tiles/framework/trunk/tiles-compat/src/site/site.xml Thu Oct  2 11:17:15 2008
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+/*
+ * $Id$
+ *
+ * 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 Tiles - Compatibility Library">
+    <body>
+
+        <menu name="Apache Tiles">
+            <item
+                   name="Home"
+                   href="../../index.html"/>
+            <item
+                   name="Parent module"
+                   href="../index.html"/>
+        </menu>
+
+        ${modules}
+        ${reports}
+
+    </body>
+</project>

Propchange: tiles/framework/trunk/tiles-compat/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tiles/framework/trunk/tiles-compat/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: tiles/framework/trunk/tiles-core/src/site/site.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-core/src/site/site.xml?rev=701203&r1=701202&r2=701203&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-core/src/site/site.xml (original)
+++ tiles/framework/trunk/tiles-core/src/site/site.xml Thu Oct  2 11:17:15 2008
@@ -21,7 +21,7 @@
  * under the License.
  */
 -->
-<project name="Apache Tiles - Compatibility Library">
+<project name="Apache Tiles - Core Library">
     <body>
 
         <menu name="Apache Tiles">