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

Gavin King gavin.king at jboss.com
Thu Nov 16 10:36:23 EST 2006


  User: gavin   
  Date: 06/11/16 10:36:23

  Modified:    examples/numberguess/resources/WEB-INF  components.xml
  Log:
  add nested pageflow
  
  Revision  Changes    Path
  1.5       +4 -1      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- components.xml	10 Nov 2006 19:07:56 -0000	1.4
  +++ components.xml	16 Nov 2006 15:36:23 -0000	1.5
  @@ -13,7 +13,10 @@
       </component>
       
       <component class="org.jboss.seam.core.Jbpm">
  -        <property name="pageflowDefinitions">pageflow.jpdl.xml</property>
  +        <property name="pageflowDefinitions">
  +            <value>pageflow.jpdl.xml</value>
  +            <value>cheat.jpdl.xml</value>
  +        </property>
       </component>
   
       <component class="org.jboss.seam.core.Microcontainer" 
  
  
  



More information about the jboss-cvs-commits mailing list