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 2007/04/17 17:31:40 UTC

svn commit: r529646 - in /tiles/framework/trunk: ./ assembly/ assembly/src/site/ src/ src/site/ tiles-api/ tiles-api/src/site/ tiles-core/ tiles-core/src/site/ tiles-jsp/ tiles-jsp/src/site/ tiles-test/ tiles-test/src/site/

Author: apetrelli
Date: Tue Apr 17 08:31:38 2007
New Revision: 529646

URL: http://svn.apache.org/viewvc?view=rev&rev=529646
Log:
TILES-160
Homogenization and better connection of the framework site.

Added:
    tiles/framework/trunk/assembly/src/site/
    tiles/framework/trunk/assembly/src/site/site.xml   (with props)
    tiles/framework/trunk/src/
    tiles/framework/trunk/src/site/
    tiles/framework/trunk/src/site/site.xml   (with props)
    tiles/framework/trunk/tiles-api/src/site/
    tiles/framework/trunk/tiles-api/src/site/site.xml   (with props)
    tiles/framework/trunk/tiles-jsp/src/site/
    tiles/framework/trunk/tiles-jsp/src/site/site.xml   (with props)
    tiles/framework/trunk/tiles-test/src/site/
    tiles/framework/trunk/tiles-test/src/site/site.xml   (with props)
Modified:
    tiles/framework/trunk/assembly/pom.xml
    tiles/framework/trunk/pom.xml
    tiles/framework/trunk/tiles-api/pom.xml
    tiles/framework/trunk/tiles-core/pom.xml
    tiles/framework/trunk/tiles-core/src/site/site.xml
    tiles/framework/trunk/tiles-jsp/pom.xml
    tiles/framework/trunk/tiles-test/pom.xml

Modified: tiles/framework/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/assembly/pom.xml?view=diff&rev=529646&r1=529645&r2=529646
==============================================================================
--- tiles/framework/trunk/assembly/pom.xml (original)
+++ tiles/framework/trunk/assembly/pom.xml Tue Apr 17 08:31:38 2007
@@ -24,8 +24,7 @@
   <artifactId>tiles-assembly</artifactId>
   <packaging>pom</packaging>
   <name>Tiles Assembly</name>
-  <description>
-    Tiles Assembly
+  <description>Tiles Assembly: assembles artifact to produce distributions.
   </description>
 
   <parent>

Added: tiles/framework/trunk/assembly/src/site/site.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/assembly/src/site/site.xml?view=auto&rev=529646
==============================================================================
--- tiles/framework/trunk/assembly/src/site/site.xml (added)
+++ tiles/framework/trunk/assembly/src/site/site.xml Tue Apr 17 08:31:38 2007
@@ -0,0 +1,54 @@
+<?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 Struts - Tiles 2 - Core">
+    <body>
+
+        <menu name="Documentation">
+            <item
+                    name="Javadoc"
+                    href="/apidocs/index.html"/>
+            <item
+                    name="Taglibdoc"
+                    href="/tlddoc/index.html"/>
+            <item
+                    name="Taglib Reference"
+                    href="/tagreference.html"/>
+            <item
+                    name="DTD Doc"
+                    href="/dtddoc/index.html"/>
+
+        </menu>
+        <menu name="Quick Links">
+            <item
+                    name="Struts"
+                    href="http://struts.apache.org/"/>
+            <item
+                    name="Struts Sandbox"
+                    href="http://struts.apache.org/struts-sandbox"/>
+        </menu>
+
+        ${reports}
+
+    </body>
+</project>

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

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

Modified: tiles/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?view=diff&rev=529646&r1=529645&r2=529646
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Tue Apr 17 08:31:38 2007
@@ -35,7 +35,7 @@
     <version>2.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Tiles 2</name>
-    <description>Tiles 2</description>
+    <description>Tiles 2: A framework for page composition.</description>
     <url>http://tiles.apache.org/framework/</url>
 
     <scm>

Added: tiles/framework/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/src/site/site.xml?view=auto&rev=529646
==============================================================================
--- tiles/framework/trunk/src/site/site.xml (added)
+++ tiles/framework/trunk/src/site/site.xml Tue Apr 17 08:31:38 2007
@@ -0,0 +1,52 @@
+<?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 Struts - Tiles 2 - Core">
+    <bannerLeft>
+        <name>Apache Software Foundation</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Tiles 2</name>
+        <href>http://tiles.apache.org</href>
+    </bannerRight>
+    <body>
+
+        <links>
+            <item name="Apache" href="http://www.apache.org" />
+            <item name="Tiles 2" href="http://tiles.apache.org" />
+        </links>
+
+
+        <menu name="Apache Tiles">
+            <item
+                   name="Home"
+                   href="../index.html"/>
+        </menu>
+
+        ${modules}
+        ${reports}
+
+    </body>
+</project>

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

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

Modified: tiles/framework/trunk/tiles-api/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-api/pom.xml?view=diff&rev=529646&r1=529645&r2=529646
==============================================================================
--- tiles/framework/trunk/tiles-api/pom.xml (original)
+++ tiles/framework/trunk/tiles-api/pom.xml Tue Apr 17 08:31:38 2007
@@ -33,6 +33,8 @@
     <artifactId>tiles-api</artifactId>
     <packaging>jar</packaging>
     <name>Tiles - API</name>
+    <description>Tiles APIs, containing interfaces and classes to interact with
+    Tiles.</description>
 
     <build>
 

