Return-Path: Mailing-List: contact turbine-jcs-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list turbine-jcs-dev@jakarta.apache.org Received: (qmail 94215 invoked by uid 500); 22 Aug 2003 09:34:17 -0000 Received: (qmail 94169 invoked from network); 22 Aug 2003 09:34:15 -0000 Received: from minotaur.apache.org (209.237.227.194) by daedalus.apache.org with SMTP; 22 Aug 2003 09:34:15 -0000 Received: (qmail 96820 invoked by uid 1280); 22 Aug 2003 09:27:54 -0000 Date: 22 Aug 2003 09:27:54 -0000 Message-ID: <20030822092754.96818.qmail@minotaur.apache.org> From: mpoeschl@apache.org To: jakarta-turbine-jcs-cvs@apache.org Subject: cvs commit: jakarta-turbine-jcs checkstyle.xml project.properties X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N mpoeschl 2003/08/22 02:27:54 Modified: . project.properties Added: . checkstyle.xml Log: add checkstyle definition matching the code Revision Changes Path 1.5 +6 -1 jakarta-turbine-jcs/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/jakarta-turbine-jcs/project.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.properties 5 Oct 2002 14:18:31 -0000 1.4 +++ project.properties 22 Aug 2003 09:27:54 -0000 1.5 @@ -1,4 +1,3 @@ -maven.checkstyle.format = turbine maven.xdoc.date = left maven.test.callback.pre-test.buildFile = build.xml @@ -8,3 +7,9 @@ maven.core.callback.post-compile.buildTarget = jcs:copy-classpath-vm maven.junit.fork = true + +# ------------------------------------------------------------------- +# C H E C K S T Y L E P R O P E R T I E S +# ------------------------------------------------------------------- + +maven.checkstyle.properties = ${basedir}/checkstyle.xml 1.1 jakarta-turbine-jcs/checkstyle.xml Index: checkstyle.xml ===================================================================