geirm       01/04/27 07:02:35

  Modified:    xdocs    developer-guide.xml
               docs     developer-guide.html
  Log:
  updates examples to reflect new config properties for file paths.
  
  thx jon
  
  Revision  Changes    Path
  1.39      +1 -1      jakarta-velocity/xdocs/developer-guide.xml
  
  Index: developer-guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/developer-guide.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- developer-guide.xml       2001/04/20 05:18:13     1.38
  +++ developer-guide.xml       2001/04/27 14:02:30     1.39
  @@ -1161,7 +1161,7 @@
           /* first, we init the runtime engine.  */
   
           Properties p = new Properties();
  -        p.setProperty("resource.loader.1.resource.path", "/opt/templates");
  +        p.setProperty("file.resource.loader.path", "/opt/templates");
           Velocity.init( p );
   
           /* lets make a Context and put data into it */
  
  
  
  1.55      +1 -1      jakarta-velocity/docs/developer-guide.html
  
  Index: developer-guide.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/developer-guide.html,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- developer-guide.html      2001/04/20 05:18:14     1.54
  +++ developer-guide.html      2001/04/27 14:02:33     1.55
  @@ -1446,7 +1446,7 @@
           /* first, we init the runtime engine.  */
   
           Properties p = new Properties();
  -        p.setProperty("resource.loader.1.resource.path", 
"/opt/templates");
  +        p.setProperty("file.resource.loader.path", 
"/opt/templates");
           Velocity.init( p );
   
           /* lets make a Context and put data into it */
  
  
  

Reply via email to