Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 17697 invoked by uid 500); 18 Sep 2001 14:58:49 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 17688 invoked by uid 500); 18 Sep 2001 14:58:49 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 18 Sep 2001 14:52:50 -0000 Message-ID: <20010918145250.11054.qmail@icarus.apache.org> From: haul@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/org/apache/cocoon Constants.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 Stefano Mazzocchi - * @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