[jboss-cvs] jboss-seam/src/main/org/jboss/seam ...

Norman Richards norman.richards at jboss.com
Wed Aug 29 09:25:36 EDT 2007


  User: nrichards
  Date: 07/08/29 09:25:36

  Modified:    src/main/org/jboss/seam  drools-2.0.xsd
  Log:
  rename rule agent, change rule base creation logic
  
  Revision  Changes    Path
  1.3       +3 -3      jboss-seam/src/main/org/jboss/seam/drools-2.0.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: drools-2.0.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/drools-2.0.xsd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- drools-2.0.xsd	28 Aug 2007 00:54:21 -0000	1.2
  +++ drools-2.0.xsd	29 Aug 2007 13:25:36 -0000	1.3
  @@ -19,13 +19,13 @@
           <xs:attribute name="rule-files" type="xs:string"/>        
       </xs:attributeGroup>
   
  -    <xs:element name="brms-rule-base">
  +    <xs:element name="rule-agent">
       	<xs:complexType mixed="true">    		
       		<xs:attributeGroup ref="components:attlist.component" />
  -    		<xs:attributeGroup ref="drools:attlist.BRMSRuleBase" />
  +    		<xs:attributeGroup ref="drools:attlist.RuleAgent" />
       	</xs:complexType>
       </xs:element>
  -    <xs:attributeGroup name="attlist.BRMSRuleBase">
  +    <xs:attributeGroup name="attlist.RuleAgent">
           <xs:attribute name="configuration-file" type="xs:string" />
           <xs:attribute name="config-name" type="xs:string" />
           <xs:attribute name="new-instance" type="xs:string" />
  
  
  



More information about the jboss-cvs-commits mailing list