You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2013/06/12 15:02:08 UTC

svn commit: r1492178 - in /httpcomponents/hc-stylecheck/trunk/src/main/resources/hc-stylecheck: minimal.xml relaxed.xml

Author: olegk
Date: Wed Jun 12 13:02:08 2013
New Revision: 1492178

URL: http://svn.apache.org/r1492178
Log:
Renamed relaxed.xml to minimal.xml

Added:
    httpcomponents/hc-stylecheck/trunk/src/main/resources/hc-stylecheck/minimal.xml
      - copied, changed from r1490654, httpcomponents/hc-stylecheck/trunk/src/main/resources/hc-stylecheck/relaxed.xml
Removed:
    httpcomponents/hc-stylecheck/trunk/src/main/resources/hc-stylecheck/relaxed.xml

Copied: httpcomponents/hc-stylecheck/trunk/src/main/resources/hc-stylecheck/minimal.xml (from r1490654, httpcomponents/hc-stylecheck/trunk/src/main/resources/hc-stylecheck/relaxed.xml)
URL: http://svn.apache.org/viewvc/httpcomponents/hc-stylecheck/trunk/src/main/resources/hc-stylecheck/minimal.xml?p2=httpcomponents/hc-stylecheck/trunk/src/main/resources/hc-stylecheck/minimal.xml&p1=httpcomponents/hc-stylecheck/trunk/src/main/resources/hc-stylecheck/relaxed.xml&r1=1490654&r2=1492178&rev=1492178&view=diff
==============================================================================
--- httpcomponents/hc-stylecheck/trunk/src/main/resources/hc-stylecheck/relaxed.xml (original)
+++ httpcomponents/hc-stylecheck/trunk/src/main/resources/hc-stylecheck/minimal.xml Wed Jun 12 13:02:08 2013
@@ -32,9 +32,6 @@
   <module name="Header">
     <property name="headerFile" value="${checkstyle.header.file}" />
   </module>
-  <module name="FileLength">
-    <property name="max" value="3000" />
-  </module>
   <module name="FileTabCharacter">
     <property name="eachLine" value="true"/>
   </module>