Author: apetrelli
Date: Mon Jul 12 18:55:22 2010
New Revision: 963435

URL: http://svn.apache.org/viewvc?rev=963435&view=rev
Log:
VELOCITYSB-5
Added assembly module.

Added:
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/   (with 
props)
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/pom.xml   
(with props)
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/src/
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/src/site/
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=963435&r1=963434&r2=963435&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/tools/trunk/pom.xml (original)
+++ velocity/sandbox/maven-reorg/tools/trunk/pom.xml Mon Jul 12 18:55:22 2010
@@ -185,6 +185,7 @@
         <module>velocity-tools-struts</module>
         <module>velocity-tools-uberjar</module>
         <module>velocity-tools-examples</module>
+        <module>velocity-tools-assembly</module>
     </modules>
 
 </project>

Propchange: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Jul 12 18:55:22 2010
@@ -0,0 +1 @@
+.*

Added: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/pom.xml?rev=963435&view=auto
==============================================================================
--- velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/pom.xml 
(added)
+++ velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/pom.xml 
Mon Jul 12 18:55:22 2010
@@ -0,0 +1,14 @@
+<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-assembly</artifactId>
+  <version>2.1.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Apache Velocity Tools - Assembly</name>
+  <description>Assembly building for Velocity Tools.</description>
+</project>
\ No newline at end of file

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

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


Reply via email to