You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2004/04/17 02:53:14 UTC

cvs commit: jakarta-turbine-fulcrum/template/src/java/org/apache/fulcrum/template/velocity DefaultVelocityService.java

dlr         2004/04/16 17:53:14

  Modified:    template/src/java/org/apache/fulcrum/template/velocity
                        DefaultVelocityService.java
  Log:
  * template/src/java/org/apache/fulcrum/template/velocity/DefaultVelocityService.java
    configure(Configuration): Added a FIXME for a huge block of
    necessary code which appears to have been commented out during
    conversion to an Avalon component.
  
  Revision  Changes    Path
  1.2       +4 -3      jakarta-turbine-fulcrum/template/src/java/org/apache/fulcrum/template/velocity/DefaultVelocityService.java
  
  Index: DefaultVelocityService.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/template/src/java/org/apache/fulcrum/template/velocity/DefaultVelocityService.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- DefaultVelocityService.java	13 Feb 2004 14:25:34 -0000	1.1
  +++ DefaultVelocityService.java	17 Apr 2004 00:53:14 -0000	1.2
  @@ -442,7 +442,8 @@
   
           if (1==2)
           {
  -            /*
  +            /* ### FIXME: Why is this both setup in a block which
  +               ### won't be compiled, and commented out?
               org.apache.commons.configuration.Configuration oldConf =
                   getConfiguration();
   
  @@ -477,7 +478,7 @@
                       templatePaths.add(oldConf.getVector(key));
                   }
               }
  -*/
  +            */
           }
           else
           {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org