Author: vsiveton
Date: Thu Mar 26 16:09:57 2009
New Revision: 758711

URL: http://svn.apache.org/viewvc?rev=758711&view=rev
Log:
o using headerLocation for checkstyle to prevent checkstyle configuration error

Modified:
    incubator/shindig/trunk/pom.xml
    incubator/shindig/trunk/site/checkstyle.xml

Modified: incubator/shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=758711&r1=758710&r2=758711&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Thu Mar 26 16:09:57 2009
@@ -491,6 +491,7 @@
             <version>2.2</version>
             <configuration>
               
<configLocation>http://svn.apache.org/repos/asf/incubator/shindig/trunk/site/checkstyle.xml</configLocation>
+              
<headerLocation>http://svn.apache.org/repos/asf/incubator/shindig/trunk/site/java.header</headerLocation>
               <encoding>${project.build.sourceEncoding}</encoding>
             </configuration>
           </plugin>

Modified: incubator/shindig/trunk/site/checkstyle.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/site/checkstyle.xml?rev=758711&r1=758710&r2=758711&view=diff
==============================================================================
--- incubator/shindig/trunk/site/checkstyle.xml (original)
+++ incubator/shindig/trunk/site/checkstyle.xml Thu Mar 26 16:09:57 2009
@@ -106,13 +106,6 @@
         <module name="StaticVariableName"/>
         <module name="TypeName"/>
 
-
-        <!-- Checks for Headers                                -->
-        <!-- See http://checkstyle.sf.net/config_header.html   -->
-        <module name="Header">
-           <property name="headerFile" value="site/java.header"/>
-        </module>
-
         <!-- Following interprets the header file as regular expressions. -->
         <!-- <module name="RegexpHeader"/>                                -->
 


Reply via email to