craigmcc 01/02/20 16:35:56
Modified: src/share/org/apache/struts/action Action.java
ActionBase.java ActionError.java ActionErrors.java
ActionForm.java ActionFormBean.java
ActionFormBeans.java ActionForward.java
ActionForwards.java ActionMapping.java
ActionMappingBase.java ActionMappings.java
ActionServlet.java ForwardingActionForward.java
RedirectingActionForward.java
RequestActionMapping.java SessionActionMapping.java
ValidatingActionForm.java
src/share/org/apache/struts/actions AddFormBeanAction.java
AddForwardAction.java AddMappingAction.java
ReloadAction.java RemoveFormBeanAction.java
RemoveForwardAction.java RemoveMappingAction.java
Log:
Update copyright dates and product name in the license agreement.
Revision Changes Path
1.18 +6 -6 jakarta-struts/src/share/org/apache/struts/action/Action.java
Index: Action.java
===================================================================
RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/action/Action.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Action.java 2001/02/20 05:20:07 1.17
+++ Action.java 2001/02/21 00:35:41 1.18
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/Action.java,v 1.17
2001/02/20 05:20:07 craigmcc Exp $
- * $Revision: 1.17 $
- * $Date: 2001/02/20 05:20:07 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/Action.java,v 1.18
2001/02/21 00:35:41 craigmcc Exp $
+ * $Revision: 1.18 $
+ * $Date: 2001/02/21 00:35:41 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* by this Action.
*
* @author Craig R. McClanahan
- * @version $Revision: 1.17 $ $Date: 2001/02/20 05:20:07 $
+ * @version $Revision: 1.18 $ $Date: 2001/02/21 00:35:41 $
*/
public class Action {
1.9 +6 -6
jakarta-struts/src/share/org/apache/struts/action/ActionBase.java
Index: ActionBase.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionBase.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ActionBase.java 2000/09/23 22:51:45 1.8
+++ ActionBase.java 2001/02/21 00:35:41 1.9
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionBase.java,v 1.8
2000/09/23 22:51:45 craigmcc Exp $
- * $Revision: 1.8 $
- * $Date: 2000/09/23 22:51:45 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionBase.java,v 1.9
2001/02/21 00:35:41 craigmcc Exp $
+ * $Revision: 1.9 $
+ * $Date: 2001/02/21 00:35:41 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* directly, rather than this class.
*
* @author Craig R. McClanahan
- * @version $Revision: 1.8 $ $Date: 2000/09/23 22:51:45 $
+ * @version $Revision: 1.9 $ $Date: 2001/02/21 00:35:41 $
*/
public class ActionBase extends Action {
1.3 +6 -6
jakarta-struts/src/share/org/apache/struts/action/ActionError.java
Index: ActionError.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionError.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ActionError.java 2000/12/07 19:31:01 1.2
+++ ActionError.java 2001/02/21 00:35:41 1.3
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionError.java,v 1.2
2000/12/07 19:31:01 craigmcc Exp $
- * $Revision: 1.2 $
- * $Date: 2000/12/07 19:31:01 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionError.java,v 1.3
2001/02/21 00:35:41 craigmcc Exp $
+ * $Revision: 1.3 $
+ * $Date: 2001/02/21 00:35:41 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* be used for parametric replacement in the message text.
*
* @author Craig R. McClanahan
- * @version $Revision: 1.2 $ $Date: 2000/12/07 19:31:01 $
+ * @version $Revision: 1.3 $ $Date: 2001/02/21 00:35:41 $
*/
public class ActionError implements Serializable {
1.5 +6 -6
jakarta-struts/src/share/org/apache/struts/action/ActionErrors.java
Index: ActionErrors.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionErrors.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ActionErrors.java 2000/12/30 02:48:42 1.4
+++ ActionErrors.java 2001/02/21 00:35:42 1.5
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionErrors.java,v 1.4
2000/12/30 02:48:42 craigmcc Exp $
- * $Revision: 1.4 $
- * $Date: 2000/12/30 02:48:42 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionErrors.java,v 1.5
2001/02/21 00:35:42 craigmcc Exp $
+ * $Revision: 1.5 $
+ * $Date: 2001/02/21 00:35:42 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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]
@@ -90,7 +90,7 @@
*
* @author David Geary
* @author Craig R. McClanahan
- * @revision $Revision: 1.4 $ $Date: 2000/12/30 02:48:42 $
+ * @revision $Revision: 1.5 $ $Date: 2001/02/21 00:35:42 $
*/
public class ActionErrors implements Serializable {
1.6 +6 -6
jakarta-struts/src/share/org/apache/struts/action/ActionForm.java
Index: ActionForm.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionForm.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ActionForm.java 2000/12/07 19:10:51 1.5
+++ ActionForm.java 2001/02/21 00:35:43 1.6
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionForm.java,v 1.5
2000/12/07 19:10:51 craigmcc Exp $
- * $Revision: 1.5 $
- * $Date: 2000/12/07 19:10:51 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionForm.java,v 1.6
2001/02/21 00:35:43 craigmcc Exp $
+ * $Revision: 1.6 $
+ * $Date: 2001/02/21 00:35:43 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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]
@@ -94,7 +94,7 @@
* </p>
*
* @author Craig R. McClanahan
- * @version $Revision: 1.5 $ $Date: 2000/12/07 19:10:51 $
+ * @version $Revision: 1.6 $ $Date: 2001/02/21 00:35:43 $
*/
public abstract class ActionForm implements Serializable {
1.3 +6 -6
jakarta-struts/src/share/org/apache/struts/action/ActionFormBean.java
Index: ActionFormBean.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionFormBean.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ActionFormBean.java 2000/12/30 00:39:04 1.2
+++ ActionFormBean.java 2001/02/21 00:35:43 1.3
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionFormBean.java,v 1.2
2000/12/30 00:39:04 craigmcc Exp $
- * $Revision: 1.2 $
- * $Date: 2000/12/30 00:39:04 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionFormBean.java,v 1.3
2001/02/21 00:35:43 craigmcc Exp $
+ * $Revision: 1.3 $
+ * $Date: 2001/02/21 00:35:43 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* properties.
*
* @author Craig R. McClanahan
- * @version $Revision: 1.2 $ $Date: 2000/12/30 00:39:04 $
+ * @version $Revision: 1.3 $ $Date: 2001/02/21 00:35:43 $
*/
public class ActionFormBean implements Serializable {
1.3 +6 -6
jakarta-struts/src/share/org/apache/struts/action/ActionFormBeans.java
Index: ActionFormBeans.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionFormBeans.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ActionFormBeans.java 2000/12/30 00:39:04 1.2
+++ ActionFormBeans.java 2001/02/21 00:35:43 1.3
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionFormBeans.java,v 1.2
2000/12/30 00:39:04 craigmcc Exp $
- * $Revision: 1.2 $
- * $Date: 2000/12/30 00:39:04 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionFormBeans.java,v 1.3
2001/02/21 00:35:43 craigmcc Exp $
+ * $Revision: 1.3 $
+ * $Date: 2001/02/21 00:35:43 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* administered and searched, while hiding the internal implementation.
*
* @author Craig R. McClanahan
- * @version $Revision: 1.2 $ $Date: 2000/12/30 00:39:04 $
+ * @version $Revision: 1.3 $ $Date: 2001/02/21 00:35:43 $
*/
public class ActionFormBeans implements Serializable {
1.4 +6 -6
jakarta-struts/src/share/org/apache/struts/action/ActionForward.java
Index: ActionForward.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionForward.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ActionForward.java 2000/12/30 00:39:04 1.3
+++ ActionForward.java 2001/02/21 00:35:44 1.4
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionForward.java,v 1.3
2000/12/30 00:39:04 craigmcc Exp $
- * $Revision: 1.3 $
- * $Date: 2000/12/30 00:39:04 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionForward.java,v 1.4
2001/02/21 00:35:44 craigmcc Exp $
+ * $Revision: 1.4 $
+ * $Date: 2001/02/21 00:35:44 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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]
@@ -90,7 +90,7 @@
* </ul>
*
* @author Craig R. McClanahan
- * @version $Revision: 1.3 $ $Date: 2000/12/30 00:39:04 $
+ * @version $Revision: 1.4 $ $Date: 2001/02/21 00:35:44 $
*/
public class ActionForward implements Serializable {
1.4 +6 -6
jakarta-struts/src/share/org/apache/struts/action/ActionForwards.java
Index: ActionForwards.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionForwards.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ActionForwards.java 2000/12/30 00:39:04 1.3
+++ ActionForwards.java 2001/02/21 00:35:44 1.4
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionForwards.java,v 1.3
2000/12/30 00:39:04 craigmcc Exp $
- * $Revision: 1.3 $
- * $Date: 2000/12/30 00:39:04 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionForwards.java,v 1.4
2001/02/21 00:35:44 craigmcc Exp $
+ * $Revision: 1.4 $
+ * $Date: 2001/02/21 00:35:44 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* administered and searched, while hiding the internal implementation.
*
* @author Craig R. McClanahan
- * @version $Revision: 1.3 $ $Date: 2000/12/30 00:39:04 $
+ * @version $Revision: 1.4 $ $Date: 2001/02/21 00:35:44 $
*/
public class ActionForwards implements Serializable {
1.13 +6 -6
jakarta-struts/src/share/org/apache/struts/action/ActionMapping.java
Index: ActionMapping.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionMapping.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ActionMapping.java 2000/12/30 00:39:04 1.12
+++ ActionMapping.java 2001/02/21 00:35:44 1.13
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionMapping.java,v 1.12
2000/12/30 00:39:04 craigmcc Exp $
- * $Revision: 1.12 $
- * $Date: 2000/12/30 00:39:04 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionMapping.java,v 1.13
2001/02/21 00:35:44 craigmcc Exp $
+ * $Revision: 1.13 $
+ * $Date: 2001/02/21 00:35:44 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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]
@@ -144,7 +144,7 @@
* </ul>
*
* @author Craig R. McClanahan
- * @version $Revision: 1.12 $ $Date: 2000/12/30 00:39:04 $
+ * @version $Revision: 1.13 $ $Date: 2001/02/21 00:35:44 $
*/
public class ActionMapping implements Serializable {
1.10 +6 -6
jakarta-struts/src/share/org/apache/struts/action/ActionMappingBase.java
Index: ActionMappingBase.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionMappingBase.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ActionMappingBase.java 2000/12/30 00:39:05 1.9
+++ ActionMappingBase.java 2001/02/21 00:35:45 1.10
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionMappingBase.java,v
1.9 2000/12/30 00:39:05 craigmcc Exp $
- * $Revision: 1.9 $
- * $Date: 2000/12/30 00:39:05 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionMappingBase.java,v
1.10 2001/02/21 00:35:45 craigmcc Exp $
+ * $Revision: 1.10 $
+ * $Date: 2001/02/21 00:35:45 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* @deprecated Now that ActionMapping is a class, you should use it intead
*
* @author Craig R. McClanahan
- * @version $Revision: 1.9 $ $Date: 2000/12/30 00:39:05 $
+ * @version $Revision: 1.10 $ $Date: 2001/02/21 00:35:45 $
*/
public class ActionMappingBase extends ActionMapping {
1.6 +6 -6
jakarta-struts/src/share/org/apache/struts/action/ActionMappings.java
Index: ActionMappings.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionMappings.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ActionMappings.java 2000/12/30 00:39:05 1.5
+++ ActionMappings.java 2001/02/21 00:35:45 1.6
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionMappings.java,v 1.5
2000/12/30 00:39:05 craigmcc Exp $
- * $Revision: 1.5 $
- * $Date: 2000/12/30 00:39:05 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionMappings.java,v 1.6
2001/02/21 00:35:45 craigmcc Exp $
+ * $Revision: 1.6 $
+ * $Date: 2001/02/21 00:35:45 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* administered and searched, while hiding the internal implementation.
*
* @author Craig R. McClanahan
- * @version $Revision: 1.5 $ $Date: 2000/12/30 00:39:05 $
+ * @version $Revision: 1.6 $ $Date: 2001/02/21 00:35:45 $
*/
public class ActionMappings implements Serializable {
1.60 +6 -6
jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java
Index: ActionServlet.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ActionServlet.java 2001/02/20 05:20:07 1.59
+++ ActionServlet.java 2001/02/21 00:35:45 1.60
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java,v 1.59
2001/02/20 05:20:07 craigmcc Exp $
- * $Revision: 1.59 $
- * $Date: 2001/02/20 05:20:07 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java,v 1.60
2001/02/21 00:35:45 craigmcc Exp $
+ * $Revision: 1.60 $
+ * $Date: 2001/02/21 00:35:45 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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]
@@ -230,7 +230,7 @@
* </ul>
*
* @author Craig R. McClanahan
- * @version $Revision: 1.59 $ $Date: 2001/02/20 05:20:07 $
+ * @version $Revision: 1.60 $ $Date: 2001/02/21 00:35:45 $
*/
public class ActionServlet
1.2 +5 -5
jakarta-struts/src/share/org/apache/struts/action/ForwardingActionForward.java
Index: ForwardingActionForward.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ForwardingActionForward.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ForwardingActionForward.java 2000/06/24 23:26:22 1.1
+++ ForwardingActionForward.java 2001/02/21 00:35:46 1.2
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ForwardingActionForward.java,v
1.1 2000/06/24 23:26:22 craigmcc Exp $
- * $Revision: 1.1 $
- * $Date: 2000/06/24 23:26:22 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ForwardingActionForward.java,v
1.2 2001/02/21 00:35:46 craigmcc Exp $
+ * $Revision: 1.2 $
+ * $Date: 2001/02/21 00:35:46 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* <code>redirect</code> attribute to <code>false</code>.
*
* @author Craig R. McClanahan
- * @version $Revision: 1.1 $ $Date: 2000/06/24 23:26:22 $
+ * @version $Revision: 1.2 $ $Date: 2001/02/21 00:35:46 $
*/
public class ForwardingActionForward extends ActionForward {
1.2 +5 -5
jakarta-struts/src/share/org/apache/struts/action/RedirectingActionForward.java
Index: RedirectingActionForward.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/RedirectingActionForward.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RedirectingActionForward.java 2000/06/24 23:26:22 1.1
+++ RedirectingActionForward.java 2001/02/21 00:35:46 1.2
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/RedirectingActionForward.java,v
1.1 2000/06/24 23:26:22 craigmcc Exp $
- * $Revision: 1.1 $
- * $Date: 2000/06/24 23:26:22 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/RedirectingActionForward.java,v
1.2 2001/02/21 00:35:46 craigmcc Exp $
+ * $Revision: 1.2 $
+ * $Date: 2001/02/21 00:35:46 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* <code>redirect</code> attribute to <code>true</code>.
*
* @author Craig R. McClanahan
- * @version $Revision: 1.1 $ $Date: 2000/06/24 23:26:22 $
+ * @version $Revision: 1.2 $ $Date: 2001/02/21 00:35:46 $
*/
public class RedirectingActionForward extends ActionForward {
1.3 +6 -6
jakarta-struts/src/share/org/apache/struts/action/RequestActionMapping.java
Index: RequestActionMapping.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/RequestActionMapping.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RequestActionMapping.java 2000/12/30 21:24:00 1.2
+++ RequestActionMapping.java 2001/02/21 00:35:46 1.3
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/RequestActionMapping.java,v
1.2 2000/12/30 21:24:00 craigmcc Exp $
- * $Revision: 1.2 $
- * $Date: 2000/12/30 21:24:00 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/RequestActionMapping.java,v
1.3 2001/02/21 00:35:46 craigmcc Exp $
+ * $Revision: 1.3 $
+ * $Date: 2001/02/21 00:35:46 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* scope to <code>request</code>.
*
* @author Craig R. McClanahan
- * @version $Revision: 1.2 $ $Date: 2000/12/30 21:24:00 $
+ * @version $Revision: 1.3 $ $Date: 2001/02/21 00:35:46 $
*/
public class RequestActionMapping extends ActionMapping {
1.3 +6 -6
jakarta-struts/src/share/org/apache/struts/action/SessionActionMapping.java
Index: SessionActionMapping.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/SessionActionMapping.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SessionActionMapping.java 2000/12/30 21:24:00 1.2
+++ SessionActionMapping.java 2001/02/21 00:35:46 1.3
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/SessionActionMapping.java,v
1.2 2000/12/30 21:24:00 craigmcc Exp $
- * $Revision: 1.2 $
- * $Date: 2000/12/30 21:24:00 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/SessionActionMapping.java,v
1.3 2001/02/21 00:35:46 craigmcc Exp $
+ * $Revision: 1.3 $
+ * $Date: 2001/02/21 00:35:46 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* scope to <code>session</code>.
*
* @author Craig R. McClanahan
- * @version $Revision: 1.2 $ $Date: 2000/12/30 21:24:00 $
+ * @version $Revision: 1.3 $ $Date: 2001/02/21 00:35:46 $
*/
public class SessionActionMapping extends ActionMapping {
1.3 +6 -6
jakarta-struts/src/share/org/apache/struts/action/ValidatingActionForm.java
Index: ValidatingActionForm.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ValidatingActionForm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ValidatingActionForm.java 2000/10/12 21:51:04 1.2
+++ ValidatingActionForm.java 2001/02/21 00:35:47 1.3
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ValidatingActionForm.java,v
1.2 2000/10/12 21:51:04 craigmcc Exp $
- * $Revision: 1.2 $
- * $Date: 2000/10/12 21:51:04 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ValidatingActionForm.java,v
1.3 2001/02/21 00:35:47 craigmcc Exp $
+ * $Revision: 1.3 $
+ * $Date: 2001/02/21 00:35:47 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 services
*
* @author Jeff Hutchison
- * @version $Revision: 1.2 $ $Date: 2000/10/12 21:51:04 $
+ * @version $Revision: 1.3 $ $Date: 2001/02/21 00:35:47 $
*/
public class ValidatingActionForm extends ActionForm {
1.3 +6 -6
jakarta-struts/src/share/org/apache/struts/actions/AddFormBeanAction.java
Index: AddFormBeanAction.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/AddFormBeanAction.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AddFormBeanAction.java 2001/01/07 22:39:06 1.2
+++ AddFormBeanAction.java 2001/02/21 00:35:52 1.3
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/AddFormBeanAction.java,v
1.2 2001/01/07 22:39:06 craigmcc Exp $
- * $Revision: 1.2 $
- * $Date: 2001/01/07 22:39:06 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/AddFormBeanAction.java,v
1.3 2001/02/21 00:35:52 craigmcc Exp $
+ * $Revision: 1.3 $
+ * $Date: 2001/02/21 00:35:52 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* </p>
*
* @author Craig R. McClanahan
- * @version $Revision: 1.2 $ $Date: 2001/01/07 22:39:06 $
+ * @version $Revision: 1.3 $ $Date: 2001/02/21 00:35:52 $
*/
public class AddFormBeanAction extends Action {
1.3 +6 -6
jakarta-struts/src/share/org/apache/struts/actions/AddForwardAction.java
Index: AddForwardAction.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/AddForwardAction.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AddForwardAction.java 2001/01/07 22:39:06 1.2
+++ AddForwardAction.java 2001/02/21 00:35:52 1.3
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/AddForwardAction.java,v
1.2 2001/01/07 22:39:06 craigmcc Exp $
- * $Revision: 1.2 $
- * $Date: 2001/01/07 22:39:06 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/AddForwardAction.java,v
1.3 2001/02/21 00:35:52 craigmcc Exp $
+ * $Revision: 1.3 $
+ * $Date: 2001/02/21 00:35:52 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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]
@@ -84,7 +84,7 @@
* parameters whose names match the properties of <code>ActionForward</code>.
*
* @author Craig R. McClanahan
- * @version $Revision: 1.2 $ $Date: 2001/01/07 22:39:06 $
+ * @version $Revision: 1.3 $ $Date: 2001/02/21 00:35:52 $
*/
public class AddForwardAction extends Action {
1.3 +6 -6
jakarta-struts/src/share/org/apache/struts/actions/AddMappingAction.java
Index: AddMappingAction.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/AddMappingAction.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AddMappingAction.java 2001/01/07 22:39:06 1.2
+++ AddMappingAction.java 2001/02/21 00:35:52 1.3
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/AddMappingAction.java,v
1.2 2001/01/07 22:39:06 craigmcc Exp $
- * $Revision: 1.2 $
- * $Date: 2001/01/07 22:39:06 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/AddMappingAction.java,v
1.3 2001/02/21 00:35:52 craigmcc Exp $
+ * $Revision: 1.3 $
+ * $Date: 2001/02/21 00:35:52 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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]
@@ -84,7 +84,7 @@
* parameters whose names match the properties of <code>ActionMapping</code>.
*
* @author Craig R. McClanahan
- * @version $Revision: 1.2 $ $Date: 2001/01/07 22:39:06 $
+ * @version $Revision: 1.3 $ $Date: 2001/02/21 00:35:52 $
*/
public class AddMappingAction extends Action {
1.2 +6 -6
jakarta-struts/src/share/org/apache/struts/actions/ReloadAction.java
Index: ReloadAction.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/ReloadAction.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ReloadAction.java 2000/10/07 22:55:14 1.1
+++ ReloadAction.java 2001/02/21 00:35:53 1.2
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/ReloadAction.java,v 1.1
2000/10/07 22:55:14 craigmcc Exp $
- * $Revision: 1.1 $
- * $Date: 2000/10/07 22:55:14 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/ReloadAction.java,v 1.2
2001/02/21 00:35:53 craigmcc Exp $
+ * $Revision: 1.2 $
+ * $Date: 2001/02/21 00:35:53 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* files (which have presumably been updated) dynamically.</p>
*
* @author Craig R. McClanahan
- * @version $Revision: 1.1 $ $Date: 2000/10/07 22:55:14 $
+ * @version $Revision: 1.2 $ $Date: 2001/02/21 00:35:53 $
*/
public class ReloadAction extends Action {
1.2 +6 -6
jakarta-struts/src/share/org/apache/struts/actions/RemoveFormBeanAction.java
Index: RemoveFormBeanAction.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/RemoveFormBeanAction.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RemoveFormBeanAction.java 2000/10/07 22:55:14 1.1
+++ RemoveFormBeanAction.java 2001/02/21 00:35:53 1.2
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/RemoveFormBeanAction.java,v
1.1 2000/10/07 22:55:14 craigmcc Exp $
- * $Revision: 1.1 $
- * $Date: 2000/10/07 22:55:14 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/RemoveFormBeanAction.java,v
1.2 2001/02/21 00:35:53 craigmcc Exp $
+ * $Revision: 1.2 $
+ * $Date: 2001/02/21 00:35:53 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* specified by the <code>name</code> requestparameter.</p>
*
* @author Craig R. McClanahan
- * @version $Revision: 1.1 $ $Date: 2000/10/07 22:55:14 $
+ * @version $Revision: 1.2 $ $Date: 2001/02/21 00:35:53 $
*/
public class RemoveFormBeanAction extends Action {
1.2 +6 -6
jakarta-struts/src/share/org/apache/struts/actions/RemoveForwardAction.java
Index: RemoveForwardAction.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/RemoveForwardAction.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RemoveForwardAction.java 2000/10/07 22:55:14 1.1
+++ RemoveForwardAction.java 2001/02/21 00:35:53 1.2
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/RemoveForwardAction.java,v
1.1 2000/10/07 22:55:14 craigmcc Exp $
- * $Revision: 1.1 $
- * $Date: 2000/10/07 22:55:14 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/RemoveForwardAction.java,v
1.2 2001/02/21 00:35:53 craigmcc Exp $
+ * $Revision: 1.2 $
+ * $Date: 2001/02/21 00:35:53 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* specified by the <code>name</code> requestparameter.</p>
*
* @author Craig R. McClanahan
- * @version $Revision: 1.1 $ $Date: 2000/10/07 22:55:14 $
+ * @version $Revision: 1.2 $ $Date: 2001/02/21 00:35:53 $
*/
public class RemoveForwardAction extends Action {
1.2 +6 -6
jakarta-struts/src/share/org/apache/struts/actions/RemoveMappingAction.java
Index: RemoveMappingAction.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/RemoveMappingAction.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RemoveMappingAction.java 2000/10/07 22:55:14 1.1
+++ RemoveMappingAction.java 2001/02/21 00:35:54 1.2
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/RemoveMappingAction.java,v
1.1 2000/10/07 22:55:14 craigmcc Exp $
- * $Revision: 1.1 $
- * $Date: 2000/10/07 22:55:14 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/RemoveMappingAction.java,v
1.2 2001/02/21 00:35:54 craigmcc Exp $
+ * $Revision: 1.2 $
+ * $Date: 2001/02/21 00:35:54 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "Struts", 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 @@
* specified by the <code>path</code> requestparameter.</p>
*
* @author Craig R. McClanahan
- * @version $Revision: 1.1 $ $Date: 2000/10/07 22:55:14 $
+ * @version $Revision: 1.2 $ $Date: 2001/02/21 00:35:54 $
*/
public class RemoveMappingAction extends Action {