You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2002/10/30 17:21:49 UTC

cvs commit: jakarta-commons-sandbox/grant checkstyle.properties project.properties project.xml

dion        2002/10/30 08:21:49

  Modified:    grant    project.properties project.xml
  Added:       grant    checkstyle.properties
  Log:
  Added developers, moved to later checkstyle processing,
  added xdocs format properties
  
  Revision  Changes    Path
  1.2       +3 -17     jakarta-commons-sandbox/grant/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/grant/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	19 Jun 2002 15:42:33 -0000	1.1
  +++ project.properties	30 Oct 2002 16:21:49 -0000	1.2
  @@ -9,21 +9,7 @@
   maven.jarResources.basedir=${basedir}/src/java
   maven.junit.usefile = false
    
  +maven.checkstyle.properties = ${basedir}/checkstyle.properties
   
  -# 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.xdoc.date=left
  +maven.xdoc.version=${pom.currentVersion}
  \ No newline at end of file
  
  
  
  1.6       +14 -0     jakarta-commons-sandbox/grant/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/grant/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	21 Oct 2002 16:59:52 -0000	1.5
  +++ project.xml	30 Oct 2002 16:21:49 -0000	1.6
  @@ -54,6 +54,20 @@
     
     <developers>
       <developer>
  +      <name>Robert Burrell Donkin</name>
  +      <id>rdonkin</id>
  +      <email>rdonkin@apache.org</email>
  +      <organization></organization>
  +    </developer>
  +
  +    <developer>
  +      <name>dIon Gillard</name>
  +      <id>dion</id>
  +      <email>dion@apache.org</email>
  +      <organization>Multitask Consulting</organization>
  +    </developer>
  +
  +    <developer>
         <name>Bob McWhirter</name>
         <id>werken</id>
         <email>bob@eng.werken.com</email>
  
  
  
  1.1                  jakarta-commons-sandbox/grant/checkstyle.properties
  
  Index: checkstyle.properties
  ===================================================================
  checkstyle.maxlinelen = 100
  checkstyle.ignore.whitespace = true
  checkstyle.ignore.public.in.interface = true
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>