Author: mck
Date: Sun Jun 26 09:40:24 2011
New Revision: 1139750
URL: http://svn.apache.org/viewvc?rev=1139750&view=rev
Log:
ready to merge to trunk
http://thread.gmane.org/gmane.comp.apache.tiles.devel/180
Modified:
tiles/sandbox/trunk/pom.xml
tiles/sandbox/trunk/tiles-test-sandbox/pom.xml
Modified: tiles/sandbox/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/sandbox/trunk/pom.xml?rev=1139750&r1=1139749&r2=1139750&view=diff
==============================================================================
--- tiles/sandbox/trunk/pom.xml (original)
+++ tiles/sandbox/trunk/pom.xml Sun Jun 26 09:40:24 2011
@@ -31,12 +31,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.tiles</groupId>
- <artifactId>tiles-sandbox</artifactId>
+ <artifactId>tiles-reactor</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Tiles Sandbox</name>
- <description>Tiles Sandbox</description>
- <url>http://tiles.apache.org/tiles-sandbox/</url>
+ <name>Tiles Reactor</name>
+ <description>Tiles Reactor</description>
+ <url>http://tiles.apache.org</url>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/tiles/sandbox/trunk</connection>
Modified: tiles/sandbox/trunk/tiles-test-sandbox/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles-test-sandbox/pom.xml?rev=1139750&r1=1139749&r2=1139750&view=diff
==============================================================================
--- tiles/sandbox/trunk/tiles-test-sandbox/pom.xml (original)
+++ tiles/sandbox/trunk/tiles-test-sandbox/pom.xml Sun Jun 26 09:40:24 2011
@@ -24,16 +24,16 @@
<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">
<parent>
- <artifactId>tiles-sandbox</artifactId>
+ <artifactId>tiles-reactor</artifactId>
<groupId>org.apache.tiles</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>tiles-test-sandbox</artifactId>
+ <artifactId>tiles-test-reactor</artifactId>
<packaging>war</packaging>
- <name>Tiles Test Sandbox Webapp</name>
- <description>Tiles Test web application to test sandboxed projects.
+ <name>Tiles Test Reactor Webapp</name>
+ <description>Tiles Test web application to test projects.
</description>
<dependencies>
@@ -453,4 +453,4 @@
</releases>
</pluginRepository>
</pluginRepositories>
-</project>
\ No newline at end of file
+</project>