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 2002/02/04 18:16:05 UTC

cvs commit: jakarta-turbine-3/src/java/org/apache/turbine TurbineConstants.java

dlr         02/02/04 09:16:05

  Modified:    src/java/org/apache/turbine TurbineConstants.java
  Log:
  Added the constant LOGGING_ROOT with a value of "loggingRoot".  This
  key will be used to override the default logging directory of "/logs"
  (relative to web app root).
  
  Revision  Changes    Path
  1.13      +1 -0      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.12
  retrieving revision 1.13
  diff -u -u -r1.12 -r1.13
  --- TurbineConstants.java	11 Jan 2002 23:44:21 -0000	1.12
  +++ TurbineConstants.java	4 Feb 2002 17:16:05 -0000	1.13
  @@ -336,6 +336,7 @@
       public static final String APPLICATION_ROOT = "applicationRoot";
       public static final String WEBAPP_ROOT = "webappRoot";
       public static final String WEB_CONTEXT = "webContext";
  +    public static final String LOGGING_ROOT = "loggingRoot";
       
       /**
        * configuration subset
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>