You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ha...@apache.org on 2001/09/18 16:52:50 UTC

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

haul        01/09/18 07:52:50

  Modified:    src/org/apache/cocoon Tag: cocoon_20_branch Constants.java
  Log:
  changed *SessionState(Matcher|Selector)* to more general *SessionAttribute(Matcher|Selector)*
  updated docs + samples accordingly
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.7   +1 -3      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.4.2.6
  retrieving revision 1.4.2.7
  diff -u -r1.4.2.6 -r1.4.2.7
  --- Constants.java	2001/09/05 22:18:10	1.4.2.6
  +++ Constants.java	2001/09/18 14:52:50	1.4.2.7
  @@ -10,7 +10,7 @@
   
   /**
    * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
  - * @version CVS $Revision: 1.4.2.6 $ $Date: 2001/09/05 22:18:10 $
  + * @version CVS $Revision: 1.4.2.7 $ $Date: 2001/09/18 14:52:50 $
    */
   
   public interface Constants {
  @@ -72,7 +72,5 @@
       String CONTEXT_CONFIG_URL      = "config-url";
   
       boolean DESCRIPTOR_RELOADABLE_DEFAULT = true;
  -
  -    String SESSION_STATE_ATTRIBUTE = "org.apache.cocoon.SessionState";
   
   }
  
  
  

----------------------------------------------------------------------
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