Author: ron.sigal(a)jboss.com
Date: 2008-12-31 16:53:32 -0500 (Wed, 31 Dec 2008)
New Revision: 4781
Modified:
remoting2/branches/2.2/build.xml
Log:
JBREM-1075: Added 2.2.2.SP10 to versioning tests.
Modified: remoting2/branches/2.2/build.xml
===================================================================
--- remoting2/branches/2.2/build.xml 2008-12-31 06:41:49 UTC (rev 4780)
+++ remoting2/branches/2.2/build.xml 2008-12-31 21:53:32 UTC (rev 4781)
@@ -979,6 +979,29 @@
</antcall>
<!--
******************************************************************************** -->
+ <!-- Current <- -> 2.2.2.SP10 -->
+ <antcall target="tests.versioning.all_transports"
inheritrefs="true">
+ <param name="jboss-junit-configuration"
value="2_2_2_SP10-client"/>
+ <param name="client.classpath"
value="${etc.dir}/lib/remoting_2_2_2_SP10/jboss-remoting.jar"/>
+ <param name="server.classpath"
value="${output.lib.dir}/jboss-remoting.jar"/>
+ <param name="client.pre_2_0_compatible" value=""/>
+ <param name="server.pre_2_0_compatible" value=""/>
+ <param name="client.version" value=""/>
+ <param name="server.version" value="2"/>
+ <param name="check_connection" value="false"/>
+ </antcall>
+ <antcall target="tests.versioning.all_transports"
inheritrefs="true">
+ <param name="jboss-junit-configuration"
value="2_2_2_SP10-server"/>
+ <param name="server.classpath"
value="${etc.dir}/lib/remoting_2_2_2_SP10/jboss-remoting.jar"/>
+ <param name="client.classpath"
value="${output.lib.dir}/jboss-remoting.jar"/>
+ <param name="client.pre_2_0_compatible" value=""/>
+ <param name="server.pre_2_0_compatible" value=""/>
+ <param name="client.version" value="2"/>
+ <param name="server.version" value=""/>
+ <param name="check_connection" value="false"/>
+ </antcall>
+
+ <!--
******************************************************************************** -->
<!-- Current <- -> 2.2.2.SP9 -->
<antcall target="tests.versioning.all_transports"
inheritrefs="true">
<param name="jboss-junit-configuration"
value="2_2_2_SP9-client"/>
Show replies by date