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

Gavin King gavin.king at jboss.com
Tue Jun 19 20:13:59 EDT 2007


  User: gavin   
  Date: 07/06/19 20:13:59

  Modified:    examples/todo/resources/WEB-INF  components.xml
  Log:
  update
  
  Revision  Changes    Path
  1.8       +7 -4      jboss-seam/examples/todo/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/todo/resources/WEB-INF/components.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- components.xml	15 Jun 2007 05:14:03 -0000	1.7
  +++ components.xml	20 Jun 2007 00:13:59 -0000	1.8
  @@ -1,10 +1,13 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <components xmlns="http://jboss.com/products/seam/components"
  +            xmlns:bpm="http://jboss.com/products/seam/bpm"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  -            xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
  +            xsi:schemaLocation=
  +                "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 class="org.jboss.seam.core.Jbpm">
  -        <property name="processDefinitions">todo.jpdl.xml</property>
  -    </component>
  +    <bpm:jbpm>
  +        <bpm:process-definitions>todo.jpdl.xml</bpm:process-definitions>
  +    </bpm:jbpm>
       
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list