[jboss-cvs] JBossAS SVN: r86619 - in branches/Branch_5_x: testsuite and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 1 18:33:52 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-04-01 18:33:52 -0400 (Wed, 01 Apr 2009)
New Revision: 86619

Modified:
   branches/Branch_5_x/component-matrix/pom.xml
   branches/Branch_5_x/testsuite/.classpath
   branches/Branch_5_x/testsuite/build.xml
Log:
[JBAS-5552] Add current easymock to test classpath

Modified: branches/Branch_5_x/component-matrix/pom.xml
===================================================================
--- branches/Branch_5_x/component-matrix/pom.xml	2009-04-01 22:00:43 UTC (rev 86618)
+++ branches/Branch_5_x/component-matrix/pom.xml	2009-04-01 22:33:52 UTC (rev 86619)
@@ -421,18 +421,12 @@
       </dependency>
       
       <dependency>
-        <groupId>easymock</groupId>
+        <groupId>org.easymock</groupId>
         <artifactId>easymock</artifactId>
-        <version>1.1</version>
+        <version>2.4</version>
       </dependency>
       
       <dependency>
-        <groupId>easymock</groupId>
-        <artifactId>easymockclassextension</artifactId>
-        <version>1.1</version>
-      </dependency>
-      
-      <dependency>
         <groupId>gnu-getopt</groupId>
         <artifactId>getopt</artifactId>
         <version>1.0.12-brew</version>

Modified: branches/Branch_5_x/testsuite/.classpath
===================================================================
--- branches/Branch_5_x/testsuite/.classpath	2009-04-01 22:00:43 UTC (rev 86618)
+++ branches/Branch_5_x/testsuite/.classpath	2009-04-01 22:33:52 UTC (rev 86619)
@@ -30,7 +30,8 @@
 	<classpathentry kind="lib" path="/tools/lib/ant.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/httpunit/lib/httpunit.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar" sourcepath="/thirdparty/junit/lib/junit-sources.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar" sourcepath="/thirdparty/jboss/test/lib/jboss-test-sources.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/org/easymock/lib/easymock.jar" sourcepath="/thirdparty/org/easymock/lib/easymock-sources.jar"/>
+   <classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar" sourcepath="/thirdparty/jboss/test/lib/jboss-test-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-remoting-aspects.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-security-aspects.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-transaction-aspects.jar"/>

Modified: branches/Branch_5_x/testsuite/build.xml
===================================================================
--- branches/Branch_5_x/testsuite/build.xml	2009-04-01 22:00:43 UTC (rev 86618)
+++ branches/Branch_5_x/testsuite/build.xml	2009-04-01 22:33:52 UTC (rev 86619)
@@ -129,6 +129,7 @@
       <path refid="jgroups.jgroups.classpath"/>
       <path refid="joesnmp.joesnmp.classpath"/>
       <path refid="junit.junit.classpath"/>
+      <path refid="org.easymock.classpath"/>
       <path refid="javassist.classpath"/>
       <path refid="juddi.juddi.classpath"/>
       <path refid="nekohtml.nekohtml.classpath"/>




More information about the jboss-cvs-commits mailing list