vmassol     2002/12/15 06:12:50

  Modified:    documentation build.properties.sample
  Log:
  lib.repo is optional as it is only used by stylebook.jar which is optional
  
  Revision  Changes    Path
  1.6       +6 -6      jakarta-cactus/documentation/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/build.properties.sample,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.properties.sample   15 Dec 2002 10:47:14 -0000      1.5
  +++ build.properties.sample   15 Dec 2002 14:12:49 -0000      1.6
  @@ -16,11 +16,6 @@
   # Mandatory properties
   # -----------------------------------------------------------------------------
   
  -# Location of all jars. Note: This is not a mandatory property. It is only
  -# used here so that it can be reused when defining the location of all the jars
  -# below. You do not have to put all the external jars in a single location.
  -lib.repo = c:/apps/maven/repository
  -
   # CVS executable to use for documentation generation (used to automatically
   # generate web site changelog).
   cvs.executable = cvs
  @@ -28,6 +23,11 @@
   # -----------------------------------------------------------------------------
   # Optional properties
   # -----------------------------------------------------------------------------
  +
  +# Location of all jars. Note: This is not a mandatory property. It is only
  +# used here so that it can be reused when defining the location of all the jars
  +# below. You do not have to put all the external jars in a single location.
  +lib.repo = c:/apps/maven/repository
   
   # The location of the Stylebook jar (used to generate the documentation).
   # If not specified here, the jar must be present in ANTHOME/lib
  
  
  

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

Reply via email to