You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bl...@apache.org on 2001/12/12 19:42:58 UTC

cvs commit: xml-cocoon2/src/org/apache/cocoon Constants.java

bloritsch    01/12/12 10:42:58

  Modified:    src/org/apache/cocoon Constants.java
  Log:
  Apply deprecation warning instead of hap-hazardly breaking existing webapps
  
  Revision  Changes    Path
  1.13      +4 -1      xml-cocoon2/src/org/apache/cocoon/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/Constants.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Constants.java	2001/09/18 14:47:00	1.12
  +++ Constants.java	2001/12/12 18:42:58	1.13
  @@ -10,7 +10,7 @@
   
   /**
    * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
  - * @version CVS $Revision: 1.12 $ $Date: 2001/09/18 14:47:00 $
  + * @version CVS $Revision: 1.13 $ $Date: 2001/12/12 18:42:58 $
    */
   
   public interface Constants {
  @@ -70,6 +70,9 @@
       String CONTEXT_CACHE_DIR       = "cache-directory";
       String CONTEXT_CLASSPATH       = "classpath";
       String CONTEXT_CONFIG_URL      = "config-url";
  +
  +    /** @deprecated this is no longer used */
  +    String SESSION_STATE_ATTRIBUTE = "attribute-name";
   
       boolean DESCRIPTOR_RELOADABLE_DEFAULT = true;
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org