You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by nl...@apache.org on 2012/04/25 22:26:50 UTC

svn commit: r1330539 - in /tiles/site: pom.xml src/site/site.xml

Author: nlebas
Date: Wed Apr 25 20:26:49 2012
New Revision: 1330539

URL: http://svn.apache.org/viewvc?rev=1330539&view=rev
Log:
TILES-543: Tiles site little improvements

Modified:
    tiles/site/pom.xml
    tiles/site/src/site/site.xml

Modified: tiles/site/pom.xml
URL: http://svn.apache.org/viewvc/tiles/site/pom.xml?rev=1330539&r1=1330538&r2=1330539&view=diff
==============================================================================
--- tiles/site/pom.xml (original)
+++ tiles/site/pom.xml Wed Apr 25 20:26:49 2012
@@ -13,7 +13,7 @@
     License. * */ -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <parent>
         <groupId>org.apache.tiles</groupId>
@@ -22,7 +22,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-site</artifactId>
     <version>2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
@@ -31,7 +30,7 @@
         Tiles allows authors to define page fragments which can be assembled
         into a complete page at runtime. These fragments, or tiles, can be used
         as simple includes in order to reduce the duplication of common page
-        elements or embeded within other tiles to develop a series of reusable
+        elements or embedded within other tiles to develop a series of reusable
         templates. These templates streamline the development of a consistent
         look and feel across an entire application.
     </description>
@@ -55,7 +54,6 @@
         <plugins>
             <plugin>
                 <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.4</version>
                 <executions>
                     <execution>
                         <id>get-dtds</id>

Modified: tiles/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/tiles/site/src/site/site.xml?rev=1330539&r1=1330538&r2=1330539&view=diff
==============================================================================
--- tiles/site/src/site/site.xml (original)
+++ tiles/site/src/site/site.xml Wed Apr 25 20:26:49 2012
@@ -21,7 +21,10 @@
  * under the License.
  */
 -->
-<project name="Apache Tiles">
+<project name="Apache Tiles"
+  xmlns="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
     <bannerLeft>
         <name>Apache Software Foundation</name>
         <src>http://www.apache.org/images/asf-logo.gif</src>
@@ -32,6 +35,7 @@
         <src>/images/logo.png</src>
         <href>http://tiles.apache.org</href>
     </bannerRight>
+    <version position="none" />
     <body>
 
         <links>
@@ -116,8 +120,8 @@
                     href="http://velocity.apache.org"/>
         </menu>
 
-        ${modules}
-        ${reports}
+        <menu ref="modules"/>
+        <menu ref="reports"/>
 
     </body>
 </project>