You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by br...@apache.org on 2004/12/07 18:27:44 UTC

cvs commit: jakarta-commons/net project.properties

brekke      2004/12/07 09:27:44

  Modified:    net      project.properties
  Log:
  Updated the compiler target for the new version of maven (1.0.2).  The maven
  java plugin ( using the ant task ) defaults to the version of the compiler
  used.  I think we want 1.2 compatibility yet, so we need to force it.  I didn't
  regen the build.xml since I noticed there were hand modifications to it.  We
  should probably not do that and work with the maven ant plugin to get the
  features in there that aren't being generated.  ( Looks like it is the
  javadoc settings and the excludes for the examples ).
  
  Revision  Changes    Path
  1.8       +2 -1      jakarta-commons/net/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/project.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.properties	29 Mar 2004 03:14:38 -0000	1.7
  +++ project.properties	7 Dec 2004 17:27:44 -0000	1.8
  @@ -15,7 +15,8 @@
   maven.checkstyle.javadoc.scope = protected
   maven.checkstyle.format = turbine
   
  -maven.jar.excludes=**/examples/**/*
  +maven.jar.excludes=**/examples/**
  +maven.compile.target=1.2
   
   # commons site L&F
   maven.xdoc.jsl=../commons-build/commons-site.jsl
  
  
  

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