[jboss-cvs] JBossAS SVN: r102297 - branches/Branch_Hornet_Temporary_2/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Mar 11 12:04:41 EST 2010
Author: clebert.suconic at jboss.com
Date: 2010-03-11 12:04:40 -0500 (Thu, 11 Mar 2010)
New Revision: 102297
Modified:
branches/Branch_Hornet_Temporary_2/testsuite/build.xml
Log:
tweak on build
Modified: branches/Branch_Hornet_Temporary_2/testsuite/build.xml
===================================================================
--- branches/Branch_Hornet_Temporary_2/testsuite/build.xml 2010-03-11 17:01:20 UTC (rev 102296)
+++ branches/Branch_Hornet_Temporary_2/testsuite/build.xml 2010-03-11 17:04:40 UTC (rev 102297)
@@ -3112,7 +3112,7 @@
description="Run JMS tests against the Messaging JMS provider">
<!-- Create a separate messaging config -->
- <create-config baseconf="default" newconf="jbossmessaging">
+ <create-config baseconf="default" newconf="hornetq">
<patternset>
<include name="conf/**"/>
<include name="deployers/**"/>
@@ -3120,9 +3120,9 @@
<include name="lib/**"/>
</patternset>
</create-config>
- <server:start name="jbossmessaging"/>
+ <server:start name="hornetq"/>
<antcall target="tests-jbossmessaging-unit" inheritRefs="true"/>
- <server:stop name="jbossmessaging"/>
+ <server:stop name="hornetq"/>
</target>
More information about the jboss-cvs-commits
mailing list