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

Peter Muir peter at bleepbleep.org.uk
Sun Jul 15 06:20:13 EDT 2007


  User: pmuir   
  Date: 07/07/15 06:20:13

  Modified:    examples/seamdiscs/resources/WEB-INF  components.xml
  Log:
  Add test, make seamdiscs files validate
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/examples/seamdiscs/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamdiscs/resources/WEB-INF/components.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- components.xml	14 Jul 2007 23:48:41 -0000	1.4
  +++ components.xml	15 Jul 2007 10:20:12 -0000	1.5
  @@ -13,7 +13,7 @@
                    http://jboss.com/products/seam/web http://jboss.com/products/seam/web-2.0.xsd 
                    http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-2.0.xsd">
   
  -	<core:init debug="@debug@" jndi-pattern="@jndiPattern@" />
  +	<core:init debug="false" jndi-pattern="@jndiPattern@" />
   
   	<core:manager concurrent-request-timeout="500"
   		conversation-timeout="120000" 
  
  
  



More information about the jboss-cvs-commits mailing list