[jboss-cvs] jboss-seam/examples/remoting/gwt/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Sun Jun 24 15:42:19 EDT 2007


  User: gavin   
  Date: 07/06/24 15:42:19

  Modified:    examples/remoting/gwt/resources/WEB-INF  web.xml
  Log:
  dont need JSF for GWT app
  
  Revision  Changes    Path
  1.2       +1 -33     jboss-seam/examples/remoting/gwt/resources/WEB-INF/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/gwt/resources/WEB-INF/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- web.xml	16 Apr 2007 00:01:24 -0000	1.1
  +++ web.xml	24 Jun 2007 19:42:19 -0000	1.2
  @@ -31,36 +31,4 @@
       <url-pattern>/seam/resource/*</url-pattern>
     </servlet-mapping>  
   
  -  <listener>
  -    <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
  -  </listener> 
  -
  -  <context-param>
  -    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
  -    <param-value>client</param-value>
  -  </context-param>
  -
  -  <context-param>
  -    <param-name>facelets.DEVELOPMENT</param-name>
  -    <param-value>true</param-value>
  -  </context-param>
  -
  -  <context-param>
  -    <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
  -    <param-value>.xhtml</param-value>
  -  </context-param>
  -
  -  <servlet>
  -    <servlet-name>Faces Servlet</servlet-name>
  -    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
  -    <load-on-startup>1</load-on-startup>
  -  </servlet>
  -
  -  <!-- Faces Servlet Mapping -->
  -
  -  <servlet-mapping>
  -    <servlet-name>Faces Servlet</servlet-name>
  -    <url-pattern>*.seam</url-pattern>
  -  </servlet-mapping>	
  -
   </web-app>
  
  
  



More information about the jboss-cvs-commits mailing list