Author: ron.sigal(a)jboss.com
Date: 2009-04-15 02:08:03 -0400 (Wed, 15 Apr 2009)
New Revision: 5048
Modified:
remoting2/branches/2.x/build.xml
Log:
(1) JBREM-1118: Updated version; (2) JBREM-1117: added 2.5.0.SP2 to versioning tests.
Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml 2009-04-15 06:05:44 UTC (rev 5047)
+++ remoting2/branches/2.x/build.xml 2009-04-15 06:08:03 UTC (rev 5048)
@@ -225,9 +225,9 @@
<!-- Module name(s) & version -->
<property name="module.name" value="remoting"/>
<property name="module.Name" value="JBoss Remoting"/>
- <property name="module.version" value="2.5.0.SP2"/>
+ <property name="module.version" value="2.5.1"/>
<!-- extension is for the file suffix to use for dtribution build -->
- <property name="module.version.extension"
value="2_5_0_SP2"/>
+ <property name="module.version.extension"
value="2_5_1"/>
<property name="implementation.url"
value="http://www.jboss.org/products/remoting"/>
<property name="root.dir" value="${basedir}"/>
@@ -2123,8 +2123,26 @@
<param name="server.classpath"
value="${output.lib.dir}/jboss-remoting.jar${extended.classpath}"/>
<param name="check_content_type" value="true"/>
</antcall>
-
+
<!--
******************************************************************************** -->
+ <!-- Current <- -> 2.5.0.SP2 -->
+ <antcall target="download.version">
+ <param name="version" value="2.5.0.SP2"/>
+ </antcall>
+ <antcall target="tests.versioning.all_transports"
inheritrefs="true">
+ <param name="jboss-junit-configuration"
value="2_5_0_SP2-client"/>
+ <param name="client.classpath"
value="${etc.dir}/lib/2.5.0.SP2/jboss-remoting.jar${extended.classpath}"/>
+ <param name="server.classpath"
value="${output.lib.dir}/jboss-remoting.jar${extended.classpath}"/>
+ <param name="check_content_type" value="true"/>
+ </antcall>
+ <antcall target="tests.versioning.all_transports"
inheritrefs="true">
+ <param name="jboss-junit-configuration"
value="2_5_0_SP2-server"/>
+ <param name="server.classpath"
value="${etc.dir}/lib/2.5.0.SP2/jboss-remoting.jar${extended.classpath}"/>
+ <param name="client.classpath"
value="${output.lib.dir}/jboss-remoting.jar${extended.classpath}"/>
+ <param name="check_content_type" value="true"/>
+ </antcall>
+
+ <!--
******************************************************************************** -->
<!-- Current <- -> 2.5.0.SP1 -->
<antcall target="download.version">
<param name="version" value="2.5.0.SP1"/>