[Jboss-cvs] JBossAS SVN: r56772 - branches/Branch_3_2/security

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 12 12:54:55 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-09-12 12:54:54 -0400 (Tue, 12 Sep 2006)
New Revision: 56772

Modified:
   branches/Branch_3_2/security/.classpath
Log:
Add the concurrent.jar to the build path

Modified: branches/Branch_3_2/security/.classpath
===================================================================
--- branches/Branch_3_2/security/.classpath	2006-09-12 15:45:29 UTC (rev 56771)
+++ branches/Branch_3_2/security/.classpath	2006-09-12 16:54:54 UTC (rev 56772)
@@ -13,5 +13,6 @@
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/hsqldb/lib/hsqldb.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/transaction"/>
+	<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list