[jboss-cvs] JBossAS SVN: r85602 - branches/Branch_5_x/aspects.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 7 13:07:21 EST 2009


Author: scott.stark at jboss.org
Date: 2009-03-07 13:07:20 -0500 (Sat, 07 Mar 2009)
New Revision: 85602

Modified:
   branches/Branch_5_x/aspects/.classpath
Log:
Set the bootstrap source path

Modified: branches/Branch_5_x/aspects/.classpath
===================================================================
--- branches/Branch_5_x/aspects/.classpath	2009-03-07 16:26:24 UTC (rev 85601)
+++ branches/Branch_5_x/aspects/.classpath	2009-03-07 18:07:20 UTC (rev 85602)
@@ -43,6 +43,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop-aspects.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop-asintegration-jmx.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/servlet-api.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-bootstrap/lib/jboss-bootstrap.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-bootstrap/lib/jboss-bootstrap.jar" sourcepath="/thirdparty/jboss/jboss-bootstrap/lib/jboss-bootstrap-sources.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list