Author: cbrisson
Date: Sun Sep 8 16:01:17 2019
New Revision: 1866623
URL: http://svn.apache.org/viewvc?rev=1866623&view=rev
Log:
[engine] Changed velocity-custom-parser-example module packaging to pom
Modified:
velocity/engine/trunk/velocity-custom-parser-example/pom.xml
Modified: velocity/engine/trunk/velocity-custom-parser-example/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/velocity-custom-parser-example/pom.xml?rev=1866623&r1=1866622&r2=1866623&view=diff
==============================================================================
--- velocity/engine/trunk/velocity-custom-parser-example/pom.xml (original)
+++ velocity/engine/trunk/velocity-custom-parser-example/pom.xml Sun Sep 8
16:01:17 2019
@@ -31,7 +31,7 @@
<name>Apache Velocity Custom Parser Example</name>
<description>Custom Parser Example for Apache Velocity</description>
- <packaging>jar</packaging>
+ <packaging>pom</packaging>
<!--
This module demonstrates how to build a custom Velocity parser.