craigmcc 01/01/25 11:04:55
Modified: web/example/WEB-INF action.xml
Log:
Add a deprecation warning that suggests people doing new development
should configure "struts-config.xml" instead of "action.xml".
Revision Changes Path
1.7 +8 -0 jakarta-struts/web/example/WEB-INF/action.xml
Index: action.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/web/example/WEB-INF/action.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- action.xml 2000/08/01 20:04:06 1.6
+++ action.xml 2001/01/25 19:04:51 1.7
@@ -1,5 +1,13 @@
<!-- Action Mappings for the STRUTS Example Application -->
+<!--
+ WARNING: This file is deprecated, and remains only as an example
+ of how the Struts configuration file would have been set up using
+ the conventions of Struts 0.5. All new development should be based
+ on Struts 1.0 standards, and you should be configuring the file
+ "struts-config.xml" instead.
+-->
+
<action-mappings>
<!-- Global Forward Declarations -->