[jboss-svn-commits] JBL Code SVN: r23876 - labs/jbossrules/trunk.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Nov 14 10:34:40 EST 2008
Author: Rikkola
Date: 2008-11-14 10:34:40 -0500 (Fri, 14 Nov 2008)
New Revision: 23876
Modified:
labs/jbossrules/trunk/README_DEPENDENCIES.txt
Log:
Updated READMEs
Modified: labs/jbossrules/trunk/README_DEPENDENCIES.txt
===================================================================
--- labs/jbossrules/trunk/README_DEPENDENCIES.txt 2008-11-14 14:00:15 UTC (rev 23875)
+++ labs/jbossrules/trunk/README_DEPENDENCIES.txt 2008-11-14 15:34:40 UTC (rev 23876)
@@ -4,7 +4,8 @@
CORE RUNTIME
Runtime assumes that you are "compiling" rules using drools-compiler.
- * drools-core - the rule engine itself.
+ * drools-core - the rule engine itself.
+ * drools-api
* mvel-2.0M2
* optional packages:
o xpp3-1.1.3.4.O, xstream-1.2.2 - if you are using the file based
@@ -17,7 +18,8 @@
Rule compiler takes rules in some textual format and prepares binary Packages of
rules for deployment. This depends on the CORE RUNTIME.
- * drools-core
+ * drools-core
+ * drools-api
* drools-compiler - the rule compiler itself.
* antlr3-runtime-3.0.1
* xerces-2.4.0, xml-apis-1.0.b2 - only if you are using XML rules, if DRL
@@ -29,7 +31,8 @@
JSR-94
This is the standard api for java rules (javax.rules).
- * drools-core
+ * drools-core
+ * drools-api
* drools-compiler
* drools-jsr94 - the implementation of the standard
* jsr94-1.1 - the standard API for javax.rules.
@@ -37,7 +40,8 @@
DECISION TABLES
Decision tables use spreadsheets to generate rules.
- * drools-core
+ * drools-core
+ * drools-api
* drools-compiler - required as rules are generated and compiled
* drools-decisiontables - contains the spreadsheet compiler for both XLS and
CSV
More information about the jboss-svn-commits
mailing list