mikeh       01/11/15 08:10:28

  Modified:    src/java/org/apache/turbine TurbineConstants.java
  Log:
  removed the module.cache property.  It is never referenced.  Also,
  caching is now done in the resolver.
  I update the ModuleLoader next.
  
  Revision  Changes    Path
  1.8       +0 -6      
jakarta-turbine-3/src/java/org/apache/turbine/TurbineConstants.java
  
  Index: TurbineConstants.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-3/src/java/org/apache/turbine/TurbineConstants.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TurbineConstants.java     2001/11/15 15:58:33     1.7
  +++ TurbineConstants.java     2001/11/15 16:10:28     1.8
  @@ -78,12 +78,6 @@
       public static final String MAIL_SERVER_KEY = "mail.server";
   
       /**
  -     * Property that controls whether Turbine modules are
  -     * cached or not.
  -     */
  -    public static final String MODULE_CACHE = "module.cache";
  -
  -    /**
        * The size of the actions cache if module caching is on.
        */
       public static final String ACTION_CACHE_SIZE = "action.cache.size";
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to