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:13 UTC

svn commit: r925593 - /tiles/sandbox/trunk/tiles3/tiles-velocity/pom.xml

Author: apetrelli
Date: Sat Mar 20 12:56:13 2010
New Revision: 925593

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

Modified:
    tiles/sandbox/trunk/tiles3/tiles-velocity/pom.xml

Modified: tiles/sandbox/trunk/tiles3/tiles-velocity/pom.xml
URL: http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles3/tiles-velocity/pom.xml?rev=925593&r1=925592&r2=925593&view=diff
==============================================================================
--- tiles/sandbox/trunk/tiles3/tiles-velocity/pom.xml (original)
+++ tiles/sandbox/trunk/tiles3/tiles-velocity/pom.xml Sat Mar 20 12:56:13 2010
@@ -142,5 +142,10 @@
     	<artifactId>tiles-request-velocity</artifactId>
     	<version>1.0-SNAPSHOT</version>
     </dependency>
+    <dependency>
+    	<groupId>org.apache.tiles</groupId>
+    	<artifactId>tiles-autotag-velocity-runtime</artifactId>
+    	<version>1.0-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>
\ No newline at end of file