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

Peter Muir peter at bleepbleep.org.uk
Tue Mar 6 16:49:49 EST 2007


  User: pmuir   
  Date: 07/03/06 16:49:49

  Modified:    examples/todo/resources   .gpd.todo.jpdl.xml todo.jpdl.xml
  Log:
  JBSEAM-215
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/todo/resources/.gpd.todo.jpdl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .gpd.todo.jpdl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/todo/resources/.gpd.todo.jpdl.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- .gpd.todo.jpdl.xml	18 Jan 2006 20:59:59 -0000	1.1
  +++ .gpd.todo.jpdl.xml	6 Mar 2007 21:49:49 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<process-diagram name="todo" width="804" height="704">
  +<process-diagram name="todo" width="752" height="547">
     <node name="start" x="115" y="51" width="140" height="40">
       <transition>
         <label x="5" y="-10"/>
  
  
  
  1.2       +20 -15    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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- todo.jpdl.xml	18 Jan 2006 20:59:59 -0000	1.1
  +++ todo.jpdl.xml	6 Mar 2007 21:49:49 -0000	1.2
  @@ -1,4 +1,9 @@
  -<process-definition name="todo">
  +<process-definition
  +	xmlns="http://jboss.com/products/seam/pageflow"
  +	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  +    xsi:schemaLocation=
  +	    "http://jboss.com/products/seam/pageflow http://jboss.com/products/seam/pageflow-1.2.xsd"
  +	name="todo">
      
      <start-state name="start">
         <transition to="todo"/>
  
  
  



More information about the jboss-cvs-commits mailing list