[jbossws-commits] JBossWS SVN: r16478 - shared-testsuite/trunk/testsuite/src/test/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jul 17 06:36:06 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-07-17 06:36:06 -0400 (Tue, 17 Jul 2012)
New Revision: 16478

Modified:
   shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
Log:
Fixing AS 7.2 regression due to remoting-jmx module relocation


Modified: shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml	2012-07-17 08:39:16 UTC (rev 16477)
+++ shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml	2012-07-17 10:36:06 UTC (rev 16478)
@@ -411,7 +411,7 @@
       <fileset dir="${jboss.home}/modules/org/jboss/marshalling/river/main/">
         <include name="jboss-marshalling-river-*.jar"/>
       </fileset>
-      <fileset dir="${jboss.home}/modules/org/jboss/remoting3/remoting-jmx/main/">
+      <fileset dir="${jboss.home}/modules/org/jboss/remoting-jmx/main/">
         <include name="remoting-jmx-*.jar"/>
       </fileset>
       <fileset dir="${jboss.home}/modules/org/jboss/sasl/main/">



More information about the jbossws-commits mailing list