You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2009/07/19 21:29:40 UTC

svn commit: r795599 - in /commons/proper/math/trunk: pom.xml src/main/ src/main/resources/ src/main/resources/templates/ src/template/

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>



Re: svn commit: r795599 - in /commons/proper/math/trunk: pom.xml src/main/ src/main/resources/ src/main/resources/templates/ src/template/

Posted by Phil Steitz <ph...@gmail.com>.
Thanks.  Still works4me

luc@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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org