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/09 12:13:03 UTC

svn commit: r962473 - in /velocity/sandbox/maven-reorg/tools/trunk: pom.xml velocity-tools-examples/ velocity-tools-examples/pom.xml velocity-tools-examples/src/ velocity-tools-examples/src/site/

Author: apetrelli
Date: Fri Jul  9 10:13:02 2010
New Revision: 962473

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

Added:
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/   (with props)
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/pom.xml   (with props)
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/src/
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/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=962473&r1=962472&r2=962473&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/tools/trunk/pom.xml (original)
+++ velocity/sandbox/maven-reorg/tools/trunk/pom.xml Fri Jul  9 10:13:02 2010
@@ -181,6 +181,7 @@
         <module>velocity-tools-view</module>
         <module>velocity-tools-view-jsp</module>
         <module>velocity-tools-struts</module>
+        <module>velocity-tools-examples</module>
     </modules>
 
 </project>

Propchange: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Jul  9 10:13:02 2010
@@ -0,0 +1 @@
+.*

Added: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/pom.xml
URL: http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/pom.xml?rev=962473&view=auto
==============================================================================
--- velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/pom.xml (added)
+++ velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/pom.xml Fri Jul  9 10:13:02 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-examples</artifactId>
+  <version>2.1.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Apache Velocity Tools - Examples</name>
+  <description>Examples to show how to use Velocity Tools</description>
+</project>
\ No newline at end of file

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

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