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/05/07 22:19:57 UTC

svn commit: r1335235 - in /creadur/whisker/trunk: apache-whisker-cli/src/main/java/org/apache/creadur/whisker/cli/ apache-whisker-plugin4maven/src/main/java/org/apache/creadur/whisker/plugin/maven/ apache-whisker-velocity/src/main/java/org/apache/cread...

Author: rdonkin
Date: Mon May  7 20:19:56 2012
New Revision: 1335235

URL: http://svn.apache.org/viewvc?rev=1335235&view=rev
Log:
Repackaged org.apache.rat.whisker -> org.apache.creadur.whisker

Added:
    creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/
      - copied from r1335232, creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/
    creadur/whisker/trunk/apache-whisker-velocity/src/main/resources/org/apache/creadur/
      - copied from r1335232, creadur/whisker/trunk/apache-whisker-velocity/src/main/resources/org/apache/rat/
Removed:
    creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/
    creadur/whisker/trunk/apache-whisker-velocity/src/main/resources/org/apache/rat/
Modified:
    creadur/whisker/trunk/apache-whisker-cli/src/main/java/org/apache/creadur/whisker/cli/Main.java
    creadur/whisker/trunk/apache-whisker-plugin4maven/src/main/java/org/apache/creadur/whisker/plugin/maven/GenerateMojo.java
    creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/Indentation.java
    creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/Product.java
    creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/VelocityEngine.java
    creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/VelocityReports.java
    creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/package-info.java

Modified: creadur/whisker/trunk/apache-whisker-cli/src/main/java/org/apache/creadur/whisker/cli/Main.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-cli/src/main/java/org/apache/creadur/whisker/cli/Main.java?rev=1335235&r1=1335234&r2=1335235&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-cli/src/main/java/org/apache/creadur/whisker/cli/Main.java (original)
+++ creadur/whisker/trunk/apache-whisker-cli/src/main/java/org/apache/creadur/whisker/cli/Main.java Mon May  7 20:19:56 2012
@@ -29,7 +29,7 @@ import org.apache.creadur.whisker.app.Ac
 import org.apache.creadur.whisker.app.Whisker;
 import org.apache.creadur.whisker.app.load.StreamableResourceFactory;
 import org.apache.creadur.whisker.app.out.WriteResultsToSystemOutFactory;
-import org.apache.rat.whisker.out.velocity.VelocityEngine;
+import org.apache.creadur.whisker.out.velocity.VelocityEngine;
 
 /**
  * Command line interface for whisker.

Modified: creadur/whisker/trunk/apache-whisker-plugin4maven/src/main/java/org/apache/creadur/whisker/plugin/maven/GenerateMojo.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-plugin4maven/src/main/java/org/apache/creadur/whisker/plugin/maven/GenerateMojo.java?rev=1335235&r1=1335234&r2=1335235&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-plugin4maven/src/main/java/org/apache/creadur/whisker/plugin/maven/GenerateMojo.java (original)
+++ creadur/whisker/trunk/apache-whisker-plugin4maven/src/main/java/org/apache/creadur/whisker/plugin/maven/GenerateMojo.java Mon May  7 20:19:56 2012
@@ -27,7 +27,7 @@ import org.apache.creadur.whisker.app.Ac
 import org.apache.creadur.whisker.app.Whisker;
 import org.apache.creadur.whisker.app.load.StreamableResourceFactory;
 import org.apache.creadur.whisker.app.out.WriteResultsIntoDirectoryFactory;
-import org.apache.rat.whisker.out.velocity.VelocityEngine;
+import org.apache.creadur.whisker.out.velocity.VelocityEngine;
 
 
 /**

Modified: creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/Indentation.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/Indentation.java?rev=1335235&r1=1335232&r2=1335235&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/Indentation.java (original)
+++ creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/Indentation.java Mon May  7 20:19:56 2012
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.rat.whisker.out.velocity;
+package org.apache.creadur.whisker.out.velocity;
 
 import java.io.BufferedReader;
 import java.io.IOException;

Modified: creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/Product.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/Product.java?rev=1335235&r1=1335232&r2=1335235&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/Product.java (original)
+++ creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/Product.java Mon May  7 20:19:56 2012
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.rat.whisker.out.velocity;
+package org.apache.creadur.whisker.out.velocity;
 
 import java.io.IOException;
 import java.io.Writer;

Modified: creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/VelocityEngine.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/VelocityEngine.java?rev=1335235&r1=1335232&r2=1335235&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/VelocityEngine.java (original)
+++ creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/VelocityEngine.java Mon May  7 20:19:56 2012
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.rat.whisker.out.velocity;
+package org.apache.creadur.whisker.out.velocity;
 
 import java.util.Collection;
 

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=1335235&r1=1335232&r2=1335235&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 Mon May  7 20:19:56 2012
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.rat.whisker.out.velocity;
+package org.apache.creadur.whisker.out.velocity;
 
 import java.io.Writer;
 import java.util.Collection;

Modified: creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/package-info.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/package-info.java?rev=1335235&r1=1335232&r2=1335235&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/package-info.java (original)
+++ creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/package-info.java Mon May  7 20:19:56 2012
@@ -20,4 +20,4 @@
  * Uses <a href='http://velocity.apache.org'>Apache Velocity</a>
  * templating engine to generate reports.
  */
-package org.apache.rat.whisker.out.velocity;
+package org.apache.creadur.whisker.out.velocity;