You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2004/10/29 01:21:19 UTC

svn commit: rev 55907 - incubator/beehive/branches/v1/alpha/samples/petstoreWeb/WEB-INF

Author: ekoneil
Date: Thu Oct 28 16:21:18 2004
New Revision: 55907

Modified:
   incubator/beehive/branches/v1/alpha/samples/petstoreWeb/WEB-INF/web.xml
Log:
Fix for:

- remove an errant <display-name> in the web.xml for petstoreWeb.  Otherwise, this web.xml won't validate against the XSD.  This is a patch submitted by Bryan Che.



Modified: incubator/beehive/branches/v1/alpha/samples/petstoreWeb/WEB-INF/web.xml
==============================================================================
--- incubator/beehive/branches/v1/alpha/samples/petstoreWeb/WEB-INF/web.xml	(original)
+++ incubator/beehive/branches/v1/alpha/samples/petstoreWeb/WEB-INF/web.xml	Thu Oct 28 16:21:18 2004
@@ -32,7 +32,6 @@
 
     <servlet>
         <servlet-name>AxisServlet</servlet-name>
-        <display-name>Apache-Axis Servlet</display-name>
         <servlet-class>
             org.apache.axis.transport.http.AxisServlet
         </servlet-class>