You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2002/08/14 20:57:17 UTC

cvs commit: jakarta-struts/web/blank/WEB-INF web.xml

husted      2002/08/14 11:57:17

  Modified:    web/blank/WEB-INF web.xml
  Log:
  Remove obsolete reference to application resources.
  
  Revision  Changes    Path
  1.7       +0 -4      jakarta-struts/web/blank/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/blank/WEB-INF/web.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- web.xml	14 Aug 2002 13:29:42 -0000	1.6
  +++ web.xml	14 Aug 2002 18:57:17 -0000	1.7
  @@ -11,10 +11,6 @@
       <servlet-name>action</servlet-name>
       <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
       <init-param>
  -      <param-name>application</param-name>
  -      <param-value>resources/application</param-value>
  -    </init-param>
  -    <init-param>
         <param-name>config</param-name>
         <param-value>/WEB-INF/struts-config.xml</param-value>
       </init-param>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>