cziegeler 02/02/04 01:29:28 Modified: src/java/org/apache/cocoon Cocoon.java ConnectionResetException.java Constants.java Main.java Modifiable.java src/java/org/apache/cocoon/acting ComposerAction.java ConfigurableComposerAction.java ConfigurationHelper.java DatabaseAddAction.java DatabaseAuthenticatorAction.java DatabaseDeleteAction.java DatabaseSelectAction.java DatabaseUpdateAction.java FormValidatorAction.java HelloAction.java HttpHeaderAction.java LangSelect.java LocaleAction.java OraAddAction.java OraUpdateAction.java RequestParamAction.java RequestParameterExistsAction.java ResourceExistsAction.java ScriptAction.java SendmailAction.java ServerPagesAction.java SessionInvalidatorAction.java SessionIsValidAction.java SessionPropagatorAction.java SessionStateAction.java SessionValidatorAction.java ValidatorActionHelper.java ValidatorActionResult.java src/java/org/apache/cocoon/components/notification NotifyingObjects.java src/java/org/apache/cocoon/components/parser Parser.java PooledJaxpParser.java XercesParser.java src/java/org/apache/cocoon/components/pipeline AbstractEventPipeline.java AbstractStreamPipeline.java src/scratchpad/src/org/apache/cocoon/acting CookieCreatorAction.java CookieValidatorAction.java DatabaseCookieAuthenticatorAction.java ModularDatabaseAction.java ModularDatabaseAddAction.java ModularDatabaseDeleteAction.java ModularDatabaseSelectAction.java ModularDatabaseUpdateAction.java SectionCutterAction.java src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess AbstractAutoIncrementHelper.java AbstractOutputHelper.java AttributeHelper.java AutoIncrementHelper.java HsqlIdentityAutoIncrementHelper.java IfxSerialAutoIncrementHelper.java ManualAutoIncrementHelper.java MysqlAutoIncrementHelper.java OutputHelper.java RequestAttributeHelper.java RequestAttributeOutputHelper.java RequestParameterHelper.java Log: Damn! Who put the Axis licence in our source code? So I learned another lession: before using copy paste on hundreds of files, check what you copy! Revision Changes Path 1.8 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/Cocoon.java Index: Cocoon.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/Cocoon.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Cocoon.java 2 Feb 2002 02:42:39 -0000 1.7 +++ Cocoon.java 4 Feb 2002 09:29:26 -0000 1.8 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -103,7 +103,7 @@ * @author <a href="mailto:[EMAIL PROTECTED]">Pierpaolo Fumagalli</a> (Apache Software Foundation, Exoffice Technologies) * @author <a href="mailto:[EMAIL PROTECTED]">Stefano Mazzocchi</a> * @author <a href="mailto:[EMAIL PROTECTED]">Leo Sutic</a> - * @version CVS $Revision: 1.7 $ $Date: 2002/02/02 02:42:39 $ + * @version CVS $Revision: 1.8 $ $Date: 2002/02/04 09:29:26 $ */ public class Cocoon extends AbstractLoggable 1.2 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/ConnectionResetException.java Index: ConnectionResetException.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/ConnectionResetException.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ConnectionResetException.java 3 Jan 2002 12:31:06 -0000 1.1 +++ ConnectionResetException.java 4 Feb 2002 09:29:26 -0000 1.2 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -60,7 +60,7 @@ * due to a connection reset by peer. * * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a> - * @version CVS $Revision: 1.1 $ $Date: 2002/01/03 12:31:06 $ + * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:29:26 $ */ public class ConnectionResetException extends ProcessingException { 1.2 +25 -25 xml-cocoon2/src/java/org/apache/cocoon/Constants.java Index: Constants.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/Constants.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Constants.java 3 Jan 2002 12:31:06 -0000 1.1 +++ Constants.java 4 Feb 2002 09:29:26 -0000 1.2 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -60,7 +60,7 @@ * * @author <a href="mailto:[EMAIL PROTECTED]">Stefano Mazzocchi</a> * @author <a href="mailto:[EMAIL PROTECTED]">Peter Royal</a> - * @version CVS $Revision: 1.1 $ $Date: 2002/01/03 12:31:06 $ + * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:29:26 $ */ public interface Constants { @@ -79,7 +79,7 @@ /** The year of the build */ String YEAR = "@year@"; - /** + /** * The request parameter name to reload the configuration. * * FIXME(GP): Isn't this Servlet specific? @@ -150,49 +150,49 @@ /** The namespace for the XSP core logicsheet. */ String XSP_URI = "http://apache.org/xsp"; - /** - * The namespace prefix for the request logicsheet. + /** + * The namespace prefix for the request logicsheet. * * FIXME(GP): Would logicsheets belong to the core? */ String XSP_REQUEST_PREFIX = "xsp-request"; - /** - * The namespace for the request logicsheet. + /** + * The namespace for the request logicsheet. * * FIXME(GP): Would logicsheets belong to the core? */ String XSP_REQUEST_URI = XSP_URI + "/request/2.0"; - /** - * The namespace prefix for the response logicsheet. + /** + * The namespace prefix for the response logicsheet. * * FIXME(GP): Would logicsheets belong to the core? */ String XSP_RESPONSE_PREFIX = "xsp-response"; - /** - * The namespace for the response logicsheet. + /** + * The namespace for the response logicsheet. * * FIXME(GP): Would logicsheets belong to the core? */ String XSP_RESPONSE_URI = XSP_URI + "/response/2.0"; - /** - * The namespace prefix for the cookie logicsheet. + /** + * The namespace prefix for the cookie logicsheet. * * FIXME(GP): Would logicsheets belong to the core? */ String XSP_COOKIE_PREFIX = "xsp-cookie"; - /** - * The namespace for the cookie logicsheet. + /** + * The namespace for the cookie logicsheet. * * FIXME(GP): Would logicsheets belong to the core? */ String XSP_COOKIE_URI = XSP_URI + "/cookie/2.0"; - /** + /** * Don't know exactly what this is for. (I can guess it's for the FormValidator) * * FIXME(GP): Isn't this component specific? @@ -232,15 +232,15 @@ /** Don't know exactly what this is for (and it is not used in the code base) */ String LINK_CRAWLING_ROLE = "static"; - /** - * The name of a <code>Request</code> object in the so called objectModel <code>Map</code>. + /** + * The name of a <code>Request</code> object in the so called objectModel <code>Map</code>. * This constant is also defined in the org.apache.cocoon.environment.ObjectModelHelper class. * * FIXME(GP): Shouldn't this definition here be removed? */ String REQUEST_OBJECT = "request"; - /** + /** * The name of a <code>Response</code> object in the so called objectModel <code>Map</code>. * This constant is also defined in the org.apache.cocoon.environment.ObjectModelHelper class. * @@ -249,7 +249,7 @@ String RESPONSE_OBJECT = "response"; /** - *The name of a <code>Context</code> object in the so called objectModel <code>Map</code>. + *The name of a <code>Context</code> object in the so called objectModel <code>Map</code>. * This constant is also defined in the org.apache.cocoon.environment.ObjectModelHelper class. * * FIXME(GP): Shouldn't this definition here be removed? @@ -261,10 +261,10 @@ * */ String LINK_OBJECT = "link"; - + /** * The name of a <code>NotifyingObject</code> in the so called objectModel <code>Map</code>. - */ + */ String NOTIFYING_OBJECT = "notifying-object"; /** @@ -298,9 +298,9 @@ /** Application <code>Context</code> Key for the current classpath */ String CONTEXT_CLASSPATH = "classpath"; - /** - * Application <code>Context</code> Key for the URL to the configuration file - * (usually named cocoon.xconf) + /** + * Application <code>Context</code> Key for the URL to the configuration file + * (usually named cocoon.xconf) */ String CONTEXT_CONFIG_URL = "config-url"; 1.13 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/Main.java Index: Main.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/Main.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Main.java 22 Jan 2002 00:17:11 -0000 1.12 +++ Main.java 4 Feb 2002 09:29:26 -0000 1.13 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -99,7 +99,7 @@ * Command line entry point. * * @author <a href="mailto:[EMAIL PROTECTED]">Stefano Mazzocchi</a> - * @version CVS $Revision: 1.12 $ $Date: 2002/01/22 00:17:11 $ + * @version CVS $Revision: 1.13 $ $Date: 2002/02/04 09:29:26 $ */ public class Main { 1.3 +1 -1 xml-cocoon2/src/java/org/apache/cocoon/Modifiable.java Index: Modifiable.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/Modifiable.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Modifiable.java 4 Feb 2002 09:04:03 -0000 1.2 +++ Modifiable.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] 1.3 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/ComposerAction.java Index: ComposerAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/ComposerAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ComposerAction.java 4 Feb 2002 09:12:47 -0000 1.2 +++ ComposerAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -64,7 +64,7 @@ * that extends this to access SitemapComponents. * * @author <a href="mailto:[EMAIL PROTECTED]">Giacomo Pati</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:47 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ public abstract class ComposerAction extends AbstractAction implements Composable { 1.3 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/ConfigurableComposerAction.java Index: ConfigurableComposerAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/ConfigurableComposerAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ConfigurableComposerAction.java 4 Feb 2002 09:12:47 -0000 1.2 +++ ConfigurableComposerAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -68,7 +68,7 @@ * * @author <a href="mailto:[EMAIL PROTECTED]">Giacomo Pati</a> * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:47 $ */ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ public abstract class ConfigurableComposerAction extends AbstractConfigurableAction implements Composable { /** The component manager instance */ 1.3 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/ConfigurationHelper.java Index: ConfigurationHelper.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/ConfigurationHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ConfigurationHelper.java 4 Feb 2002 09:12:47 -0000 1.2 +++ ConfigurationHelper.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -57,7 +57,7 @@ * Keep book on configurations together with their modification times * * @author Christian Haul <[EMAIL PROTECTED]> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:47 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ package org.apache.cocoon.acting; import org.apache.avalon.framework.configuration.Configuration; 1.4 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/DatabaseAddAction.java Index: DatabaseAddAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/DatabaseAddAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- DatabaseAddAction.java 4 Feb 2002 09:12:47 -0000 1.3 +++ DatabaseAddAction.java 4 Feb 2002 09:29:26 -0000 1.4 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -81,7 +81,7 @@ * * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a> * @author <a href="mailto:[EMAIL PROTECTED]">Donald Ball</a> - * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:12:47 $ + * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 09:29:26 $ */ public class DatabaseAddAction extends AbstractDatabaseAction implements ThreadSafe { protected static final Map addStatements = new HashMap(); 1.3 +3 -3 xml-cocoon2/src/java/org/apache/cocoon/acting/DatabaseAuthenticatorAction.java Index: DatabaseAuthenticatorAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/DatabaseAuthenticatorAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- DatabaseAuthenticatorAction.java 4 Feb 2002 09:12:47 -0000 1.2 +++ DatabaseAuthenticatorAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -108,7 +108,7 @@ * not verified. * * @author Martin Man <[EMAIL PROTECTED]> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:47 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ public class DatabaseAuthenticatorAction extends AbstractDatabaseAction implements ThreadSafe { @@ -327,5 +327,5 @@ } } -// $Id: DatabaseAuthenticatorAction.java,v 1.2 2002/02/04 09:12:47 cziegeler Exp $ +// $Id: DatabaseAuthenticatorAction.java,v 1.3 2002/02/04 09:29:26 cziegeler Exp $ // vim: set et ts=4 sw=4: 1.4 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/DatabaseDeleteAction.java Index: DatabaseDeleteAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/DatabaseDeleteAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- DatabaseDeleteAction.java 4 Feb 2002 09:12:47 -0000 1.3 +++ DatabaseDeleteAction.java 4 Feb 2002 09:29:26 -0000 1.4 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -80,7 +80,7 @@ * the keys. * * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a> - * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:12:47 $ + * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 09:29:26 $ */ public final class DatabaseDeleteAction extends AbstractDatabaseAction implements ThreadSafe { private static final Map deleteStatements = new HashMap(); 1.3 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/DatabaseSelectAction.java Index: DatabaseSelectAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/DatabaseSelectAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- DatabaseSelectAction.java 4 Feb 2002 09:12:47 -0000 1.2 +++ DatabaseSelectAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -80,7 +80,7 @@ * * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a> * @author <a href="mailto:[EMAIL PROTECTED]">Vadim Gritsenko</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:47 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ public class DatabaseSelectAction extends AbstractDatabaseAction implements ThreadSafe { 1.4 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/DatabaseUpdateAction.java Index: DatabaseUpdateAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/DatabaseUpdateAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- DatabaseUpdateAction.java 4 Feb 2002 09:12:47 -0000 1.3 +++ DatabaseUpdateAction.java 4 Feb 2002 09:29:26 -0000 1.4 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -77,7 +77,7 @@ * only one table at a time to update. * * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a> - * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:12:47 $ + * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 09:29:26 $ */ public class DatabaseUpdateAction extends AbstractDatabaseAction implements ThreadSafe { private static final Map updateStatements = new HashMap(); 1.3 +3 -3 xml-cocoon2/src/java/org/apache/cocoon/acting/FormValidatorAction.java Index: FormValidatorAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/FormValidatorAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- FormValidatorAction.java 4 Feb 2002 09:12:47 -0000 1.2 +++ FormValidatorAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -109,7 +109,7 @@ * * @author Martin Man <[EMAIL PROTECTED]> * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:47 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ public class FormValidatorAction extends AbstractValidatorAction implements ThreadSafe { @@ -259,5 +259,5 @@ } } -// $Id: FormValidatorAction.java,v 1.2 2002/02/04 09:12:47 cziegeler Exp $ +// $Id: FormValidatorAction.java,v 1.3 2002/02/04 09:29:26 cziegeler Exp $ // vim: set et ts=4 sw=4: 1.3 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/HelloAction.java Index: HelloAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/HelloAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- HelloAction.java 4 Feb 2002 09:12:47 -0000 1.2 +++ HelloAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -70,7 +70,7 @@ * has been created or not. * * @author <a href="mailto:[EMAIL PROTECTED]">Giacomo Pati</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:47 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ public class HelloAction extends ComposerAction implements ThreadSafe { 1.3 +1 -1 xml-cocoon2/src/java/org/apache/cocoon/acting/HttpHeaderAction.java Index: HttpHeaderAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/HttpHeaderAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- HttpHeaderAction.java 4 Feb 2002 09:12:47 -0000 1.2 +++ HttpHeaderAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] 1.3 +1 -1 xml-cocoon2/src/java/org/apache/cocoon/acting/LangSelect.java Index: LangSelect.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/LangSelect.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- LangSelect.java 4 Feb 2002 09:12:47 -0000 1.2 +++ LangSelect.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] 1.4 +1 -1 xml-cocoon2/src/java/org/apache/cocoon/acting/LocaleAction.java Index: LocaleAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/LocaleAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- LocaleAction.java 4 Feb 2002 09:12:47 -0000 1.3 +++ LocaleAction.java 4 Feb 2002 09:29:26 -0000 1.4 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] 1.4 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/OraAddAction.java Index: OraAddAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/OraAddAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- OraAddAction.java 4 Feb 2002 09:12:47 -0000 1.3 +++ OraAddAction.java 4 Feb 2002 09:29:26 -0000 1.4 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -83,7 +83,7 @@ * only one table at a time to update. * * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a> - * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:12:47 $ + * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 09:29:26 $ */ public class OraAddAction extends DatabaseAddAction { private static final Map selectLOBStatements = new HashMap(); 1.3 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/OraUpdateAction.java Index: OraUpdateAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/OraUpdateAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- OraUpdateAction.java 4 Feb 2002 09:12:47 -0000 1.2 +++ OraUpdateAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -60,7 +60,7 @@ * only one table at a time to update. * * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:47 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ public class OraUpdateAction extends DatabaseUpdateAction { 1.3 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/RequestParamAction.java Index: RequestParamAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/RequestParamAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- RequestParamAction.java 4 Feb 2002 09:12:47 -0000 1.2 +++ RequestParamAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -125,7 +125,7 @@ * * @author <a href="mailto:[EMAIL PROTECTED]">Marcus Crafter</a> * @author <a href="mailto:[EMAIL PROTECTED]">Torsten Curdt</a> - * @version CVS $Revision: 1.2 $ + * @version CVS $Revision: 1.3 $ */ public class RequestParamAction extends ComposerAction implements ThreadSafe { 1.3 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/RequestParameterExistsAction.java Index: RequestParameterExistsAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/RequestParameterExistsAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- RequestParameterExistsAction.java 4 Feb 2002 09:12:47 -0000 1.2 +++ RequestParameterExistsAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -89,7 +89,7 @@ * "name_1" must also exist and vice versa.</p> * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:47 $ */ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ public class RequestParameterExistsAction extends AbstractConfigurableAction { 1.3 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/ResourceExistsAction.java Index: ResourceExistsAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/ResourceExistsAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ResourceExistsAction.java 4 Feb 2002 09:12:47 -0000 1.2 +++ ResourceExistsAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -71,7 +71,7 @@ * null otherwise. It has only been tested with context urls. * * @author <a href="mailto:[EMAIL PROTECTED]">Donald Ball</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:47 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ public class ResourceExistsAction extends ComposerAction implements ThreadSafe { 1.5 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/ScriptAction.java Index: ScriptAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/ScriptAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ScriptAction.java 4 Feb 2002 09:12:47 -0000 1.4 +++ ScriptAction.java 4 Feb 2002 09:29:26 -0000 1.5 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -80,7 +80,7 @@ * A simple action that executes any script that can be run by the BSF * * @author <a href="mailto:[EMAIL PROTECTED]">Jason Foster</a> - * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 09:12:47 $ + * @version CVS $Revision: 1.5 $ $Date: 2002/02/04 09:29:26 $ */ public class ScriptAction 1.3 +1 -1 xml-cocoon2/src/java/org/apache/cocoon/acting/SendmailAction.java Index: SendmailAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/SendmailAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SendmailAction.java 4 Feb 2002 09:12:47 -0000 1.2 +++ SendmailAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] 1.3 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/ServerPagesAction.java Index: ServerPagesAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/ServerPagesAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ServerPagesAction.java 4 Feb 2002 09:12:47 -0000 1.2 +++ ServerPagesAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -109,7 +109,7 @@ * </pre> * * @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:47 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ public class ServerPagesAction extends ConfigurableComposerAction 1.3 +3 -3 xml-cocoon2/src/java/org/apache/cocoon/acting/SessionInvalidatorAction.java Index: SessionInvalidatorAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/SessionInvalidatorAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SessionInvalidatorAction.java 4 Feb 2002 09:12:47 -0000 1.2 +++ SessionInvalidatorAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -72,7 +72,7 @@ * empty map if everything is ok, null otherwise. * * @author Martin Man <[EMAIL PROTECTED]> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:47 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ public class SessionInvalidatorAction extends AbstractAction implements ThreadSafe { @@ -103,5 +103,5 @@ } } -// $Id: SessionInvalidatorAction.java,v 1.2 2002/02/04 09:12:47 cziegeler Exp $ +// $Id: SessionInvalidatorAction.java,v 1.3 2002/02/04 09:29:26 cziegeler Exp $ // vim: set et ts=4 sw=4: 1.3 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/SessionIsValidAction.java Index: SessionIsValidAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/SessionIsValidAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SessionIsValidAction.java 4 Feb 2002 09:12:48 -0000 1.2 +++ SessionIsValidAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -72,7 +72,7 @@ * seesion is still valid. * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:48 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ public class SessionIsValidAction extends AbstractValidatorAction implements ThreadSafe 1.3 +3 -3 xml-cocoon2/src/java/org/apache/cocoon/acting/SessionPropagatorAction.java Index: SessionPropagatorAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/SessionPropagatorAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SessionPropagatorAction.java 4 Feb 2002 09:12:48 -0000 1.2 +++ SessionPropagatorAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -83,7 +83,7 @@ * </pre> * * @author Martin Man <[EMAIL PROTECTED]> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:48 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ public class SessionPropagatorAction extends AbstractConfigurableAction implements ThreadSafe { @@ -169,6 +169,6 @@ } } -// $Id: SessionPropagatorAction.java,v 1.2 2002/02/04 09:12:48 cziegeler Exp $ +// $Id: SessionPropagatorAction.java,v 1.3 2002/02/04 09:29:26 cziegeler Exp $ // vim: set et ts=4 sw=4: 1.3 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/SessionStateAction.java Index: SessionStateAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/SessionStateAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SessionStateAction.java 4 Feb 2002 09:12:48 -0000 1.2 +++ SessionStateAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -117,7 +117,7 @@ * @see org.apache.cocoon.selection.SessionAttributeSelectorFactory * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Id: SessionStateAction.java,v 1.2 2002/02/04 09:12:48 cziegeler Exp $ */ + * @version CVS $Id: SessionStateAction.java,v 1.3 2002/02/04 09:29:26 cziegeler Exp $ */ public class SessionStateAction extends AbstractConfigurableAction implements ThreadSafe { protected String statekey = "org.apache.cocoon.SessionState"; 1.3 +3 -3 xml-cocoon2/src/java/org/apache/cocoon/acting/SessionValidatorAction.java Index: SessionValidatorAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/SessionValidatorAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SessionValidatorAction.java 4 Feb 2002 09:12:48 -0000 1.2 +++ SessionValidatorAction.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -106,7 +106,7 @@ * all validated parameters to the sitemap via {name} expression. * * @author Martin Man <[EMAIL PROTECTED]> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:48 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ public class SessionValidatorAction extends AbstractValidatorAction implements ThreadSafe { @@ -251,5 +251,5 @@ } } -// $Id: SessionValidatorAction.java,v 1.2 2002/02/04 09:12:48 cziegeler Exp $ +// $Id: SessionValidatorAction.java,v 1.3 2002/02/04 09:29:26 cziegeler Exp $ // vim: set et ts=4 sw=4: 1.3 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/ValidatorActionHelper.java Index: ValidatorActionHelper.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/ValidatorActionHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ValidatorActionHelper.java 4 Feb 2002 09:12:48 -0000 1.2 +++ ValidatorActionHelper.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -62,7 +62,7 @@ * the validated object itself. * * @author Christian Haul <[EMAIL PROTECTED]> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:48 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ public class ValidatorActionHelper 1.3 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/ValidatorActionResult.java Index: ValidatorActionResult.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/ValidatorActionResult.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ValidatorActionResult.java 4 Feb 2002 09:12:48 -0000 1.2 +++ ValidatorActionResult.java 4 Feb 2002 09:29:26 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -61,7 +61,7 @@ * validation. * * @author Christian Haul <[EMAIL PROTECTED]> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:48 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:26 $ */ public class ValidatorActionResult extends EnumerationFactory { 1.3 +1 -1 xml-cocoon2/src/java/org/apache/cocoon/components/notification/NotifyingObjects.java Index: NotifyingObjects.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/notification/NotifyingObjects.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- NotifyingObjects.java 4 Feb 2002 09:23:55 -0000 1.2 +++ NotifyingObjects.java 4 Feb 2002 09:29:27 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] 1.3 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/components/parser/Parser.java Index: Parser.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/parser/Parser.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Parser.java 4 Feb 2002 09:23:55 -0000 1.2 +++ Parser.java 4 Feb 2002 09:29:27 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -70,7 +70,7 @@ * * @author <a href="mailto:[EMAIL PROTECTED]">Pierpaolo Fumagalli</a> * (Apache Software Foundation, Exoffice Technologies) - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:23:55 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:27 $ */ public interface Parser extends Component, XMLProducer, DOMFactory { 1.3 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/components/parser/PooledJaxpParser.java Index: PooledJaxpParser.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/parser/PooledJaxpParser.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PooledJaxpParser.java 4 Feb 2002 09:23:55 -0000 1.2 +++ PooledJaxpParser.java 4 Feb 2002 09:29:27 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -62,7 +62,7 @@ * removed in a future release. * * @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:23:55 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:27 $ */ public class PooledJaxpParser extends JaxpParser { 1.4 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/components/parser/XercesParser.java Index: XercesParser.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/parser/XercesParser.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- XercesParser.java 4 Feb 2002 09:23:55 -0000 1.3 +++ XercesParser.java 4 Feb 2002 09:29:27 -0000 1.4 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -78,7 +78,7 @@ * * @author <a href="mailto:[EMAIL PROTECTED]">Pierpaolo Fumagalli</a> * (Apache Software Foundation, Exoffice Technologies) - * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:23:55 $ + * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 09:29:27 $ */ public class XercesParser extends AbstractXMLProducer implements Parser, ErrorHandler, Composable, Disposable, SingleThreaded { 1.4 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/components/pipeline/AbstractEventPipeline.java Index: AbstractEventPipeline.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/pipeline/AbstractEventPipeline.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- AbstractEventPipeline.java 4 Feb 2002 09:23:56 -0000 1.3 +++ AbstractEventPipeline.java 4 Feb 2002 09:29:27 -0000 1.4 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -81,7 +81,7 @@ * @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a * @author <a href="mailto:[EMAIL PROTECTED]">Nicola Ken Barozzi</a> * @author <a href="mailto:[EMAIL PROTECTED]">Peter Royal</a> - * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:23:56 $ + * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 09:29:27 $ */ public abstract class AbstractEventPipeline extends AbstractXMLProducer 1.5 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/components/pipeline/AbstractStreamPipeline.java Index: AbstractStreamPipeline.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/pipeline/AbstractStreamPipeline.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- AbstractStreamPipeline.java 4 Feb 2002 09:23:56 -0000 1.4 +++ AbstractStreamPipeline.java 4 Feb 2002 09:29:27 -0000 1.5 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -78,7 +78,7 @@ * @author <a href="mailto:[EMAIL PROTECTED]">Giacomo Pati</a> * @author <a href="mailto:[EMAIL PROTECTED]">Carsten Ziegeler</a> * @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a> - * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 09:23:56 $ + * @version CVS $Revision: 1.5 $ $Date: 2002/02/04 09:29:27 $ */ public abstract class AbstractStreamPipeline extends AbstractLoggable implements StreamPipeline, Disposable { protected EventPipeline eventPipeline; 1.3 +1 -1 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/CookieCreatorAction.java Index: CookieCreatorAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/CookieCreatorAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- CookieCreatorAction.java 4 Feb 2002 09:12:49 -0000 1.2 +++ CookieCreatorAction.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] 1.3 +1 -1 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/CookieValidatorAction.java Index: CookieValidatorAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/CookieValidatorAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- CookieValidatorAction.java 4 Feb 2002 09:12:49 -0000 1.2 +++ CookieValidatorAction.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] 1.3 +1 -1 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/DatabaseCookieAuthenticatorAction.java Index: DatabaseCookieAuthenticatorAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/DatabaseCookieAuthenticatorAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- DatabaseCookieAuthenticatorAction.java 4 Feb 2002 09:12:49 -0000 1.2 +++ DatabaseCookieAuthenticatorAction.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAction.java Index: ModularDatabaseAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ModularDatabaseAction.java 4 Feb 2002 09:12:49 -0000 1.2 +++ ModularDatabaseAction.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -134,7 +134,7 @@ * components can utilize the helper components. * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:49 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:28 $ */ public abstract class ModularDatabaseAction extends AbstractDatabaseAction implements Disposable, ThreadSafe, Contextualizable { 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAddAction.java Index: ModularDatabaseAddAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAddAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ModularDatabaseAddAction.java 4 Feb 2002 09:12:49 -0000 1.2 +++ ModularDatabaseAddAction.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -86,7 +86,7 @@ * components can utilize the helper components. * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:49 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:28 $ */ public class ModularDatabaseAddAction extends ModularDatabaseAction { 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseDeleteAction.java Index: ModularDatabaseDeleteAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseDeleteAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ModularDatabaseDeleteAction.java 4 Feb 2002 09:12:49 -0000 1.2 +++ ModularDatabaseDeleteAction.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -74,7 +74,7 @@ * flux. * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:49 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:28 $ */ public class ModularDatabaseDeleteAction extends ModularDatabaseAction { 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseSelectAction.java Index: ModularDatabaseSelectAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseSelectAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ModularDatabaseSelectAction.java 4 Feb 2002 09:12:49 -0000 1.2 +++ ModularDatabaseSelectAction.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -82,7 +82,7 @@ * a state of flux. * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:49 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:28 $ */ public class ModularDatabaseSelectAction extends ModularDatabaseAction { 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseUpdateAction.java Index: ModularDatabaseUpdateAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseUpdateAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ModularDatabaseUpdateAction.java 4 Feb 2002 09:12:49 -0000 1.2 +++ ModularDatabaseUpdateAction.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -74,7 +74,7 @@ * flux. * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:49 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:28 $ */ public class ModularDatabaseUpdateAction extends ModularDatabaseAction { 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/SectionCutterAction.java Index: SectionCutterAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/SectionCutterAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SectionCutterAction.java 4 Feb 2002 09:12:49 -0000 1.2 +++ SectionCutterAction.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -82,7 +82,7 @@ * * @author <a href="mailto:[EMAIL PROTECTED]?Subject=SectionCutterAction"> * Sergio Carvalho</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:49 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:28 $ */ public class SectionCutterAction extends ConfigurableComposerAction implements ThreadSafe { 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/AbstractAutoIncrementHelper.java Index: AbstractAutoIncrementHelper.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/AbstractAutoIncrementHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- AbstractAutoIncrementHelper.java 4 Feb 2002 09:12:50 -0000 1.2 +++ AbstractAutoIncrementHelper.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -69,7 +69,7 @@ * getLogger(). * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:50 $ */ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:28 $ */ public abstract class AbstractAutoIncrementHelper extends AbstractLoggable implements AutoIncrementHelper, Configurable, Disposable { 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/AbstractOutputHelper.java Index: AbstractOutputHelper.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/AbstractOutputHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- AbstractOutputHelper.java 4 Feb 2002 09:12:50 -0000 1.2 +++ AbstractOutputHelper.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -69,7 +69,7 @@ * Logger, use getLogger(). * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:12:50 $ */ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:29:28 $ */ public abstract class AbstractOutputHelper extends AbstractLoggable implements OutputHelper, Configurable, Disposable { 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/AttributeHelper.java Index: AttributeHelper.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/AttributeHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- AttributeHelper.java 4 Feb 2002 09:12:50 -0000 1.2 +++ AttributeHelper.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -69,7 +69,7 @@ * attributes, session attributes &c. * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Id: AttributeHelper.java,v 1.2 2002/02/04 09:12:50 cziegeler Exp $ + * @version CVS $Id: AttributeHelper.java,v 1.3 2002/02/04 09:29:28 cziegeler Exp $ * */ public interface AttributeHelper extends Component { 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/AutoIncrementHelper.java Index: AutoIncrementHelper.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/AutoIncrementHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- AutoIncrementHelper.java 4 Feb 2002 09:12:50 -0000 1.2 +++ AutoIncrementHelper.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -68,7 +68,7 @@ * attribute columns. * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Id: AutoIncrementHelper.java,v 1.2 2002/02/04 09:12:50 cziegeler Exp $ + * @version CVS $Id: AutoIncrementHelper.java,v 1.3 2002/02/04 09:29:28 cziegeler Exp $ * */ public interface AutoIncrementHelper extends Component { 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/HsqlIdentityAutoIncrementHelper.java Index: HsqlIdentityAutoIncrementHelper.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/HsqlIdentityAutoIncrementHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- HsqlIdentityAutoIncrementHelper.java 4 Feb 2002 09:12:50 -0000 1.2 +++ HsqlIdentityAutoIncrementHelper.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -76,7 +76,7 @@ * {@link http://hsqldb.sourceforge.net} * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Id: HsqlIdentityAutoIncrementHelper.java,v 1.2 2002/02/04 09:12:50 cziegeler Exp $ + * @version CVS $Id: HsqlIdentityAutoIncrementHelper.java,v 1.3 2002/02/04 09:29:28 cziegeler Exp $ */ public class HsqlIdentityAutoIncrementHelper implements AutoIncrementHelper, ThreadSafe { 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/IfxSerialAutoIncrementHelper.java Index: IfxSerialAutoIncrementHelper.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/IfxSerialAutoIncrementHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- IfxSerialAutoIncrementHelper.java 4 Feb 2002 09:12:50 -0000 1.2 +++ IfxSerialAutoIncrementHelper.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -73,7 +73,7 @@ * (need another one for SERIAL8 ones!) * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Id: IfxSerialAutoIncrementHelper.java,v 1.2 2002/02/04 09:12:50 cziegeler Exp $ + * @version CVS $Id: IfxSerialAutoIncrementHelper.java,v 1.3 2002/02/04 09:29:28 cziegeler Exp $ */ public class IfxSerialAutoIncrementHelper implements AutoIncrementHelper, ThreadSafe { 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/ManualAutoIncrementHelper.java Index: ManualAutoIncrementHelper.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/ManualAutoIncrementHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ManualAutoIncrementHelper.java 4 Feb 2002 09:12:50 -0000 1.2 +++ ManualAutoIncrementHelper.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -82,7 +82,7 @@ * requires only shared locks. C.f. "Phantom Problem" * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Id: ManualAutoIncrementHelper.java,v 1.2 2002/02/04 09:12:50 cziegeler Exp $ + * @version CVS $Id: ManualAutoIncrementHelper.java,v 1.3 2002/02/04 09:29:28 cziegeler Exp $ */ public class ManualAutoIncrementHelper extends AbstractAutoIncrementHelper implements ThreadSafe { 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/MysqlAutoIncrementHelper.java Index: MysqlAutoIncrementHelper.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/MysqlAutoIncrementHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- MysqlAutoIncrementHelper.java 4 Feb 2002 09:12:50 -0000 1.2 +++ MysqlAutoIncrementHelper.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -73,7 +73,7 @@ * {@link http://www.mysql.com} * * @author <a href="mailto:[EMAIL PROTECTED]">Tim Myers</a> - * @version CVS $Id: MysqlAutoIncrementHelper.java,v 1.2 2002/02/04 09:12:50 cziegeler Exp $ + * @version CVS $Id: MysqlAutoIncrementHelper.java,v 1.3 2002/02/04 09:29:28 cziegeler Exp $ */ public class MysqlAutoIncrementHelper implements AutoIncrementHelper, ThreadSafe { 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/OutputHelper.java Index: OutputHelper.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/OutputHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- OutputHelper.java 4 Feb 2002 09:12:50 -0000 1.2 +++ OutputHelper.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -67,7 +67,7 @@ * the transaction completes successfully. * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Id: OutputHelper.java,v 1.2 2002/02/04 09:12:50 cziegeler Exp $ + * @version CVS $Id: OutputHelper.java,v 1.3 2002/02/04 09:29:28 cziegeler Exp $ * */ public interface OutputHelper extends Component { 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/RequestAttributeHelper.java Index: RequestAttributeHelper.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/RequestAttributeHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- RequestAttributeHelper.java 4 Feb 2002 09:12:50 -0000 1.2 +++ RequestAttributeHelper.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -72,7 +72,7 @@ * getAttributeValues. Only one "*" is allowed. * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Id: RequestAttributeHelper.java,v 1.2 2002/02/04 09:12:50 cziegeler Exp $ */ + * @version CVS $Id: RequestAttributeHelper.java,v 1.3 2002/02/04 09:29:28 cziegeler Exp $ */ public class RequestAttributeHelper extends AbstractAttributeHelper implements ThreadSafe { public Object getAttribute( String name, Configuration modeConf, Request request ) 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/RequestAttributeOutputHelper.java Index: RequestAttributeOutputHelper.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/RequestAttributeOutputHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- RequestAttributeOutputHelper.java 4 Feb 2002 09:12:50 -0000 1.2 +++ RequestAttributeOutputHelper.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -66,7 +66,7 @@ * "org.apache.cocoon.acting.ModularDatabaseAccess.OutputHelper"+":" * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Id: RequestAttributeOutputHelper.java,v 1.2 2002/02/04 09:12:50 cziegeler Exp $ + * @version CVS $Id: RequestAttributeOutputHelper.java,v 1.3 2002/02/04 09:29:28 cziegeler Exp $ * */ public class RequestAttributeOutputHelper extends AbstractOutputHelper implements OutputHelper { 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/RequestParameterHelper.java Index: RequestParameterHelper.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess/RequestParameterHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- RequestParameterHelper.java 4 Feb 2002 09:12:50 -0000 1.2 +++ RequestParameterHelper.java 4 Feb 2002 09:29:28 -0000 1.3 @@ -24,7 +24,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Axis" and "Apache Software Foundation" must + * 4. The names "Apache Cocoon" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] @@ -74,7 +74,7 @@ * such array is returned. * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Id: RequestParameterHelper.java,v 1.2 2002/02/04 09:12:50 cziegeler Exp $ */ + * @version CVS $Id: RequestParameterHelper.java,v 1.3 2002/02/04 09:29:28 cziegeler Exp $ */ public class RequestParameterHelper extends AbstractAttributeHelper implements ThreadSafe { public Object getAttribute( String name, Configuration modeConf, Request request ) throws ConfigurationException {
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]