[jboss-remoting-commits] JBoss Remoting SVN: r4509 - remoting2/branches/2.x.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue Aug 12 03:03:22 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-08-12 03:03:21 -0400 (Tue, 12 Aug 2008)
New Revision: 4509

Modified:
   remoting2/branches/2.x/build.xml
Log:
JBREM-1024: Added versioning test for 2.4.0.GA; (2) JBREM-1025: updated version to 2.4.0.SP1.

Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml	2008-08-12 06:02:14 UTC (rev 4508)
+++ remoting2/branches/2.x/build.xml	2008-08-12 07:03:21 UTC (rev 4509)
@@ -224,9 +224,9 @@
       <!-- Module name(s) & version -->
       <property name="module.name" value="remoting"/>
       <property name="module.Name" value="JBoss Remoting"/>
-      <property name="module.version" value="2.4.0.GA"/>
+      <property name="module.version" value="2.4.0.SP1"/>
       <!-- extension is for the file suffix to use for dtribution build -->
-      <property name="module.version.extension" value="2_4_0_GA"/>
+      <property name="module.version.extension" value="2_4_0_SP1"/>
 
       <property name="implementation.url" value="http://www.jboss.org/products/remoting"/>
       <property name="root.dir" value="${basedir}"/>
@@ -1661,6 +1661,21 @@
       </antcall>
       
       <!-- ******************************************************************************** -->
+      <!--  Current <- -> 2.4.0.GA -->
+        <antcall target="tests.versioning.all_transports" inheritrefs="true">
+           <param name="jboss-junit-configuration" value="2_4_0_GA-client"/>
+           <param name="client.classpath" value="${etc.dir}/lib/remoting_2_4_0_GA/jboss-remoting.jar"/>
+           <param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
+           <param name="check_content_type" value="true"/>
+        </antcall>
+        <antcall target="tests.versioning.all_transports" inheritrefs="true">
+           <param name="jboss-junit-configuration" value="2_4_0_GA-server"/>
+           <param name="server.classpath" value="${etc.dir}/lib/remoting_2_4_0_GA/jboss-remoting.jar"/>
+           <param name="client.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
+           <param name="check_content_type" value="true"/>
+        </antcall>
+        	
+      <!-- ******************************************************************************** -->
       <!--  Current <- -> 2.2.2.SP7 -->
         <antcall target="tests.versioning.all_transports_pre_2.4" inheritrefs="true">
            <param name="jboss-junit-configuration" value="2_2_2_SP7-client"/>




More information about the jboss-remoting-commits mailing list