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

Peter Muir peter at bleepbleep.org.uk
Sat Dec 1 18:05:13 EST 2007


  User: pmuir   
  Date: 07/12/01 18:05:13

  Modified:    examples/todo/resources  todo.jpdl.xml
  Log:
  use jpdl 3.2 schema
  
  Revision  Changes    Path
  1.5       +2 -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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- todo.jpdl.xml	25 Jun 2007 13:16:22 -0000	1.4
  +++ todo.jpdl.xml	1 Dec 2007 23:05:12 -0000	1.5
  @@ -1,8 +1,8 @@
   <process-definition 
   	name="todo"
  -	xmlns="urn:jbpm.org:jpdl-3.1"
  +	xmlns="urn:jbpm.org:jpdl-3.2"
   	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"
  +	xsi:schemaLocation="urn:jbpm.org:jpdl-3.2 http://jbpm.org/xsd/jpdl-3.2.xsd"
   	>
      
      <start-state name="start">
  
  
  



More information about the jboss-cvs-commits mailing list