Author: apetrelli
Date: Tue Feb 3 12:44:27 2009
New Revision: 740290
URL: http://svn.apache.org/viewvc?rev=740290&view=rev
Log:
TILESSB-4
Renamed sandboxed Tiles test webapp. Fixed POM.
Added:
tiles/sandbox/trunk/tiles-test-sandbox/ (props changed)
- copied from r740289, tiles/sandbox/trunk/tiles-test/
Removed:
tiles/sandbox/trunk/tiles-test/
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=740290&r1=740289&r2=740290&view=diff
==============================================================================
--- tiles/sandbox/trunk/pom.xml (original)
+++ tiles/sandbox/trunk/pom.xml Tue Feb 3 12:44:27 2009
@@ -84,7 +84,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.4.0</version>
+ <version>1.4.3</version>
<inherited>true</inherited>
</plugin>
</plugins>
Propchange: tiles/sandbox/trunk/tiles-test-sandbox/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Feb 3 12:44:27 2009
@@ -0,0 +1,2 @@
+target
+.*
Propchange: tiles/sandbox/trunk/tiles-test-sandbox/
------------------------------------------------------------------------------
svn:mergeinfo =
Modified: tiles/sandbox/trunk/tiles-test-sandbox/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles-test-sandbox/pom.xml?rev=740290&r1=740289&r2=740290&view=diff
==============================================================================
--- tiles/sandbox/trunk/tiles-test-sandbox/pom.xml (original)
+++ tiles/sandbox/trunk/tiles-test-sandbox/pom.xml Tue Feb 3 12:44:27 2009
@@ -23,17 +23,17 @@
-->
<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>
- <groupId>org.apache.tiles</groupId>
- <artifactId>tiles-parent</artifactId>
- <version>2.1.3-SNAPSHOT</version>
- </parent>
+ <parent>
+ <artifactId>tiles-sandbox</artifactId>
+ <groupId>org.apache.tiles</groupId>
+ <version>1.0-SNAPSHOT</version>
+ </parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>tiles-test</artifactId>
+ <artifactId>tiles-test-sandbox</artifactId>
<packaging>war</packaging>
- <name>Tiles - Apps - Test</name>
- <description>Tiles Test web application: tests Tiles functionality.
+ <name>Tiles Test Sandbox Webapp</name>
+ <description>Tiles Test web application to test sandboxed projects.
</description>
<dependencies>