[jboss-svn-commits] JBL Code SVN: r33267 - 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
Mon May 31 15:45:56 EDT 2010
Author: jervisliu
Date: 2010-05-31 15:45:56 -0400 (Mon, 31 May 2010)
New Revision: 33267
Modified:
labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-AdminGuide.xml
Log:
Update Guvnor doc.
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-AdminGuide.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-AdminGuide.xml 2010-05-31 19:21:35 UTC (rev 33266)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-AdminGuide.xml 2010-05-31 19:45:56 UTC (rev 33267)
@@ -430,24 +430,27 @@
</section>
<section>
- <title>Customised selectors for package building</title>
-
+ <title>Selectors for package building</title>
+
<para>When building packages (from the "Packages" feature) you have the
- option to specify the name of a "selector". This selector will filter
- the list of rules that are built into the package. What you enter in the
- selector text box, is the name of a selector as configured on the
- server.</para>
-
- <para>To configure a selector, you will need to "explode" the war file
- for Guvnor, and locate the selectors.properties file (note you can also
- put your own selectors.properties file in the system classpath if you
- like). In this file, you will find details on how you can configure a
- custom selector. The options are to use a drl file, or the name of a
- class that you have written (and which is available on the classpath).
- Classes must implement the AssetSelector interface. DRL files can also
- be used (there is an example one in the selectors.properties file). Each
- selector you configure has a unique name in this properties file - and
- this is the name that you can use when building packages.</para>
+ option to use a "selector". This selector will filter the list of rules
+ that are built into the package. </para>
+
+ <para>Guvnor provides several built-in selectors which allow you to choose
+ what assets form part of a package build according to asset's status
+ and category.</para>
+
+ <para>You can use a custom selector if the built-in selector does not
+ satisfy your requirement. To configure a custom selector, you will need to
+ "explode" the war file for Guvnor, and locate the selectors.properties
+ file (note you can also put your own selectors.properties file in the system
+ classpath if you like). In this file, you will find details on how you
+ can configure a custom selector. The options are to use a drl file, or
+ the name of a class that you have written (and which is available on
+ the classpath). Classes must implement the AssetSelector interface. DRL
+ files can also be used (there is an example one in the selectors.properties
+ file). Each selector you configure has a unique name in this properties
+ file - and this is the name that you can use when building packages.</para>
</section>
<section>
More information about the jboss-svn-commits
mailing list