You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by aj...@apache.org on 2005/06/30 08:28:08 UTC

svn commit: r202490 - /webservices/axis/trunk/java/modules/core/conf/web.xml

Author: ajith
Date: Wed Jun 29 23:28:07 2005
New Revision: 202490

URL: http://svn.apache.org/viewcvs?rev=202490&view=rev
Log:
Fixing the JIRA issue on the web.xml

Modified:
    webservices/axis/trunk/java/modules/core/conf/web.xml

Modified: webservices/axis/trunk/java/modules/core/conf/web.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/conf/web.xml?rev=202490&r1=202489&r2=202490&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/conf/web.xml (original)
+++ webservices/axis/trunk/java/modules/core/conf/web.xml Wed Jun 29 23:28:07 2005
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web
-Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
+<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
 
 <web-app>
     <display-name>Apache-Axis2</display-name>