You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by ap...@apache.org on 2010/07/10 18:35:12 UTC

svn commit: r962879 - in /velocity/sandbox/maven-reorg/tools/trunk: ./ velocity-tools-view-engine2/ velocity-tools-view-engine2/src/ velocity-tools-view-engine2/src/main/ velocity-tools-view-engine2/src/main/java/ velocity-tools-view-engine2/src/main/r...

Author: apetrelli
Date: Sat Jul 10 16:35:12 2010
New Revision: 962879

URL: http://svn.apache.org/viewvc?rev=962879&view=rev
Log:
VELOCITYSB-5
Added velocity-tools-view-engine2 module.

Added:
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-view-engine2/   (with props)
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-view-engine2/pom.xml   (with props)
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-view-engine2/src/
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-view-engine2/src/main/
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-view-engine2/src/main/java/
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-view-engine2/src/main/resources/
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-view-engine2/src/test/
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-view-engine2/src/test/java/
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-view-engine2/src/test/resources/
Modified:
    velocity/sandbox/maven-reorg/tools/trunk/pom.xml

Modified: velocity/sandbox/maven-reorg/tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/tools/trunk/pom.xml?rev=962879&r1=962878&r2=962879&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/tools/trunk/pom.xml (original)
+++ velocity/sandbox/maven-reorg/tools/trunk/pom.xml Sat Jul 10 16:35:12 2010
@@ -180,6 +180,7 @@
         <module>velocity-tools-generic</module>
         <module>velocity-tools-view</module>
         <module>velocity-tools-view-jsp</module>
+        <module>velocity-tools-view-engine2</module>
         <module>velocity-tools-struts</module>
         <module>velocity-tools-examples</module>
     </modules>

Propchange: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-view-engine2/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Jul 10 16:35:12 2010
@@ -0,0 +1,2 @@
+.*
+target

Added: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-view-engine2/pom.xml
URL: http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-view-engine2/pom.xml?rev=962879&view=auto
==============================================================================
--- velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-view-engine2/pom.xml (added)
+++ velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-view-engine2/pom.xml Sat Jul 10 16:35:12 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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>velocity-tools-parent</artifactId>
+    <groupId>org.apache.velocity</groupId>
+    <version>2.1.0-SNAPSHOT</version>
+  </parent>
+  <groupId>org.apache.velocity</groupId>
+  <artifactId>velocity-tools-view-engine2</artifactId>
+  <version>2.1.0-SNAPSHOT</version>
+  <name>Apache Velocity Tools - View tools - Velocity Engine 2.x support</name>
+  <description>Velocity View Tools: support for Velocity Engine 2.x.</description>
+</project>
\ No newline at end of file

Propchange: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-view-engine2/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-view-engine2/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL