[jboss-cvs] JBossAS SVN: r92283 - branches/JBPAPP_5_0/cluster.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 12 16:50:18 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-08-12 16:50:18 -0400 (Wed, 12 Aug 2009)
New Revision: 92283

Modified:
   branches/JBPAPP_5_0/cluster/.classpath
Log:
Fix JGroups sourcepath

Modified: branches/JBPAPP_5_0/cluster/.classpath
===================================================================
--- branches/JBPAPP_5_0/cluster/.classpath	2009-08-12 19:56:56 UTC (rev 92282)
+++ branches/JBPAPP_5_0/cluster/.classpath	2009-08-12 20:50:18 UTC (rev 92283)
@@ -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" sourcepath="/JGroups/src"/>
+	<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/org/jboss/cluster/lib/jboss-ha-client.jar" sourcepath="/thirdparty/org/jboss/cluster/lib/jboss-ha-client-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/org/jboss/cluster/lib/jboss-ha-server-api.jar" sourcepath="/thirdparty/org/jboss/cluster/lib/jboss-ha-server-api-sources.jar"/>




More information about the jboss-cvs-commits mailing list