dion        2002/10/26 18:28:18

  Modified:    betwixt  project.properties
  Added:       betwixt/xdocs .cvsignore
               betwixt  checkstyle.properties
  Log:
  Update checkstyle properties and project properties to maven release that is being 
used
  
  Revision  Changes    Path
  1.1                  jakarta-commons/betwixt/xdocs/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  stylesheets
  
  
  
  1.3       +6 -21     jakarta-commons/betwixt/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties        25 Jul 2002 02:36:44 -0000      1.2
  +++ project.properties        27 Oct 2002 01:28:18 -0000      1.3
  @@ -8,25 +8,10 @@
   
   maven.jarResources.basedir=${basedir}/src/java
   
  -#
  -# Maven callback for unit test stuff to copy .betwixt files 
  -#
  -maven.test.callback.pre-test.buildFile = build.xml
  -maven.test.callback.pre-test.buildTarget = test-resources
  -
  -# 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
  +# disable non-critical errors to highlight
  +# more important ones like missing javadoc
  +maven.checkstyle.properties=${basedir}/checkstyle.properties
   
  +# documentation properties
  +maven.xdoc.date=left
  +maven.xdoc.version=${pom.currentVersion}
  
  
  
  1.1                  jakarta-commons/betwixt/checkstyle.properties
  
  Index: checkstyle.properties
  ===================================================================
  checkstyle.maxlinelen = 100
  checkstyle.ignore.whitespace = true
  checkstyle.ignore.public.in.interface = true
  
  
  

--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to