Thanks. Still works4me
l...@apache.org wrote:
Author: luc
Date: Sun Jul 19 19:29:40 2009
New Revision: 795599
URL: http://svn.apache.org/viewvc?rev=795599&view=rev
Log:
moved velocity template to a default directory where the maven-changes-plugin
look for it
Added:
commons/proper/math/trunk/src/main/
commons/proper/math/trunk/src/main/resources/
commons/proper/math/trunk/src/main/resources/templates/
- copied from r795549, commons/proper/math/trunk/src/template/
Removed:
commons/proper/math/trunk/src/template/
Modified:
commons/proper/math/trunk/pom.xml
Modified: commons/proper/math/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=795599&r1=795598&r2=795599&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Sun Jul 19 19:29:40 2009
@@ -314,7 +314,7 @@
<xmlPath>${basedir}/src/site/xdoc/changes.xml</xmlPath>
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
<template>math-release-notes.vm</template>
- <templateDirectory>src/template</templateDirectory>
+ <templateDirectory>templates</templateDirectory>
</configuration>
<reportSets>
<reportSet>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org