[jboss-cvs] jboss-seam/src/test/integration/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:    src/test/integration/resources   testProcess1.jpdl.xml
                        jboss-seam-integration-tests-ds.xml
  Log:
  use jpdl 3.2 schema
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/src/test/integration/resources/testProcess1.jpdl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: testProcess1.jpdl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/test/integration/resources/testProcess1.jpdl.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- testProcess1.jpdl.xml	15 Oct 2007 22:08:08 -0000	1.1
  +++ testProcess1.jpdl.xml	1 Dec 2007 23:05:13 -0000	1.2
  @@ -1,7 +1,7 @@
   <process-definition name="TestProcess1"
  -                    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">
           <transition to="done"/>
  
  
  
  1.3       +3 -1      jboss-seam/src/test/integration/resources/jboss-seam-integration-tests-ds.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-seam-integration-tests-ds.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/test/integration/resources/jboss-seam-integration-tests-ds.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- jboss-seam-integration-tests-ds.xml	28 Nov 2007 18:03:57 -0000	1.2
  +++ jboss-seam-integration-tests-ds.xml	1 Dec 2007 23:05:13 -0000	1.3
  @@ -1,6 +1,8 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -
  +<!DOCTYPE datasources
  +    PUBLIC "-//JBoss//DTD JBOSS JCA Config 1.5//EN"
  +    "http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd">
   
   <datasources>
      
  
  
  



More information about the jboss-cvs-commits mailing list