geirm       01/05/20 14:44:41

  Modified:    xdocs    changes.xml developer-guide.xml
               docs     changes.html developer-guide.html
  Log:
  Added info re the found-resource switch, and noted recent changes in
  changelog.
  
  Time to release :)
  
  Revision  Changes    Path
  1.40      +13 -0     jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- changes.xml       2001/05/18 15:15:07     1.39
  +++ changes.xml       2001/05/20 21:44:40     1.40
  @@ -105,6 +105,19 @@
       removed NullReferenceEventHandler
       as redundant. (gmj)
     </li>
  +  <li>
  +    Moved all event-realated things to o.a.v.app.event package,
  +    updated all things that depend upon it,
  +    and modified the context stuff to support a public event 
  +    interface.  Also renamed the null set method to something
  +    more appropos, and added arg to method. (gmj)
  +  </li>
  +  <li>
  +    Added switch to turn off 'resource found' messages in
  +    ResourceManager.  Default is on.  Key is
  +    'resource.manager.logwhenfound'.  (gmj)
  +  </li>
  +
   </ul>
   </subsection>
   
  
  
  
  1.47      +9 -0      jakarta-velocity/xdocs/developer-guide.xml
  
  Index: developer-guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/developer-guide.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- developer-guide.xml       2001/05/20 21:27:32     1.46
  +++ developer-guide.xml       2001/05/20 21:44:40     1.47
  @@ -1554,6 +1554,15 @@
   </p>
   
   <strong> Resource Management </strong>
  +
  +<p>
  +<code>resource.manager.logwhenfound = true</code><br/>
  +Switch to control logging of 'found' messages from resource manager.
  +When a resource is found for the first time, the resource name
  +and classname of the loader that found it will be noted in the
  +runtime log.
  +</p>
  +
   <p>
   <code>resource.loader = &lt;name&gt; (default = File)</code><br/>
   <i>Multi-valued key.  Will accept CSV for value.</i>  Pulic name of a 
  
  
  
  1.39      +13 -0     jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- changes.html      2001/05/18 15:15:17     1.38
  +++ changes.html      2001/05/20 21:44:40     1.39
  @@ -207,6 +207,19 @@
       removed NullReferenceEventHandler
       as redundant. (gmj)
     </li>
  +  <li>
  +    Moved all event-realated things to o.a.v.app.event package,
  +    updated all things that depend upon it,
  +    and modified the context stuff to support a public event 
  +    interface.  Also renamed the null set method to something
  +    more appropos, and added arg to method. (gmj)
  +  </li>
  +  <li>
  +    Added switch to turn off 'resource found' messages in
  +    ResourceManager.  Default is on.  Key is
  +    'resource.manager.logwhenfound'.  (gmj)
  +  </li>
  +
   </ul>
                               </blockquote>
         </td></tr>
  
  
  
  1.63      +7 -0      jakarta-velocity/docs/developer-guide.html
  
  Index: developer-guide.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/developer-guide.html,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- developer-guide.html      2001/05/20 21:27:32     1.62
  +++ developer-guide.html      2001/05/20 21:44:40     1.63
  @@ -1887,6 +1887,13 @@
   </p>
                                                   <strong> Resource Management 
</strong>
                                                   <p>
  +<code>resource.manager.logwhenfound = true</code><br />
  +Switch to control logging of 'found' messages from resource manager.
  +When a resource is found for the first time, the resource name
  +and classname of the loader that found it will be noted in the
  +runtime log.
  +</p>
  +                                                <p>
   <code>resource.loader = &lt;name&gt; (default = File)</code><br />
   <i>Multi-valued key.  Will accept CSV for value.</i>  Pulic name of a 
   resource loader to be used.  This public name will then be used
  
  
  

Reply via email to