[jboss-cvs] JBossAS SVN: r65328 - trunk/system.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 12 07:36:24 EDT 2007


Author: adrian at jboss.org
Date: 2007-09-12 07:36:24 -0400 (Wed, 12 Sep 2007)
New Revision: 65328

Modified:
   trunk/system/.classpath
Log:
Need trove in the classpath while aop is in the classpath for running tests

Modified: trunk/system/.classpath
===================================================================
--- trunk/system/.classpath	2007-09-12 11:32:07 UTC (rev 65327)
+++ trunk/system/.classpath	2007-09-12 11:36:24 UTC (rev 65328)
@@ -33,5 +33,6 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/main"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/bootstrap"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-aop-mc-int.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-aop-mc-int-sources.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/trove/lib/trove.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list