[jboss-cvs] jboss-seam/examples/dvdstore/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/dvdstore/resources    ordermanagement2.jpdl.xml
                        ordermanagement3.jpdl.xml ordermanagement1.jpdl.xml
  Log:
  use jpdl 3.2 schema
  
  Revision  Changes    Path
  1.5       +2 -2      jboss-seam/examples/dvdstore/resources/ordermanagement2.jpdl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ordermanagement2.jpdl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/resources/ordermanagement2.jpdl.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- ordermanagement2.jpdl.xml	25 Jun 2007 13:16:22 -0000	1.4
  +++ ordermanagement2.jpdl.xml	1 Dec 2007 23:05:13 -0000	1.5
  @@ -2,9 +2,9 @@
   
   <process-definition 
   	name="OrderManagement"
  -	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">
  
  
  
  1.5       +2 -2      jboss-seam/examples/dvdstore/resources/ordermanagement3.jpdl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ordermanagement3.jpdl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/resources/ordermanagement3.jpdl.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- ordermanagement3.jpdl.xml	25 Jun 2007 13:16:22 -0000	1.4
  +++ ordermanagement3.jpdl.xml	1 Dec 2007 23:05:13 -0000	1.5
  @@ -2,9 +2,9 @@
   
   <process-definition 
   	name="OrderManagement"
  -	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">
  
  
  
  1.5       +2 -2      jboss-seam/examples/dvdstore/resources/ordermanagement1.jpdl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ordermanagement1.jpdl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/resources/ordermanagement1.jpdl.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- ordermanagement1.jpdl.xml	15 Aug 2007 19:23:28 -0000	1.4
  +++ ordermanagement1.jpdl.xml	1 Dec 2007 23:05:13 -0000	1.5
  @@ -2,9 +2,9 @@
   
   <process-definition 
   	name="OrderManagement"
  -	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