jvanzyl     00/12/19 08:24:18

  Modified:    src/java/org/apache/velocity/runtime Runtime.java
  Log:
  - Added a little more documentation on the
  
    Runtime.setDefaultProperties();
    Runtime.setSourceProperty(k,v);
    Runtime.init();
  
    sequence, siting the velocity testbed as an example.
  
  Revision  Changes    Path
  1.74      +6 -1      
jakarta-velocity/src/java/org/apache/velocity/runtime/Runtime.java
  
  Index: Runtime.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/Runtime.java,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- Runtime.java      2000/12/19 05:35:00     1.73
  +++ Runtime.java      2000/12/19 16:24:18     1.74
  @@ -188,11 +188,16 @@
    * In this case the client app is going to use the default
    * velocity properties file and change a few things before
    * initializing the velocity runtime.
  + *
  + * If you want to see an example of this, look at the Velocity
  + * testbed. The org.apache.velocity.test.VelocityTestSuite class
  + * uses this method: using all the defaults except for the file
  + * template path.
    * -----------------------------------------------------------------------
    * @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Jeff Bowden</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Geir Magusson Jr.</a>
  - * @version $Id: Runtime.java,v 1.73 2000/12/19 05:35:00 jvanzyl Exp $
  + * @version $Id: Runtime.java,v 1.74 2000/12/19 16:24:18 jvanzyl Exp $
    */
   public class Runtime implements RuntimeConstants
   {    
  
  
  

Reply via email to