dion 2004/09/07 02:12:49 Modified: jelly project.properties Log: Add issue template Remove old checkstyle props Revision Changes Path 1.26 +1 -16 jakarta-commons/jelly/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/jakarta-commons/jelly/project.properties,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- project.properties 31 Aug 2004 23:52:51 -0000 1.25 +++ project.properties 7 Sep 2004 09:12:49 -0000 1.26 @@ -25,7 +25,6 @@ maven.compile.optimize = off maven.compile.deprecation = on -maven.jarResources.basedir=src/java maven.junit.usefile = true # copied from maven test plugin due to a bug/caching issue @@ -34,21 +33,7 @@ # 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]*$ - -# 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 +maven.changes.issue.template=http://issues.apache.org/jira/browse/%ISSUE% maven.xdoc.jsl=../commons-build/commons-site.jsl maven.xdoc.date=left
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
