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:[EMAIL PROTECTED]">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: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]