Author: carnold
Date: Sun Oct 11 20:14:40 2009
New Revision: 824135
URL: http://svn.apache.org/viewvc?rev=824135&view=rev
Log:
Bug 28647: Revert unintentional change to build.xml
Modified:
logging/log4j/trunk/build.xml
Modified: logging/log4j/trunk/build.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/trunk/build.xml?rev=824135&r1=824134&r2=824135&view=diff
==============================================================================
--- logging/log4j/trunk/build.xml (original)
+++ logging/log4j/trunk/build.xml Sun Oct 11 20:14:40 2009
@@ -373,7 +373,11 @@
classpath="${checkstyle.jar}"/>
<!-- by default checkstyle supports the Sun coding standard. -->
- <checkstyle>
+ <checkstyle lcurlyMethod="nlow"
+ lcurlyOther="nlow"
+ lcurlyType="nlow"
+ maxMethodLen="500"
+ maxConstructorLen="500">
<fileset dir="src/java/org/apache/log4j/chainsaw" includes="**/*.java"/>
</checkstyle>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]