[jboss-cvs] JBossAS SVN: r58375 - trunk/testsuite

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 14 22:46:12 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-14 22:46:11 -0500 (Tue, 14 Nov 2006)
New Revision: 58375

Modified:
   trunk/testsuite/.classpath
Log:
Correct the jboss-aop-mc-int.jar sourcepath

Modified: trunk/testsuite/.classpath
===================================================================
--- trunk/testsuite/.classpath	2006-11-15 02:04:18 UTC (rev 58374)
+++ trunk/testsuite/.classpath	2006-11-15 03:46:11 UTC (rev 58375)
@@ -75,6 +75,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop-jdk50.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/pluggable-instrumentor.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/jbossmq"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-aop-mc-int.jar" sourcepath="C:/cygwin/home/Kabir/sourcecontrol/microcontainer/aop-mc-int/src/main"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-aop-mc-int.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-aop-mc-int-src.zip"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list