You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2004/01/14 04:15:53 UTC

cvs commit: jakarta-commons/betwixt project.properties checkstyle.properties

tobrien     2004/01/13 19:15:53

  Modified:    betwixt  project.properties
  Removed:     betwixt  checkstyle.properties
  Log:
  Upgraded this Maven project to use settings that are compatible with Maven RC1.0.
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-commons/betwixt/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/project.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.properties	11 Jan 2004 20:59:39 -0000	1.8
  +++ project.properties	14 Jan 2004 03:15:53 -0000	1.9
  @@ -10,10 +10,10 @@
   
   # disable non-critical errors to highlight
   # more important ones like missing javadoc
  -maven.checkstyle.properties=${basedir}/checkstyle.properties
  +# maven.checkstyle.properties=${basedir}/checkstyle.properties
   # for those using maven 1.0RC1 it might be neccessary 
   # to add the following into your build.properties
  -# maven.checkstyle.properties=${basedir}/checkstyle.xml
  +maven.checkstyle.properties=${basedir}/checkstyle.xml
   
   # documentation properties
   maven.xdoc.date=left
  
  
  

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