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

Gavin King gavin.king at jboss.com
Thu Feb 22 13:17:14 EST 2007


  User: gavin   
  Date: 07/02/22 13:17:14

  Modified:    examples/contactlist/resources/WEB-INF   web.xml
  Removed:     examples/contactlist/resources/WEB-INF   navigation.xml
  Log:
  use pages.xml style navigation
  
  Revision  Changes    Path
  1.8       +0 -5      jboss-seam/examples/contactlist/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/contactlist/resources/WEB-INF/web.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- web.xml	22 Feb 2007 04:29:08 -0000	1.7
  +++ web.xml	22 Feb 2007 18:17:14 -0000	1.8
  @@ -5,11 +5,6 @@
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
   
  -   <context-param>
  -      <param-name>javax.faces.CONFIG_FILES</param-name>
  -      <param-value>/WEB-INF/navigation.xml</param-value>
  -   </context-param>
  -
       <!-- Seam -->
       
       <listener>
  
  
  



More information about the jboss-cvs-commits mailing list