Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 41412 invoked from network); 4 Jan 2003 15:42:07 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 Jan 2003 15:42:07 -0000 Received: (qmail 23610 invoked by uid 97); 4 Jan 2003 15:43:22 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 23578 invoked by uid 97); 4 Jan 2003 15:43:22 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 23567 invoked by uid 97); 4 Jan 2003 15:43:21 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 4 Jan 2003 15:41:59 -0000 Message-ID: <20030104154159.33561.qmail@icarus.apache.org> From: dion@apache.org To: jakarta-commons-sandbox-cvs@apache.org Subject: cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/jetty project.properties X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dion 2003/01/04 07:41:59 Modified: jelly/jelly-tags/jetty project.properties Log: Fix properties Revision Changes Path 1.2 +10 -17 jakarta-commons-sandbox/jelly/jelly-tags/jetty/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/jelly/jelly-tags/jetty/project.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.properties 3 Jan 2003 00:27:29 -0000 1.1 +++ project.properties 4 Jan 2003 15:41:59 -0000 1.2 @@ -4,30 +4,23 @@ maven.junit.fork=true -maven.compile.debug = on -maven.compile.optimize = off maven.compile.deprecation = on -maven.jarResources.basedir=src/java -maven.junit.usefile = true - # Installation dir maven.dist.install.dir = /usr/local/jelly -# use Sun coding standards - -maven.checkstyle.lcurly.type = eol -maven.checkstyle.lcurly.method = eol -maven.checkstyle.lcurly.other = eol -#maven.checkstyle.header.file = src/conf/checkstyle-LICENSE.txt -maven.checkstyle.header.ignore.line = 1,2,3,4,5,6 -maven.checkstyle.const.pattern = ^[a-z][a-zA-Z0-9]*$ +maven.checkstyle.properties=project.properties +# use Sun coding standards, except: +checkstyle.lcurly.type = eol +checkstyle.lcurly.method = eol +checkstyle.lcurly.other = eol +checkstyle.header.ignoreline = 1,2,3,4,5,6 +checkstyle.pattern.const = ^[a-z][a-zA-Z0-9]*$ # disable these non-critical errors to highlight # more important ones line missing javadoc - -maven.checkstyle.max.line.len = 100 -maven.checkstyle.ignore.whitespace = true -maven.checkstyle.ignore.public.in.interface = true +checkstyle.maxlinelen = 100 +checkstyle.ignore.whitespace = true +checkstyle.ignore.public.in.interface = true -- To unsubscribe, e-mail: For additional commands, e-mail: