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 2010/03/19 21:37:26 UTC

svn commit: r925409 - in /tiles/sandbox/trunk/tiles-autotag: ./ tiles-autotag-velocity/ tiles-autotag-velocity/src/ tiles-autotag-velocity/src/main/ tiles-autotag-velocity/src/main/java/ tiles-autotag-velocity/src/main/resources/ tiles-autotag-velocity...

Author: apetrelli
Date: Fri Mar 19 20:37:25 2010
New Revision: 925409

URL: http://svn.apache.org/viewvc?rev=925409&view=rev
Log:
TILESSB-29
Created Autotag Velocity module.

Added:
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity/   (with props)
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity/pom.xml   (with props)
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity/src/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity/src/main/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity/src/main/java/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity/src/main/resources/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity/src/test/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity/src/test/java/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity/src/test/resources/
Modified:
    tiles/sandbox/trunk/tiles-autotag/pom.xml

Modified: tiles/sandbox/trunk/tiles-autotag/pom.xml
URL: http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles-autotag/pom.xml?rev=925409&r1=925408&r2=925409&view=diff
==============================================================================
--- tiles/sandbox/trunk/tiles-autotag/pom.xml (original)
+++ tiles/sandbox/trunk/tiles-autotag/pom.xml Fri Mar 19 20:37:25 2010
@@ -19,6 +19,7 @@
         <module>tiles-autotag-jsp-runtime</module>
         <module>tiles-autotag-freemarker-runtime</module>
         <module>tiles-autotag-freemarker</module>
+        <module>tiles-autotag-velocity</module>
         <module>maven-autotag-plugin</module>
     </modules>
     <build>

Propchange: tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Mar 19 20:37:25 2010
@@ -0,0 +1,2 @@
+.*
+target

Added: tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity/pom.xml
URL: http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity/pom.xml?rev=925409&view=auto
==============================================================================
--- tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity/pom.xml (added)
+++ tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity/pom.xml Fri Mar 19 20:37:25 2010
@@ -0,0 +1,13 @@
+<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-autotag</artifactId>
+    <groupId>org.apache.tiles</groupId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <groupId>org.apache.tiles</groupId>
+  <artifactId>tiles-autotag-velocity</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <name>Autotag - Velocity support</name>
+  <description>Module to generate Velocity code to use tag models.</description>
+</project>
\ No newline at end of file

Propchange: tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL