glenn       01/06/30 06:06:23

  Modified:    .        build.properties.sample
  Log:
  Update base.dir comments
  
  Revision  Changes    Path
  1.4       +5 -3      jakarta-taglibs/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/build.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.properties.sample   2001/06/25 13:34:57     1.3
  +++ build.properties.sample   2001/06/30 13:06:23     1.4
  @@ -9,7 +9,9 @@
   # -----------------------------------------------------------------------------
   
   # The base directory of your jakarta-taglibs distribution
  -base.dir=./
  +# This must be set to an absolute path so that it works
  +# both for the global build and individual taglib builds.
  +base.dir=${user.home}/jakarta/jakarta-taglibs
   
   # servlet.jar must be defined to sucessfully build taglibs
   
  @@ -118,7 +120,7 @@
   # The following property values reflect the standard directory organization
   # for the jakarta-taglibs project, and should not be changed or overridden.
   #
  -#   build.dir                      Base directory for build targets
  -#   dist.dir                       Base directory for distribution targets
  +#   build.dir          Base directory for build targets
  +#   dist.dir           Base directory for distribution targets
   build.dir = ${base.dir}/build
   dist.dir = ${base.dir}/dist
  
  
  

Reply via email to