[jboss-svn-commits] JBL Code SVN: r5405 - labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Aug 2 07:58:20 EDT 2006
Author: michael.neale at jboss.com
Date: 2006-08-02 07:58:17 -0400 (Wed, 02 Aug 2006)
New Revision: 5405
Modified:
labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-The_Drools_Rule_Engine.xml
Log:
small doco fix
Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-The_Drools_Rule_Engine.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-The_Drools_Rule_Engine.xml 2006-08-02 11:52:45 UTC (rev 5404)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-The_Drools_Rule_Engine.xml 2006-08-02 11:58:17 UTC (rev 5405)
@@ -208,7 +208,7 @@
fireAllRules() for resulting Activations to fire.</para>
<programlisting>ruleBase.addPackage( pkg ); // Add a package instance
-ruleBase.addPackage( "org.com.sample" ); // remove a package, and all its parts, by it's namespace
+ruleBase.removePackage( "org.com.sample" ); // remove a package, and all its parts, by it's namespace
ruleBase.removeRule( "org.com.sample", "my rule" ); // remove a specific rule from a namespace</programlisting>
<para>While there is a method to remove an indivual rule, there is no
@@ -802,4 +802,4 @@
graphical viewer, so that the rule engine can log events for later
viewing, and auditing.</para>
</section>
-</section>
\ No newline at end of file
+</section>
More information about the jboss-svn-commits
mailing list