[jboss-cvs] jboss-seam/examples/drools/resources/WEB-INF ...
Gavin King
gavin.king at jboss.com
Wed Dec 20 11:50:14 EST 2006
User: gavin
Date: 06/12/20 11:50:14
Modified: examples/drools/resources/WEB-INF components.xml
Log:
schema
Revision Changes Path
1.7 +6 -1 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.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- components.xml 10 Dec 2006 16:01:58 -0000 1.6
+++ components.xml 20 Dec 2006 16:50:14 -0000 1.7
@@ -1,6 +1,11 @@
<components xmlns="http://jboss.com/products/seam/components"
xmlns:core="http://jboss.com/products/seam/core"
- xmlns:drools="http://jboss.com/products/seam/drools">
+ 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.1.xsd
+ http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.1.xsd
+ http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.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