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

Peter Muir peter at bleepbleep.org.uk
Mon Jun 25 09:16:23 EDT 2007


  User: pmuir   
  Date: 07/06/25 09:16:23

  Modified:    examples/todo/resources/WEB-INF  components.xml
  Log:
  better xsds, example xml which validates, better validation in ant
  
  Revision  Changes    Path
  1.9       +3 -1      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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- components.xml	20 Jun 2007 00:13:59 -0000	1.8
  +++ components.xml	25 Jun 2007 13:16:23 -0000	1.9
  @@ -7,7 +7,9 @@
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
   
       <bpm:jbpm>
  -        <bpm:process-definitions>todo.jpdl.xml</bpm:process-definitions>
  +        <bpm:process-definitions>
  +        	<value>todo.jpdl.xml</value>
  +        </bpm:process-definitions>
       </bpm:jbpm>
       
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list