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 21:20:26 UTC

svn commit: r1335207 - in /creadur/whisker/trunk: apache-whisker-app/src/main/java/org/apache/creadur/ apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/ apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/analysis/ apache-whi...

Author: rdonkin
Date: Mon May  7 19:20:24 2012
New Revision: 1335207

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

Added:
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/
      - copied from r1334713, incubator/rat/whisker/trunk/apache-whisker-app/src/main/java/org/apache/rat/
Removed:
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/rat/
Modified:
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/AbstractEngine.java
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/Act.java
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/Result.java
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/ResultWriterFactory.java
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/StreamableResource.java
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/Whisker.java
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/analysis/LicenseAnalyst.java
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/analysis/ResourceDefinitionError.java
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/analysis/ResourceDefinitionException.java
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/analysis/ResourceDescription.java
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/analysis/ResourceSourceAuditor.java
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableClassPathResource.java
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableFileNameResource.java
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableFileResource.java
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableResourceFactory.java
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/out/WriteResultsIntoDirectoryFactory.java
    creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/out/WriteResultsToSystemOutFactory.java
    creadur/whisker/trunk/apache-whisker-cli/src/main/java/org/apache/creadur/whisker/cli/Main.java
    creadur/whisker/trunk/apache-whisker-cli/src/test/java/org/apache/creadur/whisker/cli/TestCommandParsing.java
    creadur/whisker/trunk/apache-whisker-plugin4maven/src/main/java/org/apache/rat/whisker/plugin/maven/GenerateMojo.java
    creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/whisker/out/velocity/Product.java
    creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/whisker/out/velocity/VelocityEngine.java
    creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/whisker/out/velocity/VelocityReports.java

Modified: creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/AbstractEngine.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/AbstractEngine.java?rev=1335207&r1=1334713&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/AbstractEngine.java (original)
+++ creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/AbstractEngine.java Mon May  7 19:20:24 2012
@@ -16,11 +16,11 @@
  * specific language governing permissions and limitations
  * under the License. 
  */
-package org.apache.rat.whisker.app;
+package org.apache.creadur.whisker.app;
 
 import java.util.Collection;
 
-import org.apache.rat.whisker.app.analysis.LicenseAnalyst;
+import org.apache.creadur.whisker.app.analysis.LicenseAnalyst;
 import org.apache.rat.whisker.model.Descriptor;
 import org.apache.rat.whisker.scan.Directory;
 

Modified: creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/Act.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/Act.java?rev=1335207&r1=1334713&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/Act.java (original)
+++ creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/Act.java Mon May  7 19:20:24 2012
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License. 
  */
-package org.apache.rat.whisker.app;
+package org.apache.creadur.whisker.app;
 
 /**
  * 

Modified: creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/Result.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/Result.java?rev=1335207&r1=1334713&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/Result.java (original)
+++ creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/Result.java Mon May  7 19:20:24 2012
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License. 
  */
-package org.apache.rat.whisker.app;
+package org.apache.creadur.whisker.app;
 
 import java.io.File;
 

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

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

Modified: creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/Whisker.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/Whisker.java?rev=1335207&r1=1334713&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/Whisker.java (original)
+++ creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/Whisker.java Mon May  7 19:20:24 2012
@@ -16,14 +16,14 @@
  * specific language governing permissions and limitations
  * under the License. 
  */
-package org.apache.rat.whisker.app;
+package org.apache.creadur.whisker.app;
 
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.Writer;
 import java.util.Collection;
 
-import org.apache.rat.whisker.app.analysis.LicenseAnalyst;
+import org.apache.creadur.whisker.app.analysis.LicenseAnalyst;
 import org.apache.rat.whisker.fromxml.JDomBuilder;
 import org.apache.rat.whisker.model.Descriptor;
 import org.apache.rat.whisker.scan.Directory;

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

Modified: creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/analysis/ResourceDefinitionError.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/analysis/ResourceDefinitionError.java?rev=1335207&r1=1334713&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/analysis/ResourceDefinitionError.java (original)
+++ creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/analysis/ResourceDefinitionError.java Mon May  7 19:20:24 2012
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License. 
  */
