[jboss-cvs] JBossAS SVN: r69226 - trunk/cluster.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 22 18:45:22 EST 2008


Author: galder.zamarreno at jboss.com
Date: 2008-01-22 18:45:22 -0500 (Tue, 22 Jan 2008)
New Revision: 69226

Modified:
   trunk/cluster/.classpath
Log:
[JBAS-5155] Fixed source link in Eclipse for ha-client and ha-server-api jar files.

Modified: trunk/cluster/.classpath
===================================================================
--- trunk/cluster/.classpath	2008-01-22 23:16:55 UTC (rev 69225)
+++ trunk/cluster/.classpath	2008-01-22 23:45:22 UTC (rev 69226)
@@ -28,7 +28,7 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/integration/lib/jboss-integration.jar" sourcepath="/thirdparty/jboss/integration/lib/integration-sources.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/main"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/metadata/lib/jboss-metadata.jar" sourcepath="/thirdparty/jboss/metadata/lib/jboss-metadata-sources.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ha-client/lib/jboss-ha-client.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ha-server-api/lib/jboss-ha-server-api.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ha-client/lib/jboss-ha-client.jar" sourcepath="/thirdparty/jboss/jboss-ha-client/lib/jboss-ha-client-sources.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ha-server-api/lib/jboss-ha-server-api.jar" sourcepath="/thirdparty/jboss/jboss-ha-server-api/lib/jboss-ha-server-api-sources.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list