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 2009/09/27 20:56:48 UTC

svn commit: r819375 - in /tiles/framework/trunk: pom.xml tiles-test-pom/ tiles-test-pom/pom.xml tiles-test-pom/src/ tiles-test-pom/src/site/

Author: apetrelli
Date: Sun Sep 27 18:56:47 2009
New Revision: 819375

URL: http://svn.apache.org/viewvc?rev=819375&view=rev
Log:
TILES-467
Added tiles-test-pom, container for all tiles-test webapp modules.

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

Modified: tiles/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?rev=819375&r1=819374&r2=819375&view=diff
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Sun Sep 27 18:56:47 2009
@@ -64,6 +64,7 @@
         <module>tiles-extras</module>
         <module>tiles-test</module>
         <module>assembly</module>
+        <module>tiles-test-pom</module>
     </modules>
 
     <distributionManagement>

Propchange: tiles/framework/trunk/tiles-test-pom/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Sep 27 18:56:47 2009
@@ -0,0 +1 @@
+.*

Added: tiles/framework/trunk/tiles-test-pom/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-test-pom/pom.xml?rev=819375&view=auto
==============================================================================
--- tiles/framework/trunk/tiles-test-pom/pom.xml (added)
+++ tiles/framework/trunk/tiles-test-pom/pom.xml Sun Sep 27 18:56:47 2009
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<!--
+/*
+ * $Id$
+ *
+ * Lice"tiles-ognl2/tiles-ognl"nsed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file"tiles-ognl2/tiles-ognl"
+ * dist"tiles-ognl2/tiles-ognl"ributed 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 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>
+    <artifactId>tiles-parent</artifactId>
+    <groupId>org.apache.tiles</groupId>
+    <version>2.2.1-SNAPSHOT</version>
+  </parent>
+  <artifactId>tiles-test-pom</artifactId>
+  <packaging>pom</packaging>
+  <name>Tiles test webapp module collector</name>
+  <description>Collects all the modules of the Tiles test web application.</description>
+</project>
\ No newline at end of file

Propchange: tiles/framework/trunk/tiles-test-pom/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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