[jboss-cvs] JBossAS SVN: r72038 - trunk/aspects.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 11 12:41:44 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-04-11 12:41:44 -0400 (Fri, 11 Apr 2008)
New Revision: 72038

Modified:
   trunk/aspects/.classpath
Log:
Add jboss-XXX-aspects jars to classpath

Modified: trunk/aspects/.classpath
===================================================================
--- trunk/aspects/.classpath	2008-04-11 16:41:18 UTC (rev 72037)
+++ trunk/aspects/.classpath	2008-04-11 16:41:44 UTC (rev 72038)
@@ -12,6 +12,8 @@
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/pluggable-instrumentor.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-remoting-aspects.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-security-aspects.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-transaction-aspects.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list