[jboss-cvs] JBoss Messaging SVN: r4437 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 12 03:58:59 EDT 2008


Author: jmesnil
Date: 2008-06-12 03:58:59 -0400 (Thu, 12 Jun 2008)
New Revision: 4437

Modified:
   trunk/.classpath
   trunk/build-messaging.xml
Log:
added easymock jar to compile classpaths & eclipse's .classpath

Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2008-06-12 07:40:21 UTC (rev 4436)
+++ trunk/.classpath	2008-06-12 07:58:59 UTC (rev 4437)
@@ -56,7 +56,7 @@
 	<classpathentry kind="lib" path="thirdparty/jboss/jbossts14/lib/jbossjta-integration.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss/jboss-javaee/lib/jboss-javaee.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss/jbosssx-client/lib/jbosssx-client.jar"/>
-	<classpathentry kind="lib" path="tests/lib/easymock.jar"/>
+	<classpathentry kind="lib" path="thirdparty/easymock/lib/easymock.jar" sourcepath="thirdparty/easymock/lib/src.zip"/>
 	<classpathentry kind="lib" path="thirdparty/slf4j/log4j/lib/slf4j-log4j12.jar"/>
 	<classpathentry exported="true" kind="lib" path="thirdparty/apache-mina/lib/mina-core-2.0.0-M2-20080520.004618-19.jar" sourcepath="thirdparty/apache-mina/lib/mina-core-2.0.0-M2-20080520.004618-19-sources.jar"/>
 	<classpathentry kind="lib" path="tests/jms-tests/config"/>

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2008-06-12 07:40:21 UTC (rev 4436)
+++ trunk/build-messaging.xml	2008-06-12 07:58:59 UTC (rev 4437)
@@ -193,6 +193,7 @@
       <path refid="jboss.profiler.jvmti.classpath"/>
       <path refid="jboss.test14.classpath"/>
       <path refid="jboss.jboss.retro.classpath"/>
+   	  <path refid="easymock.easymock.classpath" />
    </path>
 
    <path id="jms.test.compilation.classpath">
@@ -204,6 +205,7 @@
       <path refid="jboss.test14.classpath"/>
       <path refid="jboss.jboss.retro.classpath"/>
       <path refid="apache.ant.classpath"/>
+      <path refid="easymock.easymock.classpath" />
    </path>
 
    <path id="unit.test.execution.classpath">




More information about the jboss-cvs-commits mailing list