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/20 13:56:47 UTC

svn commit: r925594 - in /tiles/sandbox/trunk/tiles-autotag: ./ tiles-autotag-velocity-runtime/ tiles-autotag-velocity-runtime/src/ tiles-autotag-velocity-runtime/src/main/ tiles-autotag-velocity-runtime/src/main/java/ tiles-autotag-velocity-runtime/sr...

Author: apetrelli
Date: Sat Mar 20 12:56:47 2010
New Revision: 925594

URL: http://svn.apache.org/viewvc?rev=925594&view=rev
Log:
TILESSB-30
Created autotag-velocity-runtime module. Attached to tiles-velocity.

Added:
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/   (with props)
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/pom.xml   (with props)
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/src/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/src/main/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/src/main/java/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/src/main/java/META-INF/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/src/main/java/META-INF/MANIFEST.MF
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/src/main/resources/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/src/test/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/src/test/java/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/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=925594&r1=925593&r2=925594&view=diff
==============================================================================
--- tiles/sandbox/trunk/tiles-autotag/pom.xml (original)
+++ tiles/sandbox/trunk/tiles-autotag/pom.xml Sat Mar 20 12:56:47 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-runtime</module>
         <module>tiles-autotag-velocity</module>
         <module>maven-autotag-plugin</module>
     </modules>

Propchange: tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Mar 20 12:56:47 2010
@@ -0,0 +1,2 @@
+target
+.*

Added: tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/pom.xml?rev=925594&view=auto
==============================================================================
--- tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/pom.xml (added)
+++ tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/pom.xml Sat Mar 20 12:56:47 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-runtime</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <name>Autotag - Velocity runtime classes</name>
+  <description>Runtime code for Velocity directives using template models.</description>
+</project>
\ No newline at end of file

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

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

Added: tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/src/main/java/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/src/main/java/META-INF/MANIFEST.MF?rev=925594&view=auto
==============================================================================
--- tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/src/main/java/META-INF/MANIFEST.MF (added)
+++ tiles/sandbox/trunk/tiles-autotag/tiles-autotag-velocity-runtime/src/main/java/META-INF/MANIFEST.MF Sat Mar 20 12:56:47 2010
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Class-Path: 
+