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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 10 14:59:30 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-04-10 14:59:29 -0400 (Thu, 10 Apr 2008)
New Revision: 71973

Modified:
   trunk/system-jmx/.classpath
Log:
Fix the source path for jboss-classloading.jar

Modified: trunk/system-jmx/.classpath
===================================================================
--- trunk/system-jmx/.classpath	2008-04-10 18:49:04 UTC (rev 71972)
+++ trunk/system-jmx/.classpath	2008-04-10 18:59:29 UTC (rev 71973)
@@ -9,7 +9,7 @@
 	<classpathentry exported="true" kind="src" path="/system"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-cl/lib/jboss-classloader.jar" sourcepath="/thirdparty/jboss/jboss-cl/lib/jboss-classloader-sources.jar"/>
-	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-cl/lib/jboss-classloading.jar" sourcepath="/thirdparty/jboss/jboss-cl/lib/jboss-classloading-vfs-sources.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-cl/lib/jboss-classloading.jar" sourcepath="/thirdparty/jboss/jboss-cl/lib/jboss-classloading-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-cl/lib/jboss-classloading-vfs.jar" sourcepath="/thirdparty/jboss/jboss-cl/lib/jboss-classloading-vfs-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/apache-xerces/lib/resolver.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/apache-xerces/lib/xercesImpl.jar"/>




More information about the jboss-cvs-commits mailing list