Author: vsiveton
Date: Thu Mar 26 16:11:41 2009
New Revision: 758712

URL: http://svn.apache.org/viewvc?rev=758712&view=rev
Log:
o merged r758711

Modified:
    incubator/shindig/branches/1.0.x-incubating/pom.xml
    incubator/shindig/branches/1.0.x-incubating/site/checkstyle.xml

Modified: incubator/shindig/branches/1.0.x-incubating/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/pom.xml?rev=758712&r1=758711&r2=758712&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/pom.xml Thu Mar 26 16:11:41 2009
@@ -471,6 +471,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/branches/1.0.x-incubating/site/checkstyle.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/site/checkstyle.xml?rev=758712&r1=758711&r2=758712&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/site/checkstyle.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/site/checkstyle.xml Thu Mar 26 
16:11:41 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