Author: apetrelli
Date: Mon Mar  8 20:24:45 2010
New Revision: 920494

URL: http://svn.apache.org/viewvc?rev=920494&view=rev
Log:
TILESSB-27
Added Autotag Freemarker module.

Added:
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-freemarker/   (with props)
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-freemarker/pom.xml   (with 
props)
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-freemarker/src/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-freemarker/src/main/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-freemarker/src/main/java/
    
tiles/sandbox/trunk/tiles-autotag/tiles-autotag-freemarker/src/main/resources/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-freemarker/src/test/
    tiles/sandbox/trunk/tiles-autotag/tiles-autotag-freemarker/src/test/java/
    
tiles/sandbox/trunk/tiles-autotag/tiles-autotag-freemarker/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=920494&r1=920493&r2=920494&view=diff
==============================================================================
--- tiles/sandbox/trunk/tiles-autotag/pom.xml (original)
+++ tiles/sandbox/trunk/tiles-autotag/pom.xml Mon Mar  8 20:24:45 2010
@@ -17,6 +17,7 @@
         <module>tiles-autotag-core</module>
         <module>tiles-autotag-jsp</module>
         <module>tiles-autotag-jsp-runtime</module>
+        <module>tiles-autotag-freemarker</module>
         <module>maven-autotag-plugin</module>
     </modules>
     <build>

Propchange: tiles/sandbox/trunk/tiles-autotag/tiles-autotag-freemarker/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Mar  8 20:24:45 2010
@@ -0,0 +1,2 @@
+target
+.*

Added: tiles/sandbox/trunk/tiles-autotag/tiles-autotag-freemarker/pom.xml
URL: 
http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles-autotag/tiles-autotag-freemarker/pom.xml?rev=920494&view=auto
==============================================================================
--- tiles/sandbox/trunk/tiles-autotag/tiles-autotag-freemarker/pom.xml (added)
+++ tiles/sandbox/trunk/tiles-autotag/tiles-autotag-freemarker/pom.xml Mon Mar  
8 20:24:45 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-freemarker</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <name>Autotag - Freemarker support</name>
+  <description>Generates code for Freemarker support.</description>
+</project>
\ No newline at end of file

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

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


Reply via email to