cziegeler 2003/01/14 06:08:52 Modified: src/java/org/apache/cocoon/environment Tag: cocoon_2_0_3_branch Environment.java . Tag: cocoon_2_0_3_branch build.xml Log: Add some warnings, and change copyright Revision Changes Path No revision No revision 1.6.2.4 +4 -1 xml-cocoon2/src/java/org/apache/cocoon/environment/Environment.java Index: Environment.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/environment/Environment.java,v retrieving revision 1.6.2.3 retrieving revision 1.6.2.4 diff -u -r1.6.2.3 -r1.6.2.4 --- Environment.java 4 Aug 2002 04:11:52 -0000 1.6.2.3 +++ Environment.java 14 Jan 2003 14:08:52 -0000 1.6.2.4 @@ -72,11 +72,13 @@ /** * Get the <code>SourceHandler</code> for the current request + * This is an internal method, use it at your own risk! */ SourceHandler getSourceHandler(); /** * Set the <code>SourceHandler</code> for the current request + * This is an internal method, use it at your own risk! */ void setSourceHandler(SourceHandler sourceHandler); @@ -168,6 +170,7 @@ /** * Set the <code>ComponentManager</code> for the current request. + * This is an internal method, use it at your own risk! */ void setComponentManager(ComponentManager manager); No revision No revision 1.196.2.26 +1 -1 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.196.2.25 retrieving revision 1.196.2.26 diff -u -r1.196.2.25 -r1.196.2.26 --- build.xml 9 Jan 2003 22:30:41 -0000 1.196.2.25 +++ build.xml 14 Jan 2003 14:08:52 -0000 1.196.2.26 @@ -203,7 +203,7 @@ <property name="name" value="cocoon"/> <property name="version" value="2.0.5-dev"/> <!-- This is the current CVS version --> <property name="released.version" value="2.0.4"/> <!-- This is the latest official release --> - <property name="year" value="1999-2002"/> + <property name="year" value="1999-2003"/> <echo message="--------------------------------------------------------------"/> <echo message=" ${fullname} ${version} [${year}] "/>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]