You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by se...@apache.org on 2013/05/19 21:02:40 UTC

svn commit: r1484336 - /creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java

Author: sebb
Date: Sun May 19 19:02:40 2013
New Revision: 1484336

URL: http://svn.apache.org/r1484336
Log:
Tab police

Modified:
    creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java

Modified: creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java?rev=1484336&r1=1484335&r2=1484336&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java (original)
+++ creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java Sun May 19 19:02:40 2013
@@ -398,7 +398,7 @@ public abstract class AbstractRatMojo ex
         else
         {
             getLog().debug("rat.useDefaultExcludes set to false. " +
-            		"Plexus default exclusions will not be added");
+                    "Plexus default exclusions will not be added");
         }
     }
 
@@ -411,7 +411,7 @@ public abstract class AbstractRatMojo ex
         else
         {
             getLog().debug("rat.useMavenDefaultExcludes set to false. " +
-            		"Exclusions often needed by Maven projects will not be added.");
+                    "Exclusions often needed by Maven projects will not be added.");
         }
     }
 
@@ -419,7 +419,7 @@ public abstract class AbstractRatMojo ex
         if ( useEclipseDefaultExcludes )
         {
             getLog().debug("Adding exclusions often needed by projects " +
-            		"developed in Eclipse...");
+                    "developed in Eclipse...");
             add( excludeList1, ECLIPSE_DEFAULT_EXCLUDES );
         }
         else