cmlenz 2003/03/14 06:54:48
Modified: integration/ant/src/confs/j2ee13 web.xml
integration/ant/src/confs/j2ee12 web.xml
samples/servlet/src/webapp/WEB-INF web.xml
Log:
Fix incorrect URLs in the web.xml DOCTYPEs
Revision Changes Path
1.2 +1 -1 jakarta-cactus/integration/ant/src/confs/j2ee13/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/ant/src/confs/j2ee13/web.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- web.xml 3 Feb 2003 10:52:45 -0000 1.1
+++ web.xml 14 Mar 2003 14:54:47 -0000 1.2
@@ -2,7 +2,7 @@
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
- "http://java.sun.com/j2ee/dtds/web-app_2_3.dtd">
+ "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
1.2 +1 -1 jakarta-cactus/integration/ant/src/confs/j2ee12/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/ant/src/confs/j2ee12/web.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- web.xml 3 Feb 2003 10:52:47 -0000 1.1
+++ web.xml 14 Mar 2003 14:54:47 -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-cactus/samples/servlet/src/webapp/WEB-INF/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/samples/servlet/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- web.xml 3 Feb 2003 08:37:39 -0000 1.1
+++ web.xml 14 Mar 2003 14:54:48 -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]