[jboss-svn-commits] JBL Code SVN: r24595 - labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Jan 7 22:18:57 EST 2009
Author: michael.neale at jboss.com
Date: 2009-01-07 22:18:57 -0500 (Wed, 07 Jan 2009)
New Revision: 24595
Modified:
labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-UserGuide.xml
Log:
JBRULES-1907 Adding conf and properties to package builder.
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-UserGuide.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-UserGuide.xml 2009-01-08 02:51:58 UTC (rev 24594)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-UserGuide.xml 2009-01-08 03:18:57 UTC (rev 24595)
@@ -1341,6 +1341,13 @@
</section>
<section>
+ <title>Advanced config options in a rule package</title>
+ <para>As drools supports various configuration options for a package (such as adding functions for "accumulate" etc), this can be done by adding a X.package or X.conf file to the package - files which contain name/value pairs in the "properties" style. These will then be automatically added to the package configuration. See the main drools documentation for all the things you can do.
+ </para>
+
+ </section>
+
+ <section>
<title>Deployment: Integrating rules with your applications</title>
<para>Its all very interesting to manage rules, but how to you use or
More information about the jboss-svn-commits
mailing list