Author: andreasmyth Date: Tue Aug 29 06:21:48 2006 New Revision: 438068 URL: http://svn.apache.org/viewvc?rev=438068&view=rev Log: Disabled header check in checkstyle.xml
Modified: incubator/cxf/trunk/checkstyle.xml Modified: incubator/cxf/trunk/checkstyle.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/checkstyle.xml?rev=438068&r1=438067&r2=438068&view=diff ============================================================================== --- incubator/cxf/trunk/checkstyle.xml (original) +++ incubator/cxf/trunk/checkstyle.xml Tue Aug 29 06:21:48 2006 @@ -72,9 +72,11 @@ <module name="TypeName"/> <!-- Header checks --> + <!-- <module name="Header"> <property name="headerFile" value="${apache.header.file}"/> </module> + --> <!-- <module name="RegexpHeader"/> -->