You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/06/24 20:59:24 UTC

svn commit: r1353310 - /creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/VelocityReports.java

Author: rdonkin
Date: Sun Jun 24 18:59:24 2012
New Revision: 1353310

URL: http://svn.apache.org/viewvc?rev=1353310&view=rev
Log:
WHISKER-2 Fix path to reflect repackaging from rat to creadur

Modified:
    creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/VelocityReports.java

Modified: creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/VelocityReports.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/VelocityReports.java?rev=1353310&r1=1353309&r2=1353310&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/VelocityReports.java (original)
+++ creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/VelocityReports.java Sun Jun 24 18:59:24 2012
@@ -218,7 +218,7 @@ public class VelocityReports implements 
      * @return not null
      */
     private String template(final String name) {
-        return "org/apache/rat/whisker/template/velocity/"
+        return "org/apache/creadur/whisker/template/velocity/"
                 + name.toLowerCase() + ".vm";
     }