jon         01/03/25 23:06:43

  Modified:    docs     changes.html
               xdocs    changes.xml
  Log:
  updated the changes to reflect the build.bat changes and testing
  
  minor cleanup
  
  Revision  Changes    Path
  1.9       +32 -1     jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.html      2001/03/24 22:15:08     1.8
  +++ changes.html      2001/03/26 07:06:41     1.9
  @@ -167,7 +167,38 @@
          Turbine list.   (gmj)
        </li>
        <li>
  -         Added powered by logo. (JSS)
  +         Added powered by logo. Look in
  +         xdocs/images/powered-by-logo.psd/.gif (JSS)
  +     </li>
  +     <li>
  +       Changed the internals of the Configuration class so that
  +       setProperty(K,V) will replace the value at K with V;
  +       addProperty(K,V) works the way setProperty(K,V) used
  +       to: if there is a value already stored at K then
  +       V is added to the vector. If nothing is being stored
  +       at K then the scalar V is simply added. setProperty(K,V)
  +       is basically a short form for clearProperty(K)/addProperty(K,V).
  +       Also added setConfiguration(C), so that an application using
  +       velocity could easily take a subset of the application
  +       configuration using C.subset(velocityProps) and set the
  +       whole velocity configuration at once. This is now how
  +       the velocity service works in Turbine. (JVZ)
  +     </li>
  +
  +     <li>
  +       Added support to the Runtime/Velocity classes for
  +       addProperty(K,V). (JVZ)
  +     </li>
  +       
  +     <li>
  +       Added support to Runtime/Velocity classes for setConfiguration.
  +       (JVZ)
  +     </li>
  +     
  +     <li>
  +        Confirmed that the build.bat works on Win98 as well as made the
  +        classpath that the build.bat generates equal to the one that
  +        build.sh generates. (JSS)
        </li>
   </ul>
                               </blockquote>
  
  
  
  1.10      +17 -4     jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml       2001/03/25 22:55:31     1.9
  +++ changes.xml       2001/03/26 07:06:43     1.10
  @@ -66,7 +66,8 @@
          Turbine list.   (gmj)
        </li>
        <li>
  -         Added powered by logo. (JSS)
  +         Added powered by logo. Look in
  +         xdocs/images/powered-by-logo.psd/.gif (JSS)
        </li>
        <li>
          Changed the internals of the Configuration class so that
  @@ -80,11 +81,23 @@
          velocity could easily take a subset of the application
          configuration using C.subset(velocityProps) and set the
          whole velocity configuration at once. This is now how
  -       the velocity service works in Turbine.
  -       
  -       Added support to the Runtime/Velocity classes for addProperty(K,V).
  +       the velocity service works in Turbine. (JVZ)
  +     </li>
  +
  +     <li>
  +       Added support to the Runtime/Velocity classes for
  +       addProperty(K,V). (JVZ)
  +     </li>
          
  +     <li>
          Added support to Runtime/Velocity classes for setConfiguration.
  +       (JVZ)
  +     </li>
  +     
  +     <li>
  +        Confirmed that the build.bat works on Win98 as well as made the
  +        classpath that the build.bat generates equal to the one that
  +        build.sh generates. (JSS)
        </li>
   </ul>
   </subsection>
  
  
  

Reply via email to