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

Norman Richards norman.richards at jboss.com
Tue Jun 26 19:04:03 EDT 2007


  User: nrichards
  Date: 07/06/26 19:04:03

  Modified:    examples/drools/resources/WEB-INF  components.xml
  Log:
  update schema/dtd references
  
  Revision  Changes    Path
  1.12      +3 -3      jboss-seam/examples/drools/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/drools/resources/WEB-INF/components.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- components.xml	20 Jun 2007 04:32:58 -0000	1.11
  +++ components.xml	26 Jun 2007 23:04:03 -0000	1.12
  @@ -3,9 +3,9 @@
               xmlns:drools="http://jboss.com/products/seam/drools"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
  -                "http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.3.xsd 
  -                 http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.3.xsd 
  -                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
  +                "http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.0.xsd 
  +                 http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd 
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
               
       <drools:rule-base name="ruleBase" rule-files="numberguess.drl"/>
       <drools:managed-working-memory name="workingMemory" rule-base="#{ruleBase}"/>
  
  
  



More information about the jboss-cvs-commits mailing list