[jboss-svn-commits] JBL Code SVN: r25551 - labs/jbossrules/trunk.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Mar 9 08:55:10 EDT 2009
Author: Rikkola
Date: 2009-03-09 08:55:10 -0400 (Mon, 09 Mar 2009)
New Revision: 25551
Modified:
labs/jbossrules/trunk/README_DEPENDENCIES.txt
Log:
update README_DEPENDENCIES.txt
Modified: labs/jbossrules/trunk/README_DEPENDENCIES.txt
===================================================================
--- labs/jbossrules/trunk/README_DEPENDENCIES.txt 2009-03-09 10:14:41 UTC (rev 25550)
+++ labs/jbossrules/trunk/README_DEPENDENCIES.txt 2009-03-09 12:55:10 UTC (rev 25551)
@@ -1,5 +1,12 @@
This is a summary of what jars you may need in your situation. Abbreviated names
have been used (only the first part of the jar name).
+API
+ * jaxb-impl 2.1.9
+ * jaxb-xjc 2.1.9
+ * milyn-smooks-javabean 1.1
+ * jxls-reader 0.9.6
+ * xstream 1.3.1
+ * jms 1.1
CORE RUNTIME
Runtime assumes that you are "compiling" rules using drools-compiler.
@@ -48,6 +55,34 @@
* drools-decisiontables - contains the spreadsheet compiler for both XLS and
CSV
* jxl-2.4.2 (jexcelapi) - for parsing Excel spreadsheets.
+
+ANT
+Ant tasks for creating rule and knowledge packages and to verify rules.
+
+ * drools-api
+ * drools-core
+ * drools-compiler
+ * drools-decisiontables
+ * ant 1.6.5
+ * ant-nodeps 1.6.5
+ * xstream 1.3.1
+ * drools-verifier - If you are using the verifier ant task
+
+SERVER
+ * drools-compiler
+ * xstream 1.3.1
+ * stax 1.2.0
+ * jettison 1.0.1
+ * servlet-api 2.3
+
+TEMPLATES
+ * drools-core
+ * drools-compiler
+
+VERIFIER
+ * drools-compiler
+ * xstream 1.3.1 - If you are using the XML report
+
The most common use case is for COMPILER - this allows rules to be loaded from
their source form,
More information about the jboss-svn-commits
mailing list