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

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


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

  Modified:    examples/todo/resources  todo.jpdl.xml
  Log:
  better xsds, example xml which validates, better validation in ant
  
  Revision  Changes    Path
  1.4       +6 -2      jboss-seam/examples/todo/resources/todo.jpdl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: todo.jpdl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/todo/resources/todo.jpdl.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- todo.jpdl.xml	13 Mar 2007 17:05:13 -0000	1.3
  +++ todo.jpdl.xml	25 Jun 2007 13:16:22 -0000	1.4
  @@ -1,5 +1,9 @@
   <process-definition
  -	name="todo">
  +	name="todo"
  +	xmlns="urn:jbpm.org:jpdl-3.1"
  +	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  +	xsi:schemaLocation="urn:jbpm.org:jpdl-3.1 http://jbpm.org/xsd/jpdl-3.1.xsd"
  +	>
      
      <start-state name="start">
         <transition to="todo"/>
  
  
  



More information about the jboss-cvs-commits mailing list