Author: apetrelli
Date: Fri Jul 9 10:27:31 2010
New Revision: 962475
URL: http://svn.apache.org/viewvc?rev=962475&view=rev
Log:
VELOCITYSB-5
Added showcase module.
Added:
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/
(with props)
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
(with props)
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/src/
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/src/main/
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/src/main/java/
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/src/main/resources/
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/src/test/
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/src/test/java/
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/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=962475&r1=962474&r2=962475&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
Fri Jul 9 10:27:31 2010
@@ -11,4 +11,7 @@
<packaging>pom</packaging>
<name>Apache Velocity Tools - Examples</name>
<description>Examples to show how to use Velocity Tools</description>
+ <modules>
+ <module>velocity-tools-examples-showcase</module>
+ </modules>
</project>
\ No newline at end of file
Propchange:
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Jul 9 10:27:31 2010
@@ -0,0 +1,2 @@
+.*
+target
Added:
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml?rev=962475&view=auto
==============================================================================
---
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
(added)
+++
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
Fri Jul 9 10:27:31 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-showcase</artifactId>
+ <version>2.1.0-SNAPSHOT</version>
+ <packaging>war</packaging>
+ <name>Apache Velocity Tools Examples - Showcase</name>
+ <description>Showcase of features in Velocity Tools.</description>
+</project>
\ No newline at end of file
Propchange:
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL