sraeburn 2004/05/07 22:29:15
Modified: conf/test web.xml maven-web.xml
contrib/struts-el/conf/test web.xml
Log:
Fixed incorrect DTD name in web.xml
Submitted by: Marino A. Jonsson
http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=25184
Revision Changes Path
1.5 +1 -1 jakarta-struts/conf/test/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/conf/test/web.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- web.xml 22 Feb 2003 02:39:48 -0000 1.4
+++ web.xml 8 May 2004 05:29:15 -0000 1.5
@@ -2,7 +2,7 @@
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
- "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
+ "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
<web-app>
1.2 +1 -1 jakarta-struts/conf/test/maven-web.xml
Index: maven-web.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/conf/test/maven-web.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maven-web.xml 19 Jan 2004 22:17:34 -0000 1.1
+++ maven-web.xml 8 May 2004 05:29:15 -0000 1.2
@@ -2,7 +2,7 @@
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
- "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
+ "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
<web-app>
1.2 +1 -1 jakarta-struts/contrib/struts-el/conf/test/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/contrib/struts-el/conf/test/web.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- web.xml 26 Sep 2002 04:54:38 -0000 1.1
+++ web.xml 8 May 2004 05:29:15 -0000 1.2
@@ -2,7 +2,7 @@
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
- "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
+ "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
<web-app>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]