dion 02/02/07 01:38:06
Modified: latka build.xml
Log:
Change checkstyle params to let protected variables through as ok
Revision Changes Path
1.29 +2 -2 jakarta-commons/latka/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/latka/build.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- build.xml 1 Feb 2002 06:40:18 -0000 1.28
+++ build.xml 7 Feb 2002 09:38:06 -0000 1.29
@@ -1,4 +1,4 @@
-<!-- $Id: build.xml,v 1.28 2002/02/01 06:40:18 dion Exp $ -->
+<!-- $Id: build.xml,v 1.29 2002/02/07 09:38:06 dion Exp $ -->
<project name="commons-latka" default="build-java" basedir=".">
<!-- patternset describing files to be copied from the doc directory -->
@@ -393,7 +393,7 @@
</classpath>
</taskdef>
- <checkstyle memberPattern="^_[a-z][a-zA-Z0-9]*$">
+ <checkstyle memberPattern="^_[a-z][a-zA-Z0-9]*$" allowProtected="true">
<fileset dir="${source.src.java}" includes="**/*.java"/>
</checkstyle>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>