mwomack 2003/02/19 23:12:53 Modified: . build.xml Log: Checked in property settings for checkstyle task. Allow "public" modifier in interfaces. Allow protected members in classes. Revision Changes Path 1.52 +2 -7 jakarta-log4j/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-log4j/build.xml,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- build.xml 19 Feb 2003 05:51:47 -0000 1.51 +++ build.xml 20 Feb 2003 07:12:53 -0000 1.52 @@ -323,16 +323,11 @@ <taskdef resource="checkstyletask.properties" classpath="${checkstyle.jar}"/> - <property name="checkstyle.lcurly.method" value="nlow" /> - <property name="checkstyle.lcurly.type" value="nlow" /> - <property name="checkstyle.lcurly.other" value="nlow" /> - <property name="checkstyle.maxmethodlen" value="500" /> - <property name="checkstyle.maxconstructorlen" value="500" /> - <property name="checkstyle.ignore.public.in.interface" value="true" /> - <!-- by default checkstyle supports the Sun coding standard. --> <checkstyle> <fileset refid="styled_files"/> + <property key="checkstyle.ignore.public.in.interface" value="true" /> + <property key="checkstyle.allow.protected" value="true" /> </checkstyle> </target>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]