geirm       01/02/07 22:01:30

  Modified:    xdocs    developer-guide.xml
  Log:
  More tweaks
  
  Revision  Changes    Path
  1.7       +8 -5      jakarta-velocity/xdocs/developer-guide.xml
  
  Index: developer-guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/developer-guide.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- developer-guide.xml       2001/02/08 05:53:40     1.6
  +++ developer-guide.xml       2001/02/08 06:01:29     1.7
  @@ -260,12 +260,15 @@
   
   <s1 title="Velocity Properties">
   <p>
  -Velocity's runtime configuration is controlled by regular Java properties.  There 
is a set of default properties, found in
  -/src/java/org/apache/velocity/runtime/defaults/velocity.defaults, that Velocity 
uses as it's configuration baseline.
  +Velocity's runtime configuration is controlled by regular Java properties.  There 
is a set of default properties contained
  + in Velocity's jar, found in
  +/src/java/org/apache/velocity/runtime/defaults/velocity.defaults, that Velocity 
uses as it's configuration baseline.  This ensures that Velocity will always have a 
'correct' value
  +for it's configuration and startup. 
   </p>
  -<p>  Any
  -properties specified at init() time will replace existing values.  This ensures 
that Velocity will always have a 'correct' value
  -for it's configuration and startup.  These may not be the values you want, of 
course.
  +<p>  Any properties then specified at init() time will replace the  default values. 
 This ensures that you only have to
  +configure velocity with the properties that you need to change, and not worry about 
the rest.  Further, as we add more 
  +features and configuration capability, you don't have to change your configuration 
files to suit - the Velocity engine will
  + always have default values.
   </p>
   <p>
   describe properties here
  
  
  

Reply via email to