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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Nov 20 02:08:19 EST 2008


Author: ron.sigal at jboss.com
Date: 2008-11-20 02:08:19 -0500 (Thu, 20 Nov 2008)
New Revision: 4727

Modified:
   remoting2/branches/2.x/build.xml
Log:
JBREM-1053: Updated version to 2.5.0.SP2; JBREM-1068: added versioning test for 2.5.0.SP1.

Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml	2008-11-20 07:05:55 UTC (rev 4726)
+++ remoting2/branches/2.x/build.xml	2008-11-20 07:08:19 UTC (rev 4727)
@@ -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.5.0.SP1"/>
+      <property name="module.version" value="2.5.0.SP2"/>
       <!-- extension is for the file suffix to use for dtribution build -->
-      <property name="module.version.extension" value="2_5_0_SP1"/>
+      <property name="module.version.extension" value="2_5_0_SP2"/>
 
       <property name="implementation.url" value="http://www.jboss.org/products/remoting"/>
       <property name="root.dir" value="${basedir}"/>
@@ -1729,6 +1729,24 @@
          <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"/>
+      </antcall>
+      <antcall target="tests.versioning.all_transports" inheritrefs="true">
+         <param name="jboss-junit-configuration" value="2_5_0_SP1-client"/>
+         <param name="client.classpath" value="${etc.dir}/lib/2.5.0.SP1/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_SP1-server"/>
+         <param name="server.classpath" value="${etc.dir}/lib/2.5.0.SP1/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.GA -->
         <antcall target="download.version">




More information about the jboss-remoting-commits mailing list