[jboss-svn-commits] JBL Code SVN: r5853 - labs/jbossrules/trunk
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Aug 14 05:58:11 EDT 2006
Author: michael.neale at jboss.com
Date: 2006-08-14 05:58:09 -0400 (Mon, 14 Aug 2006)
New Revision: 5853
Modified:
labs/jbossrules/trunk/README_DEPENDENCIES.txt
Log:
adjusted for jexcelapi dependency
Modified: labs/jbossrules/trunk/README_DEPENDENCIES.txt
===================================================================
--- labs/jbossrules/trunk/README_DEPENDENCIES.txt 2006-08-14 09:58:03 UTC (rev 5852)
+++ labs/jbossrules/trunk/README_DEPENDENCIES.txt 2006-08-14 09:58:09 UTC (rev 5853)
@@ -36,7 +36,7 @@
* drools-compiler - required as rules are generated and compiled
* drools-decisiontables - contains the spreadsheet compiler for both XLS and CSV
- * poi - for parsing Excel spreadsheets. If you are only using CSV, can skip this.
+ * jexcelapi - for parsing Excel spreadsheets.
The most common use case is for COMPILER - this allows rules to be loaded from their source form,
and includes the runtime engine of course.
@@ -46,4 +46,4 @@
When building from source, the dependencies are managed by maven.
In each module, there is a pom.xml file that lists the exact dependencies and exact version numbers.
-Even if you use ant to build, the dependencies will be downloaded for you based on those pom.xml files.
\ No newline at end of file
+Even if you use ant to build, the dependencies will be downloaded for you based on those pom.xml files.
More information about the jboss-svn-commits
mailing list