Author: apetrelli
Date: Thu Jul 8 18:27:20 2010
New Revision: 961867
URL: http://svn.apache.org/viewvc?rev=961867&view=rev
Log:
VELOCITYSB-5
Added velocity-tools-struts module.
Added:
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-struts/ (with
props)
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-struts/pom.xml
(with props)
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-struts/src/
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-struts/src/main/
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-struts/src/main/java/
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-struts/src/main/resources/
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-struts/src/test/
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-struts/src/test/java/
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-struts/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=961867&r1=961866&r2=961867&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/tools/trunk/pom.xml (original)
+++ velocity/sandbox/maven-reorg/tools/trunk/pom.xml Thu Jul 8 18:27:20 2010
@@ -327,6 +327,7 @@
<module>velocity-tools-generic</module>
<module>velocity-tools-view</module>
<module>velocity-tools-view-jsp</module>
+ <module>velocity-tools-struts</module>
</modules>
</project>
Propchange: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-struts/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jul 8 18:27:20 2010
@@ -0,0 +1,2 @@
+.*
+target
Added: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-struts/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-struts/pom.xml?rev=961867&view=auto
==============================================================================
--- velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-struts/pom.xml
(added)
+++ velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-struts/pom.xml Thu
Jul 8 18:27:20 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-struts</artifactId>
+ <version>2.1.0-SNAPSHOT</version>
+ <name>Apache Velocity Tools - Struts tools</name>
+ <description>Tools for development under Apache Struts 1.x</description>
+</project>
\ No newline at end of file
Propchange:
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-struts/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-struts/pom.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL