You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/09/20 22:26:24 UTC

cvs commit: jakarta-cactus/framework project.properties

vmassol     2003/09/20 13:26:24

  Modified:    framework project.properties
  Log:
  Make target output dir dependent on the J2EE API version
  
  Revision  Changes    Path
  1.2       +5 -1      jakarta-cactus/framework/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	20 Sep 2003 19:58:14 -0000	1.1
  +++ project.properties	20 Sep 2003 20:26:24 -0000	1.2
  @@ -3,4 +3,8 @@
   # or by passing them on the command line as system parameters (-D).
   
   # J2EE API version to use. Valid values are: 12 or 13
  -cactus.j2ee.version=13
  +cactus.j2ee.version = 13
  +
  +# Output directory location. Have different output directories for different 
  +# J2EE APIs
  +maven.build.dir = target-${cactus.j2ee.version}