[cvs] expresso commit by ppilgrim: Applying Notes to upgrade Struts 1.1 to

JCorporate Ltd jcorp at jcorporate.com
Sat Jan 8 14:01:13 UTC 2005


Log Message:
-----------
Applying Notes to upgrade Struts 1.1 to Struts 1.2 see detail at http://wiki.apache.org/struts/StrutsUpgradeNotes11to124

Modified Files:
--------------
    expresso/expresso-web/WEB-INF/config:
        validator-rules.xml

Revision Data
-------------
Index: validator-rules.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/config/validator-rules.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lexpresso-web/WEB-INF/config/validator-rules.xml -Lexpresso-web/WEB-INF/config/validator-rules.xml -u -r1.2 -r1.3
--- expresso-web/WEB-INF/config/validator-rules.xml
+++ expresso-web/WEB-INF/config/validator-rules.xml
@@ -1,6 +1,9 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+
 <!DOCTYPE form-validation PUBLIC
-          "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.0//EN"
-          "http://jakarta.apache.org/commons/dtds/validator_1_0.dtd">
+          "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.1.3//EN"
+	  "http://jakarta.apache.org/commons/dtds/validator_1_1_3.dtd">
+
 <!--
 
    This file contains the default Struts Validator pluggable validator


More information about the cvs mailing list