brekke      02/03/17 21:19:25

  Modified:    src/templates/build project.properties
  Log:
  Default location for maven.home and compiler defaults are all that we give
  the user in this generated file.  It is not required if the user has maven.home
  defined in their ~/build.properties.  It is optional and may be used for
  custom project properties.
  
  Revision  Changes    Path
  1.2       +2 -7      jakarta-turbine-maven/src/templates/build/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties        5 Mar 2002 04:10:55 -0000       1.1
  +++ project.properties        18 Mar 2002 05:19:25 -0000      1.2
  @@ -2,13 +2,8 @@
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
   
  -name = $project.name
  -version = $project.currentVersion
  -project = $project.id
  -id = $project.id
  -organization = $project.organization
  -inception.year = $project.inceptionYear
  -package = $project.package
  +maven.home = ${user.home}/maven
  +
   compile.debug = on
   compile.optimize = off
   compile.deprecation = off
  
  
  

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

Reply via email to