[jboss-cvs] jboss-seam/examples/dvdstore/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/dvdstore/resources/WEB-INF  components.xml
  Log:
  better xsds, example xml which validates, better validation in ant
  
  Revision  Changes    Path
  1.13      +4 -4      jboss-seam/examples/dvdstore/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/dvdstore/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 20:54:23 -0000	1.12
  +++ components.xml	25 Jun 2007 13:16:23 -0000	1.13
  @@ -20,13 +20,13 @@
       <core:manager conversation-timeout="120000"/>
       
       <bpm:jbpm>
  -        <core:process-definitions>
  +        <bpm:process-definitions>
               <value>ordermanagement1.jpdl.xml</value>
  -        </core:process-definitions>
  -        <core:pageflow-definitions>
  +        </bpm:process-definitions>
  +        <bpm:pageflow-definitions>
               <value>checkout.jpdl.xml</value>
               <value>newuser.jpdl.xml</value>
  -        </core:pageflow-definitions>
  +        </bpm:pageflow-definitions>
       </bpm:jbpm>
   
       <security:identity authenticate-method="#{authenticator.authenticate}"/>
  
  
  



More information about the jboss-cvs-commits mailing list