Added: tiles/framework/trunk/tiles-api/src/site/site.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-api/src/site/site.xml?view=auto&rev=529646
==============================================================================
--- tiles/framework/trunk/tiles-api/src/site/site.xml (added)
+++ tiles/framework/trunk/tiles-api/src/site/site.xml Tue Apr 17 08:31:38 2007
@@ -0,0 +1,54 @@
+<?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 Struts - Tiles 2 - Core">
+    <bannerLeft>
+        <name>Apache Software Foundation</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Tiles 2</name>
+        <href>http://tiles.apache.org</href>
+    </bannerRight>
+    <body>
+
+        <links>
+            <item name="Apache" href="http://www.apache.org" />
+            <item name="Tiles 2" href="http://tiles.apache.org" />
+        </links>
+
+        <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-api/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Modified: tiles/framework/trunk/tiles-core/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-core/pom.xml?view=diff&rev=529646&r1=529645&r2=529646
==============================================================================
--- tiles/framework/trunk/tiles-core/pom.xml (original)
+++ tiles/framework/trunk/tiles-core/pom.xml Tue Apr 17 08:31:38 2007
@@ -33,6 +33,8 @@
   <artifactId>tiles-core</artifactId>
   <packaging>jar</packaging>
   <name>Tiles - Core Library</name>
+  <description>Tiles Core Library, including basic implementation of the APIs.
+  </description>
 
   <build>
     <resources>

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?view=diff&rev=529646&r1=529645&r2=529646
==============================================================================
--- tiles/framework/trunk/tiles-core/src/site/site.xml (original)
+++ tiles/framework/trunk/tiles-core/src/site/site.xml Tue Apr 17 08:31:38 2007
@@ -22,32 +22,32 @@
  */
 -->
 <project name="Apache Struts - Tiles 2 - Core">
+    <bannerLeft>
+        <name>Apache Software Foundation</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Tiles 2</name>
+        <href>http://tiles.apache.org</href>
+    </bannerRight>
     <body>
 
-        <menu name="Documentation">
-            <item
-                    name="Javadoc"
-                    href="/apidocs/index.html"/>
-            <item
-                    name="Taglibdoc"
-                    href="/tlddoc/index.html"/>
-            <item
-                    name="Taglib Reference"
-                    href="/tagreference.html"/>
-            <item
-                    name="DTD Doc"
-                    href="/dtddoc/index.html"/>
+        <links>
+            <item name="Apache" href="http://www.apache.org" />
+            <item name="Tiles 2" href="http://tiles.apache.org" />
+        </links>
 
-        </menu>
-        <menu name="Quick Links">
+        <menu name="Apache Tiles">
             <item
-                    name="Struts"
-                    href="http://struts.apache.org/"/>
+                   name="Home"
+                   href="../../index.html"/>
             <item
-                    name="Struts Sandbox"
-                    href="http://struts.apache.org/struts-sandbox"/>
+                   name="Parent module"
+                   href="../index.html"/>
         </menu>
 
+        ${modules}
         ${reports}
 
     </body>

Modified: tiles/framework/trunk/tiles-jsp/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-jsp/pom.xml?view=diff&rev=529646&r1=529645&r2=529646
==============================================================================
--- tiles/framework/trunk/tiles-jsp/pom.xml (original)
+++ tiles/framework/trunk/tiles-jsp/pom.xml Tue Apr 17 08:31:38 2007
@@ -33,6 +33,8 @@
   <artifactId>tiles-jsp</artifactId>
   <packaging>jar</packaging>
   <name>Tiles - JSP support</name>
+  <description>Tiles JSP support: Classes and tag libraries to use Tiles in a
+  JSP environment.</description>
 
   <build>
     <resources>

Added: tiles/framework/trunk/tiles-jsp/src/site/site.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-jsp/src/site/site.xml?view=auto&rev=529646
==============================================================================
--- tiles/framework/trunk/tiles-jsp/src/site/site.xml (added)
+++ tiles/framework/trunk/tiles-jsp/src/site/site.xml Tue Apr 17 08:31:38 2007
@@ -0,0 +1,54 @@
+<?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 Struts - Tiles 2 - Core">
+    <bannerLeft>
+        <name>Apache Software Foundation</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Tiles 2</name>
+        <href>http://tiles.apache.org</href>
+    </bannerRight>
+    <body>
+
+        <links>
+            <item name="Apache" href="http://www.apache.org" />
+            <item name="Tiles 2" href="http://tiles.apache.org" />
+        </links>
+
+        <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-jsp/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Modified: tiles/framework/trunk/tiles-test/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-test/pom.xml?view=diff&rev=529646&r1=529645&r2=529646
==============================================================================
--- tiles/framework/trunk/tiles-test/pom.xml (original)
+++ tiles/framework/trunk/tiles-test/pom.xml Tue Apr 17 08:31:38 2007
@@ -33,6 +33,8 @@
    <artifactId>tiles-test</artifactId>
    <packaging>war</packaging>
    <name>Tiles - Apps - Test</name>
+   <description>Tiles Test web application: tests Tiles functionality.
+   </description>
    
    <dependencies>
       <dependency>

Added: tiles/framework/trunk/tiles-test/src/site/site.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-test/src/site/site.xml?view=auto&rev=529646
==============================================================================
--- tiles/framework/trunk/tiles-test/src/site/site.xml (added)
+++ tiles/framework/trunk/tiles-test/src/site/site.xml Tue Apr 17 08:31:38 2007
@@ -0,0 +1,54 @@
+<?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 Struts - Tiles 2 - Core">
+    <bannerLeft>
+        <name>Apache Software Foundation</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Tiles 2</name>
+        <href>http://tiles.apache.org</href>
+    </bannerRight>
+    <body>
+
+        <links>
+            <item name="Apache" href="http://www.apache.org" />
+            <item name="Tiles 2" href="http://tiles.apache.org" />
+        </links>
+
+        <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-test/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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