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

Peter Muir peter at bleepbleep.org.uk
Sun Jun 24 17:37:56 EDT 2007


  User: pmuir   
  Date: 07/06/24 17:37:56

  Modified:    examples/drools/resources  pageflow.jpdl.xml
  Log:
  Add xml validation of config files to examples
  
  Revision  Changes    Path
  1.2       +6 -1      jboss-seam/examples/drools/resources/pageflow.jpdl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pageflow.jpdl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/drools/resources/pageflow.jpdl.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pageflow.jpdl.xml	18 Jun 2006 07:01:31 -0000	1.1
  +++ pageflow.jpdl.xml	24 Jun 2007 21:37:56 -0000	1.2
  @@ -4,7 +4,12 @@
      
   -->
   
  -<pageflow-definition name="numberGuess">
  +<pageflow-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.3.xsd" 
  +	name="numberGuess">
      
      <start-page name="displayGuess" view-id="/numberGuess.jsp">
         <redirect/>
  
  
  



More information about the jboss-cvs-commits mailing list