[jboss-svn-commits] JBL Code SVN: r8751 - labs/jbossrules/trunk/drools-core
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sun Jan 7 14:34:58 EST 2007
Author: mark.proctor at jboss.com
Date: 2007-01-07 14:34:56 -0500 (Sun, 07 Jan 2007)
New Revision: 8751
Modified:
labs/jbossrules/trunk/drools-core/.classpath
Log:
JBRULES-604 integrate MVEL into JBRules intead of JFDI.
Modified: labs/jbossrules/trunk/drools-core/.classpath
===================================================================
--- labs/jbossrules/trunk/drools-core/.classpath 2007-01-07 18:45:46 UTC (rev 8750)
+++ labs/jbossrules/trunk/drools-core/.classpath 2007-01-07 19:34:56 UTC (rev 8751)
@@ -9,5 +9,6 @@
<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
<classpathentry kind="var" path="M2_REPO/xstream/xstream/1.1.3/xstream-1.1.3.jar"/>
<classpathentry kind="var" path="M2_REPO/org/antlr/antlr/3.0b5/antlr-3.0b5.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/mvel"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
More information about the jboss-svn-commits
mailing list