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

Gavin King gavin.king at jboss.com
Tue Jun 19 23:12:01 EDT 2007


  User: gavin   
  Date: 07/06/19 23:12:01

  Modified:    examples/numberguess/resources/WEB-INF  components.xml
  Log:
  debug is useless with jsp
  
  Revision  Changes    Path
  1.13      +1 -5      jboss-seam/examples/numberguess/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/numberguess/resources/WEB-INF/components.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- components.xml	19 Jun 2007 23:59:28 -0000	1.12
  +++ components.xml	20 Jun 2007 03:12:01 -0000	1.13
  @@ -1,19 +1,15 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <components xmlns="http://jboss.com/products/seam/components"
               xmlns:bpm="http://jboss.com/products/seam/bpm"
  -            xmlns:core="http://jboss.com/products/seam/core"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
  -                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.3.xsd 
  -                 http://jboss.com/products/seam/bpm http://jboss.com/products/seam/bpm-1.3.xsd 
  +                "http://jboss.com/products/seam/bpm http://jboss.com/products/seam/bpm-1.3.xsd 
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
   
       <component name="numberGuess">
           <property name="maxGuesses">10</property>
       </component>
   
  -    <core:init debug="true"/>
  -    
       <bpm:jbpm>
           <bpm:pageflow-definitions>
               <value>cheat.jpdl.xml</value>
  
  
  



More information about the jboss-cvs-commits mailing list