[jboss-cvs] JBoss Messaging SVN: r7965 - branches/Branch_1_4/integration/EAP4.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 25 11:52:49 EST 2010


Author: gaohoward
Date: 2010-02-25 11:52:48 -0500 (Thu, 25 Feb 2010)
New Revision: 7965

Modified:
   branches/Branch_1_4/integration/EAP4/.classpath
Log:
correct classpath


Modified: branches/Branch_1_4/integration/EAP4/.classpath
===================================================================
--- branches/Branch_1_4/integration/EAP4/.classpath	2010-02-25 09:38:50 UTC (rev 7964)
+++ branches/Branch_1_4/integration/EAP4/.classpath	2010-02-25 16:52:48 UTC (rev 7965)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="docs/examples/queue-failover/src"/>
-	<classpathentry kind="src" path="integration/EAP4/src"/>
+	<classpathentry kind="src" path="jgroups-src"/>
+	<classpathentry kind="src" path="integration/EAP4/src/main"/>
 	<classpathentry kind="src" path="integration/EAP4/tests-src"/>
 	<classpathentry kind="src" path="docs/examples/bridge/src"/>
 	<classpathentry kind="src" path="docs/examples/stateless-clustered/src"/>




More information about the jboss-cvs-commits mailing list