[jboss-cvs] JBoss Messaging SVN: r2214 - branches/Branch_1_0_1_SP/tests.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 8 16:48:55 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-02-08 16:48:55 -0500 (Thu, 08 Feb 2007)
New Revision: 2214

Modified:
   branches/Branch_1_0_1_SP/tests/build.xml
Log:
corrected ant syntax error

Modified: branches/Branch_1_0_1_SP/tests/build.xml
===================================================================
--- branches/Branch_1_0_1_SP/tests/build.xml	2007-02-08 21:47:29 UTC (rev 2213)
+++ branches/Branch_1_0_1_SP/tests/build.xml	2007-02-08 21:48:55 UTC (rev 2214)
@@ -290,7 +290,7 @@
    <target name="stop-rmi-server" depends="init"
            description="Stops the RMI server used by remote tests">
       <java classname="org.jboss.test.messaging.tools.jmx.rmi.StopRMIServer"
-            classpathref="test.execution.classpath"/>
+            classpathref="test.execution.classpath">
          <sysproperty key="module.output" value="${tests.output}"/>
          <sysproperty key="remote.test.suffix" value="stop-rmi-server"/>
      </java>




More information about the jboss-cvs-commits mailing list