[jboss-cvs] JBossAS SVN: r57588 - projects/aop/trunk/aop

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 12 12:12:32 EDT 2006


Author: kabir.khan at jboss.com
Date: 2006-10-12 12:12:30 -0400 (Thu, 12 Oct 2006)
New Revision: 57588

Modified:
   projects/aop/trunk/aop/.classpath
Log:
Add log4j to classpath so we can run tests from within eclipse

Modified: projects/aop/trunk/aop/.classpath
===================================================================
--- projects/aop/trunk/aop/.classpath	2006-10-12 15:42:03 UTC (rev 57587)
+++ projects/aop/trunk/aop/.classpath	2006-10-12 16:12:30 UTC (rev 57588)
@@ -18,5 +18,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-container.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list