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

svn commit: r962815 - in /velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples: ./ velocity-tools-examples-simple/ velocity-tools-examples-simple/src/ velocity-tools-examples-simple/src/main/ velocity-tools-examples-simple/src/main/java/ ve...

Author: apetrelli
Date: Sat Jul 10 11:44:03 2010
New Revision: 962815

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

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

Modified: 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=962815&r1=962814&r2=962815&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/pom.xml (original)
+++ velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/pom.xml Sat Jul 10 11:44:03 2010
@@ -13,5 +13,6 @@
   <description>Examples to show how to use Velocity Tools</description>
   <modules>
   	<module>velocity-tools-examples-showcase</module>
+  	<module>velocity-tools-examples-simple</module>
   </modules>
 </project>
\ No newline at end of file

Propchange: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-simple/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Jul 10 11:44:03 2010
@@ -0,0 +1,2 @@
+.*
+target

Added: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-simple/pom.xml
URL: http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-simple/pom.xml?rev=962815&view=auto
==============================================================================
--- velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-simple/pom.xml (added)
+++ velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-simple/pom.xml Sat Jul 10 11:44:03 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-examples</artifactId>
+    <groupId>org.apache.velocity</groupId>
+    <version>2.1.0-SNAPSHOT</version>
+  </parent>
+  <groupId>org.apache.velocity</groupId>
+  <artifactId>velocity-tools-examples-simple</artifactId>
+  <version>2.1.0-SNAPSHOT</version>
+  <packaging>war</packaging>
+  <name>Apache Velocity Tools Examples - Simple</name>
+  <description>Simple webapp based on Velocity Tools</description>
+</project>
\ No newline at end of file

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

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