vmassol     2003/09/21 01:00:23

  Modified:    .        project.properties
  Log:
  Improved version definition. We can now have both the short form (12 or 13) and the 
full form (1.2 and 1.3) and only define the version once...
  
  Revision  Changes    Path
  1.3       +7 -2      jakarta-cactus/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties        20 Sep 2003 20:36:15 -0000      1.2
  +++ project.properties        21 Sep 2003 08:00:23 -0000      1.3
  @@ -2,5 +2,10 @@
   # either by defining a build.properties file with the overriden properties
   # 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
  +# J2EE API version to use. Valid values are: 1.2 or 1.3. Defaults to 1.3.
  +# Tip: If you wish to runt he build for J2EE 1.2, simply type
  +#      maven -Dcactus.j2ee.version.minor=2 <your goals here>
  +cactus.j2ee.version.major = 1
  +cactus.j2ee.version.minor = 3
  +cactus.j2ee.version = ${cactus.j2ee.version.major}${cactus.j2ee.version.minor}
  +cactus.j2ee.version.full = ${cactus.j2ee.version.major}.${cactus.j2ee.version.minor}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to