Author: apetrelli
Date: Sun May 30 18:33:39 2010
New Revision: 949554
URL: http://svn.apache.org/viewvc?rev=949554&view=rev
Log:
TILESSHARED-23
Removed repository configuration.
Updated some plugin dependencies.
Fixed docs according to update of plugin dependencies.
Modified:
tiles/maven/trunk/pom/ (props changed)
tiles/maven/trunk/pom/pom.xml
tiles/site/pom.xml
tiles/site/src/site/apt/download-21.apt
tiles/site/src/site/apt/download.apt
tiles/site/src/site/xdoc/index.xml
Propchange: tiles/maven/trunk/pom/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun May 30 18:33:39 2010
@@ -1 +1,2 @@
.*
+target
Modified: tiles/maven/trunk/pom/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/maven/trunk/pom/pom.xml?rev=949554&r1=949553&r2=949554&view=diff
==============================================================================
--- tiles/maven/trunk/pom/pom.xml (original)
+++ tiles/maven/trunk/pom/pom.xml Sun May 30 18:33:39 2010
@@ -1,239 +1,239 @@
<?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
+ 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
+ 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 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">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache</groupId>
- <artifactId>apache</artifactId>
- <version>7</version>
- </parent>
- <groupId>org.apache.tiles</groupId>
- <artifactId>tiles-master</artifactId>
- <version>3-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>Apache Tiles (Master POM)</name>
-
- <scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/tiles/maven/trunk/pom</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/maven/trunk/pom</developerConnection>
- <url>http://svn.apache.org/repos/asf/tiles/maven/trunk/pom</url>
- </scm>
-
- <description>
- The Apache Tiles project. This master pom provides the default values
for
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>7</version>
+ </parent>
+ <groupId>org.apache.tiles</groupId>
+ <artifactId>tiles-master</artifactId>
+ <version>3-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>Apache Tiles (Master POM)</name>
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/tiles/maven/trunk/pom</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/maven/trunk/pom</developerConnection>
+ <url>http://svn.apache.org/repos/asf/tiles/maven/trunk/pom</url>
+ </scm>
+
+ <description>
+ The Apache Tiles project. This master pom provides the default values
for
common maven configuration throughout the Tiles project.
</description>
- <url>http://tiles.apache.org/</url>
- <inceptionYear>2001</inceptionYear>
+ <url>http://tiles.apache.org/</url>
+ <inceptionYear>2001</inceptionYear>
- <organization>
- <name>Apache Software Foundation</name>
- <url>http://www.apache.org</url>
- </organization>
-
- <issueManagement>
- <system>JIRA</system>
- <url>https://issues.apache.org/jira/browse/TILES</url>
- </issueManagement>
-
- <distributionManagement>
- <repository>
- <id>apache.releases</id>
- <name>Apache Release repository</name>
-
<url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository/</url>
- </repository>
- <snapshotRepository>
- <id>apache.snapshots</id>
- <name>Apache Development Snapshot Repository</name>
-
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
- <uniqueVersion>true</uniqueVersion>
- </snapshotRepository>
- <site>
- <id>apache-site</id>
- <url>scp://people.apache.org/www/tiles.apache.org</url>
- </site>
- </distributionManagement>
-
- <mailingLists>
- <mailingList>
- <name>Tiles User List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/tiles-users/</archive>
- </mailingList>
- <mailingList>
- <name>Tiles Development List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
- <archive>http://mail-archives.apache.org/mod_mbox/tiles-dev/</archive>
- </mailingList>
- <mailingList>
- <name>Tiles Commits List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
-
<archive>http://mail-archives.apache.org/mod_mbox/tiles-commits/</archive>
- </mailingList>
- <mailingList>
- <name>Tiles Issues List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
-
<archive>http://mail-archives.apache.org/mod_mbox/tiles-issues/</archive>
- </mailingList>
- <mailingList>
- <name>Tiles Notifications List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
-
<archive>http://mail-archives.apache.org/mod_mbox/tiles-notifications/</archive>
- </mailingList>
- </mailingLists>
+ <organization>
+ <name>Apache Software Foundation</name>
+ <url>http://www.apache.org</url>
+ </organization>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://issues.apache.org/jira/browse/TILES</url>
+ </issueManagement>
+
+ <mailingLists>
+ <mailingList>
+ <name>Tiles User List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/tiles-users/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Tiles Development List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/tiles-dev/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Tiles Commits List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/tiles-commits/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Tiles Issues List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <archive>http://mail-archives.apache.org/mod_mbox/tiles-issues/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Tiles Notifications List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/tiles-notifications/</archive>
+ </mailingList>
+ </mailingLists>
<developers>
-
- <developer>
- <name>Antonio Petrelli</name>
- <id>apetrelli</id>
- <email>apetrelli at apache.org</email>
- <roles>
- <role>PMC Member</role>
- </roles>
- </developer>
- <developer>
- <name>David H. DeWolf</name>
- <id>ddewolf</id>
- <email>ddewolf at apache.org</email>
- <roles>
- <role>PMC Member</role>
- </roles>
- </developer>
- <developer>
- <name>Greg Reddin</name>
- <id>greddin</id>
- <email>greddin at apache.org</email>
- <roles>
- <role>PMC Chair</role>
- </roles>
- </developer>
- <developer>
- <name>Joe Germuska</name>
- <id>germuska</id>
- <email>germuska at apache.org</email>
- <roles>
- <role>PMC Member</role>
- </roles>
- </developer>
- <developer>
- <name>Martin Cooper</name>
- <id>martinc</id>
- <email>martinc at apache.org</email>
- <roles>
- <role>PMC Member</role>
- </roles>
- </developer>
- <developer>
- <name>Nathan Bubna</name>
- <id>nbubna</id>
- <email>nbubna at apache.org</email>
- <roles>
- <role>PMC Member</role>
- </roles>
- </developer>
- <developer>
- <name>Wendy Smoak</name>
- <id>wsmoak</id>
- <email>wsmoak at apache.org</email>
- <roles>
- <role>PMC Member</role>
- </roles>
- </developer>
- <developer>
- <name>Craig McClanahan</name>
- <id>craigmcc</id>
- <email>craigmcc at apache.org</email>
- <roles>
- <role>PMC Member</role>
- </roles>
- </developer>
- <developer>
- <name>Mick Semb Wever</name>
- <id>mck</id>
- <email>mck at apache.org</email>
- <url>http://people.apache.org/~mck</url>
- <roles>
- <role>Committer</role>
- </roles>
- </developer>
+
+ <developer>
+ <name>Antonio Petrelli</name>
+ <id>apetrelli</id>
+ <email>apetrelli at apache.org</email>
+ <roles>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>David H. DeWolf</name>
+ <id>ddewolf</id>
+ <email>ddewolf at apache.org</email>
+ <roles>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Greg Reddin</name>
+ <id>greddin</id>
+ <email>greddin at apache.org</email>
+ <roles>
+ <role>PMC Chair</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Joe Germuska</name>
+ <id>germuska</id>
+ <email>germuska at apache.org</email>
+ <roles>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Martin Cooper</name>
+ <id>martinc</id>
+ <email>martinc at apache.org</email>
+ <roles>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Nathan Bubna</name>
+ <id>nbubna</id>
+ <email>nbubna at apache.org</email>
+ <roles>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Wendy Smoak</name>
+ <id>wsmoak</id>
+ <email>wsmoak at apache.org</email>
+ <roles>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Craig McClanahan</name>
+ <id>craigmcc</id>
+ <email>craigmcc at apache.org</email>
+ <roles>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Mick Semb Wever</name>
+ <id>mck</id>
+ <email>mck at apache.org</email>
+ <url>http://people.apache.org/~mck</url>
+ <roles>
+ <role>Committer</role>
+ </roles>
+ </developer>
</developers>
<contributors>
- <contributor>
- <name>Cserveny Tamás</name>
- </contributor>
- <contributor>
- <name>Dirk Alexander Schaefer</name>
- </contributor>
- <contributor>
- <name>Jacky Chan</name>
- </contributor>
- <contributor>
- <name>Joe Pemberton</name>
- </contributor>
- <contributor>
- <name>Matthieu Chase Heimer</name>
- </contributor>
- <contributor>
- <name>Mike Calmus</name>
- </contributor>
- <contributor>
- <name>Neil Aggarwal</name>
- </contributor>
- <contributor>
- <name>Niall Pemberton</name>
- </contributor>
- <contributor>
- <name>pijmleko</name>
- </contributor>
- <contributor>
- <name>Scot Meyer</name>
- </contributor>
- <contributor>
- <name>Thom Hehl</name>
- </contributor>
- <contributor>
- <name>Zarick Lau</name>
- </contributor>
+ <contributor>
+ <name>Cserveny Tamás</name>
+ </contributor>
+ <contributor>
+ <name>Dirk Alexander Schaefer</name>
+ </contributor>
+ <contributor>
+ <name>Jacky Chan</name>
+ </contributor>
+ <contributor>
+ <name>Joe Pemberton</name>
+ </contributor>
+ <contributor>
+ <name>Matthieu Chase Heimer</name>
+ </contributor>
+ <contributor>
+ <name>Mike Calmus</name>
+ </contributor>
+ <contributor>
+ <name>Neil Aggarwal</name>
+ </contributor>
+ <contributor>
+ <name>Niall Pemberton</name>
+ </contributor>
+ <contributor>
+ <name>pijmleko</name>
+ </contributor>
+ <contributor>
+ <name>Scot Meyer</name>
+ </contributor>
+ <contributor>
+ <name>Thom Hehl</name>
+ </contributor>
+ <contributor>
+ <name>Zarick Lau</name>
+ </contributor>
</contributors>
<build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
- <configuration>
-
<stagingRepository>tiles-staging::default::scp://people.apache.org/www/people.apache.org/builds/tiles/${pom.version}/m2-staging-repository</stagingRepository>
- <releaseProfiles>apache-release</releaseProfiles>
- </configuration>
- </plugin>
- </plugins>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>2.4.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>2.3.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.4</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
</build>
</project>
Modified: tiles/site/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/site/pom.xml?rev=949554&r1=949553&r2=949554&view=diff
==============================================================================
--- tiles/site/pom.xml (original)
+++ tiles/site/pom.xml Sun May 30 18:33:39 2010
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-master</artifactId>
- <version>2</version>
+ <version>3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,6 +67,7 @@
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
+ <version>1.4</version>
<executions>
<execution>
<id>get-dtds</id>
@@ -94,15 +95,6 @@
</plugin>
</plugins>
- <pluginManagement>
- <plugins>
- <plugin>
- <artifactId>maven-site-plugin</artifactId>
- <version>2.0-beta-5</version>
- </plugin>
- </plugins>
- </pluginManagement>
-
<defaultGoal>site</defaultGoal>
</build>
@@ -111,62 +103,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.2</version>
</plugin>
<plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <!--aggregate>true</aggregate-->
- <links>
- <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-
<link>http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api</link>
-
<link>http://jakarta.apache.org/commons/chain/apidocs</link>
-
<link>http://jakarta.apache.org/commons/digester/commons-digester-1.6/docs/api</link>
-
<link>http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/apidocs</link>
- </links>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-report-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
-
<configLocation>http://svn.apache.org/repos/asf/tiles/maven/trunk/build/tiles_checks.xml
- </configLocation>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jxr-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-pmd-plugin</artifactId>
- <configuration>
- <targetJdk>1.5</targetJdk>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <doclet>gr.spinellis.umlgraph.doclet.UmlGraphDoc</doclet>
- <docletArtifact>
- <groupId>gr.spinellis</groupId>
- <artifactId>UmlGraph</artifactId>
- <version>4.4</version>
- </docletArtifact>
- <additionalparam>
- -inferrel -inferdep -quiet -hide java.*
- -collpackages java.util.* -qualify
- -postfixpackage -nodefontsize 9
- -nodefontpackagesize 7
- </additionalparam>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>rat-maven-plugin</artifactId>
- <version>1.0-alpha-1</version>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.6</version>
<configuration>
<excludes>
<exclude>forms/invitation*.txt</exclude>
@@ -177,30 +119,4 @@
</reporting>
<dependencies/>
-
- <!-- Needs to be commented out for releases -->
- <repositories>
- <repository>
- <id>apache.snapshots</id>
- <url>http://people.apache.org/repo/m2-snapshot-repository</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>apache.snapshots</id>
- <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
- </pluginRepositories>
</project>
Modified: tiles/site/src/site/apt/download-21.apt
URL:
http://svn.apache.org/viewvc/tiles/site/src/site/apt/download-21.apt?rev=949554&r1=949553&r2=949554&view=diff
==============================================================================
--- tiles/site/src/site/apt/download-21.apt (original)
+++ tiles/site/src/site/apt/download-21.apt Sun May 30 18:33:39 2010
@@ -1,3 +1,9 @@
+ ------
+ Download Tiles 2.1.4
+ ------
+ 26 October 2009
+ ------
+
~~ $Id: download.apt 792590 2009-07-09 15:56:33Z apetrelli $
~~
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -17,12 +23,6 @@
~~ specific language governing permissions and limitations
~~ under the License.
~~
- ------
-Download Tiles 2.1.4
- ------
-26 October 2009
- ------
-
Download Tiles 2.1.4 (GA)
Tiles is distributed in several formats for your convenience.
Modified: tiles/site/src/site/apt/download.apt
URL:
http://svn.apache.org/viewvc/tiles/site/src/site/apt/download.apt?rev=949554&r1=949553&r2=949554&view=diff
==============================================================================
--- tiles/site/src/site/apt/download.apt (original)
+++ tiles/site/src/site/apt/download.apt Sun May 30 18:33:39 2010
@@ -1,3 +1,8 @@
+ ------
+ Download Tiles 2.2.1
+ ------
+ 26 October 2009
+ ------
~~ $Id$
~~
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -17,11 +22,6 @@
~~ specific language governing permissions and limitations
~~ under the License.
~~
- ------
-Download Tiles 2.2.1
- ------
-26 October 2009
- ------
Download Tiles 2.2.1 (Beta)
Modified: tiles/site/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/tiles/site/src/site/xdoc/index.xml?rev=949554&r1=949553&r2=949554&view=diff
==============================================================================
--- tiles/site/src/site/xdoc/index.xml (original)
+++ tiles/site/src/site/xdoc/index.xml Sun May 30 18:33:39 2010
@@ -1,118 +1,174 @@
<?xml version="1.0"?>
-<!--
-/*
- * $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.
- */
--->
-<document>
-
- <properties>
- <title>Home</title>
- </properties>
-
- <body>
-
- <section name="Tiles 2">
-
- <div id="downloadbox">
- <h5>Get Tiles</h5>
- <span style="display: block; text-align: right; font-size:
smaller">Released: 26 Oct, 2009</span>
- <p><a href="download.html">
- <img valign="top" src="images/folder-open.gif" border="0"
alt="" title="download"></img>
- Tiles 2.2.1 (Beta)
- </a>
- <small>(5.6MB)</small>
- <span style="font-size: smaller">
- <ul>
- <li><a href="download.html">Download</a></li>
- <li><a href="download.html#maven-repo">Maven Repository</a></li>
- <li><a href="/framework/index.html">Documentation</a></li>
- <li><a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10160&styleName=Html&version=21941">Release
Notes</a></li>
- </ul>
- </span>
- </p>
- <p><a href="download-21.html">
- <img valign="top" src="images/folder-open.gif" border="0"
alt="" title="download"></img>
- Tiles 2.1.4 (GA)
- </a>
- <small>(12MB)</small>
- <span style="font-size: smaller">
- <ul>
- <li><a href="download-21.html">Download</a></li>
- <li><a href="download-21.html#maven-repo">Maven
Repository</a></li>
- <li><a href="/framework/index.html">Documentation</a></li>
- <li><a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10160&styleName=Html&version=21940">Release
Notes</a></li>
- </ul>
- </span>
- </p>
-
- <p><a href="download.html">
- <img valign="top" src="images/folder-open.gif" border="0" alt=""
title="download"></img>
- Tiles Showcase 2.0.0
- </a>
- <small>(x.xMb)</small>
- <span style="font-size: smaller">
- <ul>
- <li><a href="download.html">Download</a></li>
- <li><a href="download.html#docs">Documentation</a></li>
- <li><a href="release-notes.html">Release Notes</a></li>
- </ul>
- </span>
- <span style="font-size: smaller">
- <br></br>
- </span>
- </p>
+ <!--
+ /* * $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. */
+ -->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
+ <properties>
+ <title>Home</title>
+ </properties>
+
+ <body>
+
+ <section name="Tiles 2">
+
+ <div id="downloadbox">
+ <strong>Get Tiles</strong>
+ <span style="display: block; text-align: right; font-size:
smaller">Released: 26 Oct, 2009</span>
+ <p>
+ <a href="download.html">
+ <img style="vertical-align: top;" src="images/folder-open.gif"
+ border="0" alt="" title="download"></img>
+ Tiles 2.2.1 (Beta)
+ </a>
+ <small>(5.6MB)</small>
+ </p>
+ <div style="font-size: smaller">
+ <ul>
+ <li>
+ <a href="download.html">Download</a>
+ </li>
+ <li>
+ <a href="download.html#maven-repo">Maven Repository</a>
+ </li>
+ <li>
+ <a href="/framework/index.html">Documentation</a>
+ </li>
+ <li>
+ <a
+
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10160&styleName=Html&version=21941">Release
Notes</a>
+ </li>
+ </ul>
</div>
+ <p>
+ <a href="download-21.html">
+ <img style="vertical-align: top;" src="images/folder-open.gif"
+ border="0" alt="" title="download"></img>
+ Tiles 2.1.4 (GA)
+ </a>
+ <small>(12MB)</small>
+ </p>
+ <div style="font-size: smaller">
+ <ul>
+ <li>
+ <a href="download-21.html">Download</a>
+ </li>
+ <li>
+ <a href="download-21.html#maven-repo">Maven Repository</a>
+ </li>
+ <li>
+ <a href="/framework/index.html">Documentation</a>
+ </li>
+ <li>
+ <a
+
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10160&styleName=Html&version=21940">Release
Notes</a>
+ </li>
+ </ul>
+ </div>
+
+ <p>
+ <a href="download.html">
+ <img style="vertical-align: top;" src="images/folder-open.gif"
+ border="0" alt="" title="download"></img>
+ Tiles Showcase 2.0.0
+ </a>
+ <small>(x.xMb)</small>
+ </p>
+ <div style="font-size: smaller">
+ <ul>
+ <li>
+ <a href="download.html">Download</a>
+ </li>
+ <li>
+ <a href="download.html#docs">Documentation</a>
+ </li>
+ <li>
+ <a href="release-notes.html">Release Notes</a>
+ </li>
+ </ul>
+ </div>
+ </div>
- <p><strong><a href="http://tiles.apache.org">Apache Tiles</a></strong>
- is a templating framework built to simplify the development of web
- application user interfaces.</p>
-
- <p>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 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.</p>
-
- <p>Tiles grew in popularity as a component of the popular
- <a href="http://struts.apache.org/">Struts</a> framework. It has since
- been extracted from Struts and is now integrated with various
frameworks,
- such as <a href="http://struts.apache.org/">Struts 2</a> and
- <a href="http://shale.apache.org/">Shale</a>.</p>
+ <div>
+ <p>
+ <strong>
+ <a href="http://tiles.apache.org">Apache Tiles</a>
+ </strong>
+ is a templating framework built to simplify the development of
+ web
+ application user interfaces.
+ </p>
+
+ <p>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 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.</p>
+
+ <p>
+ Tiles grew in popularity as a component of the popular
+ <a href="http://struts.apache.org/">Struts</a>
+ framework. It has since
+ been extracted from Struts and is now
+ integrated with various
+ frameworks,
+ such as
+ <a href="http://struts.apache.org/">Struts 2</a>
+ and
+ <a href="http://shale.apache.org/">Shale</a>
+ .
+ </p>
<ul>
- <li><a href="/framework/index.html">Tiles 2.2 Documentation</a></li>
- <li><a href="/framework/whats-new.html">What's new in Tiles
2.2</a></li>
- <li><a href="/2.1/framework/index.html">Tiles 2.1
Documentation</a></li>
- <li><a href="/2.1/framework/whats-new.html">What's new in Tiles
2.1</a></li>
+ <li>
+ <a href="/framework/index.html">Tiles 2.2 Documentation</a>
+ </li>
+ <li>
+ <a href="/framework/whats-new.html">What's new in Tiles 2.2</a>
+ </li>
+ <li>
+ <a href="/2.1/framework/index.html">Tiles 2.1 Documentation</a>
+ </li>
+ <li>
+ <a href="/2.1/framework/whats-new.html">What's new in Tiles 2.1</a>
+ </li>
</ul>
- <p><strong>Warning!</strong> Tiles users that use Tiles 2.1.1 or
- 2.1.0 version should not install it in a production environment,
- due to a
- discovered <a
href="framework/security/security-bulletin-1.html">security problem</a>.
- <a href="download.html">Upgrade Tiles.</a></p>
+ <p>
+ <strong>Warning!</strong>
+ Tiles users that use Tiles 2.1.1 or
+ 2.1.0 version should not
+ install it in a production environment,
+ due to a
+ discovered
+ <a href="framework/security/security-bulletin-1.html">security
problem</a>.
+ <a href="download.html">Upgrade Tiles.</a>
+ </p>
<p>Tiles 2.0.x is not involved in this security bug.</p>
- <a name="downloads"/>
-</section>
-</body>
+ <!-- <a name="downloads" /> -->
+ </div>
+ </section>
+ </body>
</document>