[jboss-svn-commits] JBL Code SVN: r9181 - labs/jbossrules/trunk/drools-compiler.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jan 31 02:00:54 EST 2007


Author: mark.proctor at jboss.com
Date: 2007-01-31 02:00:54 -0500 (Wed, 31 Jan 2007)
New Revision: 9181

Modified:
   labs/jbossrules/trunk/drools-compiler/.classpath
Log:
-updated .classpath for mvel dependency

Modified: labs/jbossrules/trunk/drools-compiler/.classpath
===================================================================
--- labs/jbossrules/trunk/drools-compiler/.classpath	2007-01-31 06:58:33 UTC (rev 9180)
+++ labs/jbossrules/trunk/drools-compiler/.classpath	2007-01-31 07:00:54 UTC (rev 9181)
@@ -21,6 +21,6 @@
 	<classpathentry kind="var" path="M2_REPO/org/antlr/antlr/3.0b5/antlr-3.0b5.jar"/>
 	<classpathentry kind="var" path="M2_REPO/antlr/stringtemplate/3.0/stringtemplate-3.0.jar"/>
 	<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/mvel"/>
+	<classpathentry kind="var" path="M2_REPO/org/mvel/mvel14/1.2beta6/mvel14-1.2beta6.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>




More information about the jboss-svn-commits mailing list