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

Gavin King gavin.king at jboss.com
Sun Dec 10 11:01:58 EST 2006


  User: gavin   
  Date: 06/12/10 11:01:58

  Modified:    examples/drools/resources/WEB-INF  components.xml
  Log:
  ws
  
  Revision  Changes    Path
  1.6       +4 -2      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- components.xml	8 Dec 2006 05:14:20 -0000	1.5
  +++ components.xml	10 Dec 2006 16:01:58 -0000	1.6
  @@ -1,6 +1,7 @@
   <components xmlns="http://jboss.com/products/seam/components" 
               xmlns:core="http://jboss.com/products/seam/core"
               xmlns:drools="http://jboss.com/products/seam/drools">
  +            
       <drools:rule-base name="ruleBase" rule-files="numberguess.drl"/>
       <drools:managed-working-memory name="workingMemory" rule-base="#{ruleBase}"/>
   
  @@ -12,4 +13,5 @@
   
       <core:init debug="true"/>
       <core:microcontainer installed="@microcontainer@"/>
  +    
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list