-package org.apache.rat.whisker.app.analysis;
+package org.apache.creadur.whisker.app.analysis;
 
 public enum ResourceDefinitionError {
     MISSING_LICENSE("Missing license(s)"),

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

Modified: creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/analysis/ResourceDescription.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/analysis/ResourceDescription.java?rev=1335207&r1=1334713&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/analysis/ResourceDescription.java (original)
+++ creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/analysis/ResourceDescription.java Mon May  7 19:20:24 2012
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License. 
  */
-package org.apache.rat.whisker.app.analysis;
+package org.apache.creadur.whisker.app.analysis;
 
 public class ResourceDescription implements Comparable<ResourceDescription> {
     private final String directory;

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

Modified: creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableClassPathResource.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableClassPathResource.java?rev=1335207&r1=1334713&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableClassPathResource.java (original)
+++ creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableClassPathResource.java Mon May  7 19:20:24 2012
@@ -16,12 +16,12 @@
  * specific language governing permissions and limitations
  * under the License. 
  */
-package org.apache.rat.whisker.app.load;
+package org.apache.creadur.whisker.app.load;
 
 import java.io.IOException;
 import java.io.InputStream;
 
-import org.apache.rat.whisker.app.StreamableResource;
+import org.apache.creadur.whisker.app.StreamableResource;
 
 /**
  * Streams, on demand, the contents of a resource located on the class path.

Modified: creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableFileNameResource.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableFileNameResource.java?rev=1335207&r1=1334713&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableFileNameResource.java (original)
+++ creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableFileNameResource.java Mon May  7 19:20:24 2012
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License. 
  */
-package org.apache.rat.whisker.app.load;
+package org.apache.creadur.whisker.app.load;
 
 import java.io.BufferedInputStream;
 import java.io.File;
@@ -24,7 +24,7 @@ import java.io.FileInputStream;
 import java.io.IOException;
 import java.io.InputStream;
 
-import org.apache.rat.whisker.app.StreamableResource;
+import org.apache.creadur.whisker.app.StreamableResource;
 /**
  * Streams, on demand, the contents of a file identified by a full file name, 
  * including path.

Modified: creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableFileResource.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableFileResource.java?rev=1335207&r1=1334713&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableFileResource.java (original)
+++ creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableFileResource.java Mon May  7 19:20:24 2012
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License. 
  */
-package org.apache.rat.whisker.app.load;
+package org.apache.creadur.whisker.app.load;
 
 import java.io.BufferedInputStream;
 import java.io.File;
@@ -24,7 +24,7 @@ import java.io.FileInputStream;
 import java.io.IOException;
 import java.io.InputStream;
 
-import org.apache.rat.whisker.app.StreamableResource;
+import org.apache.creadur.whisker.app.StreamableResource;
 
 
 /**

Modified: creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableResourceFactory.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableResourceFactory.java?rev=1335207&r1=1334713&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableResourceFactory.java (original)
+++ creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/load/StreamableResourceFactory.java Mon May  7 19:20:24 2012
@@ -16,11 +16,11 @@
  * specific language governing permissions and limitations
  * under the License. 
  */
-package org.apache.rat.whisker.app.load;
+package org.apache.creadur.whisker.app.load;
 
 import java.io.File;
 
-import org.apache.rat.whisker.app.StreamableResource;
+import org.apache.creadur.whisker.app.StreamableResource;
 
 /**
  * Conveniently builds {@link org.apache.rat.whisker.app.StreamableResource} implementations.

Modified: creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/out/WriteResultsIntoDirectoryFactory.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/out/WriteResultsIntoDirectoryFactory.java?rev=1335207&r1=1334713&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/out/WriteResultsIntoDirectoryFactory.java (original)
+++ creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/out/WriteResultsIntoDirectoryFactory.java Mon May  7 19:20:24 2012
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License. 
  */
-package org.apache.rat.whisker.app.out;
+package org.apache.creadur.whisker.app.out;
 
 import java.io.BufferedWriter;
 import java.io.File;
@@ -24,8 +24,8 @@ import java.io.IOException;
 import java.io.Writer;
 
 import org.apache.commons.io.output.FileWriterWithEncoding;
-import org.apache.rat.whisker.app.Result;
-import org.apache.rat.whisker.app.ResultWriterFactory;
+import org.apache.creadur.whisker.app.Result;
+import org.apache.creadur.whisker.app.ResultWriterFactory;
 
 /**
  * Writes results as files within a directory.

Modified: creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/out/WriteResultsToSystemOutFactory.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/out/WriteResultsToSystemOutFactory.java?rev=1335207&r1=1334713&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/out/WriteResultsToSystemOutFactory.java (original)
+++ creadur/whisker/trunk/apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/out/WriteResultsToSystemOutFactory.java Mon May  7 19:20:24 2012
@@ -16,15 +16,15 @@
  * specific language governing permissions and limitations
  * under the License. 
  */
-package org.apache.rat.whisker.app.out;
+package org.apache.creadur.whisker.app.out;
 
 import java.io.BufferedWriter;
 import java.io.IOException;
 import java.io.OutputStreamWriter;
 import java.io.Writer;
 
-import org.apache.rat.whisker.app.Result;
-import org.apache.rat.whisker.app.ResultWriterFactory;
+import org.apache.creadur.whisker.app.Result;
+import org.apache.creadur.whisker.app.ResultWriterFactory;
 
 /**
  * Factory builds writers that output to <code>System.out</code>.

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=1335207&r1=1335206&r2=1335207&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 19:20:24 2012
@@ -25,10 +25,10 @@ import org.apache.commons.cli.HelpFormat
 import org.apache.commons.cli.MissingOptionException;
 import org.apache.commons.cli.Options;
 import org.apache.commons.cli.ParseException;
-import org.apache.rat.whisker.app.Act;
-import org.apache.rat.whisker.app.Whisker;
-import org.apache.rat.whisker.app.load.StreamableResourceFactory;
-import org.apache.rat.whisker.app.out.WriteResultsToSystemOutFactory;
+import org.apache.creadur.whisker.app.Act;
+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;
 
 /**

Modified: creadur/whisker/trunk/apache-whisker-cli/src/test/java/org/apache/creadur/whisker/cli/TestCommandParsing.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-cli/src/test/java/org/apache/creadur/whisker/cli/TestCommandParsing.java?rev=1335207&r1=1335206&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-cli/src/test/java/org/apache/creadur/whisker/cli/TestCommandParsing.java (original)
+++ creadur/whisker/trunk/apache-whisker-cli/src/test/java/org/apache/creadur/whisker/cli/TestCommandParsing.java Mon May  7 19:20:24 2012
@@ -22,9 +22,9 @@ import junit.framework.TestCase;
 
 import org.apache.commons.cli.AlreadySelectedException;
 import org.apache.commons.cli.ParseException;
-import org.apache.rat.whisker.app.Act;
-import org.apache.rat.whisker.app.Whisker;
-import org.apache.rat.whisker.app.load.StreamableClassPathResource;
+import org.apache.creadur.whisker.app.Act;
+import org.apache.creadur.whisker.app.Whisker;
+import org.apache.creadur.whisker.app.load.StreamableClassPathResource;
 
 /**
  *

Modified: creadur/whisker/trunk/apache-whisker-plugin4maven/src/main/java/org/apache/rat/whisker/plugin/maven/GenerateMojo.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-plugin4maven/src/main/java/org/apache/rat/whisker/plugin/maven/GenerateMojo.java?rev=1335207&r1=1335206&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-plugin4maven/src/main/java/org/apache/rat/whisker/plugin/maven/GenerateMojo.java (original)
+++ creadur/whisker/trunk/apache-whisker-plugin4maven/src/main/java/org/apache/rat/whisker/plugin/maven/GenerateMojo.java Mon May  7 19:20:24 2012
@@ -23,10 +23,10 @@ import java.io.File;
 import org.apache.maven.plugin.AbstractMojo;
 import org.apache.maven.plugin.MojoExecutionException;
 import org.apache.maven.plugin.MojoFailureException;
-import org.apache.rat.whisker.app.Act;
-import org.apache.rat.whisker.app.Whisker;
-import org.apache.rat.whisker.app.load.StreamableResourceFactory;
-import org.apache.rat.whisker.app.out.WriteResultsIntoDirectoryFactory;
+import org.apache.creadur.whisker.app.Act;
+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;
 
 

Modified: creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/whisker/out/velocity/Product.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/whisker/out/velocity/Product.java?rev=1335207&r1=1335206&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/whisker/out/velocity/Product.java (original)
+++ creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/whisker/out/velocity/Product.java Mon May  7 19:20:24 2012
@@ -21,8 +21,8 @@ package org.apache.rat.whisker.out.veloc
 import java.io.IOException;
 import java.io.Writer;
 
-import org.apache.rat.whisker.app.Result;
-import org.apache.rat.whisker.app.ResultWriterFactory;
+import org.apache.creadur.whisker.app.Result;
+import org.apache.creadur.whisker.app.ResultWriterFactory;
 
 /**
  * Products generated by velocity templates.

Modified: creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/whisker/out/velocity/VelocityEngine.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/whisker/out/velocity/VelocityEngine.java?rev=1335207&r1=1335206&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/whisker/out/velocity/VelocityEngine.java (original)
+++ creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/whisker/out/velocity/VelocityEngine.java Mon May  7 19:20:24 2012
@@ -21,9 +21,9 @@ package org.apache.rat.whisker.out.veloc
 import java.util.Collection;
 
 import org.apache.commons.logging.Log;
-import org.apache.rat.whisker.app.AbstractEngine;
-import org.apache.rat.whisker.app.ResultWriterFactory;
-import org.apache.rat.whisker.app.analysis.LicenseAnalyst;
+import org.apache.creadur.whisker.app.AbstractEngine;
+import org.apache.creadur.whisker.app.ResultWriterFactory;
+import org.apache.creadur.whisker.app.analysis.LicenseAnalyst;
 import org.apache.rat.whisker.model.Descriptor;
 import org.apache.rat.whisker.scan.Directory;
 

Modified: creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/whisker/out/velocity/VelocityReports.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/whisker/out/velocity/VelocityReports.java?rev=1335207&r1=1335206&r2=1335207&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/whisker/out/velocity/VelocityReports.java (original)
+++ creadur/whisker/trunk/apache-whisker-velocity/src/main/java/org/apache/rat/whisker/out/velocity/VelocityReports.java Mon May  7 19:20:24 2012
@@ -23,8 +23,8 @@ import java.util.Collection;
 
 import org.apache.commons.io.IOUtils;
 import org.apache.commons.logging.Log;
-import org.apache.rat.whisker.app.ResultWriterFactory;
-import org.apache.rat.whisker.app.analysis.LicenseAnalyst;
+import org.apache.creadur.whisker.app.ResultWriterFactory;
+import org.apache.creadur.whisker.app.analysis.LicenseAnalyst;
 import org.apache.rat.whisker.model.Descriptor;
 import org.apache.rat.whisker.scan.Directory;
 import org.apache.velocity.VelocityContext;