You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jo...@apache.org on 2011/12/20 20:54:24 UTC

svn commit: r1221462 - /struts/struts2/trunk/xwork-core/src/main/resources/com/opensymphony/xwork2/validator/validators/default.xml

Author: jogep
Date: Tue Dec 20 19:54:24 2011
New Revision: 1221462

URL: http://svn.apache.org/viewvc?rev=1221462&view=rev
Log:
WW-3727: com/opensymphony/xwork2/validator/default.xml uses old DTD

Modified:
    struts/struts2/trunk/xwork-core/src/main/resources/com/opensymphony/xwork2/validator/validators/default.xml

Modified: struts/struts2/trunk/xwork-core/src/main/resources/com/opensymphony/xwork2/validator/validators/default.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/src/main/resources/com/opensymphony/xwork2/validator/validators/default.xml?rev=1221462&r1=1221461&r2=1221462&view=diff
==============================================================================
--- struts/struts2/trunk/xwork-core/src/main/resources/com/opensymphony/xwork2/validator/validators/default.xml (original)
+++ struts/struts2/trunk/xwork-core/src/main/resources/com/opensymphony/xwork2/validator/validators/default.xml Tue Dec 20 19:54:24 2011
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE validators PUBLIC
-        "-//Apache Struts//XWork Validator Config 1.0//EN"
-        "http://struts.apache.org/dtds/xwork-validator-config-1.0.dtd">
+        "-//Apache Struts//XWork Validator Definition 1.0//EN"
+        "http://struts.apache.org/dtds/xwork-validator-definition-1.0.dtd">
 
 <!-- START SNIPPET: validators-default -->
 <validators>