jkeyes 2003/01/12 15:04:26
Modified: cli project.properties
Log:
changed coding standards to use turbine
Revision Changes Path
1.5 +2 -22 jakarta-commons/cli/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons/cli/project.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.properties 25 Jul 2002 02:36:45 -0000 1.4
+++ project.properties 12 Jan 2003 23:04:26 -0000 1.5
@@ -8,25 +8,5 @@
maven.jarResources.basedir=${basedir}/src/java
-# coding standards
-
-maven.checkstyle.rcurly = ignore
-maven.checkstyle.lcurly.type = ignore
-maven.checkstyle.lcurly.method = ignore
-maven.checkstyle.lcurly.other = ignore
-maven.checkstyle.header.file = LICENSE.txt
-maven.checkstyle.header.ignore.line = 1,2,3,4
-maven.checkstyle.const.pattern = ^[A-Z0-9_]*$
-maven.checkstyle.static.pattern = ^[a-zA-Z][a-zA-Z0-9_]*$
-maven.checkstyle.member.pattern = ^[_]?[a-z]?[a-zA-Z0-9]*$
-maven.checkstyle.ignore.line.len.pattern = ^[ \* \$]+[.]*
-
-maven.checkstyle.javadoc.scope = protected
-
-# disable these non-critical errors to highlight
-# more important ones like missing javadoc
-
-maven.checkstyle.max.line.len = 100
-maven.checkstyle.ignore.whitespace = true
-maven.checkstyle.ignore.public.in.interface = true
-
+# use turbine coding standards
+maven.checkstyle.format = turbine
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>