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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 2 12:40:01 EDT 2008


Author: galder.zamarreno at jboss.com
Date: 2008-04-02 12:40:01 -0400 (Wed, 02 Apr 2008)
New Revision: 71626

Modified:
   trunk/cluster/.classpath
Log:
Linked JGroups source jar in thirdparty to jgroups.jar.

Modified: trunk/cluster/.classpath
===================================================================
--- trunk/cluster/.classpath	2008-04-02 16:19:12 UTC (rev 71625)
+++ trunk/cluster/.classpath	2008-04-02 16:40:01 UTC (rev 71626)
@@ -4,7 +4,7 @@
 	<classpathentry kind="src" path="src/examples"/>
 	<classpathentry exported="true" kind="src" path="/server"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry exported="true" kind="lib" path="/thirdparty/jgroups/lib/jgroups.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/jgroups/lib/jgroups.jar" sourcepath="/thirdparty/jgroups/lib/jgroups-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/apache-logging/lib/commons-logging.jar"/>
 	<classpathentry exported="true" 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 exported="true" 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"/>




More information about the jboss-cvs-commits mailing list