[jboss-svn-commits] JBL Code SVN: r9256 - labs/jbossrules/trunk/drools-testing-plugin.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Feb 1 09:39:09 EST 2007


Author: mshaw
Date: 2007-02-01 09:39:09 -0500 (Thu, 01 Feb 2007)
New Revision: 9256

Modified:
   labs/jbossrules/trunk/drools-testing-plugin/.classpath
   labs/jbossrules/trunk/drools-testing-plugin/build.properties
Log:


Modified: labs/jbossrules/trunk/drools-testing-plugin/.classpath
===================================================================
--- labs/jbossrules/trunk/drools-testing-plugin/.classpath	2007-02-01 14:38:36 UTC (rev 9255)
+++ labs/jbossrules/trunk/drools-testing-plugin/.classpath	2007-02-01 14:39:09 UTC (rev 9256)
@@ -1,13 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry exported="true" kind="lib" path="lib/testing-core-0.0.1.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/castor-xml-1.0.5.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/antlr-2.7.6.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/antlr-3.0ea8.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/antlr-2.7.6.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.0.4.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/drools-compiler-3.0.4.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/drools-core-3.0.4.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/drools-jsr94-3.0.4.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/drools-testing-0.0.1.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/xercesImpl-2.4.0.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="lib" path="C:/Documents and Settings/Matt/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar"/>
+	<classpathentry kind="lib" path="C:/Documents and Settings/Matt/.m2/repository/castor/castor-xml/1.0.5/castor-xml-1.0.5.jar"/>
+	<classpathentry kind="lib" path="C:/Documents and Settings/Matt/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: labs/jbossrules/trunk/drools-testing-plugin/build.properties
===================================================================
--- labs/jbossrules/trunk/drools-testing-plugin/build.properties	2007-02-01 14:38:36 UTC (rev 9255)
+++ labs/jbossrules/trunk/drools-testing-plugin/build.properties	2007-02-01 14:39:09 UTC (rev 9256)
@@ -4,9 +4,12 @@
                META-INF/,\
                .,\
                icons/,\
+               lib/antlr-2.7.6.jar,\
+               lib/antlr-3.0ea8.jar,\
+               lib/commons-logging-1.0.4.jar,\
                lib/drools-compiler-3.0.4.jar,\
                lib/drools-core-3.0.4.jar,\
                lib/drools-jsr94-3.0.4.jar,\
-               lib/antlr-2.7.6.jar,\
-               lib/antlr-3.0ea8.jar,\
-               lib/testing-core-0.0.1.jar
+               lib/drools-testing-0.0.1.jar,\
+               lib/xercesImpl-2.4.0.jar,\
+               lib/castor-xml-1.0.5.jar




More information about the jboss-svn-commits mailing list