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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Wed Feb 23 17:20:31 EST 2011


Author: ron.sigal at jboss.com
Date: 2011-02-23 17:20:31 -0500 (Wed, 23 Feb 2011)
New Revision: 6251

Modified:
   remoting2/branches/2.x/build.xml
Log:
JBREM-1274: Updated version to 2.5.4.SP1; JBREM-1273: Changed some version references to -brew versions.


Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml	2011-02-23 22:19:16 UTC (rev 6250)
+++ remoting2/branches/2.x/build.xml	2011-02-23 22:20:31 UTC (rev 6251)
@@ -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.4"/>
+      <property name="module.version" value="2.5.4.SP1"/>
       <!-- extension is for the file suffix to use for dtribution build -->
-      <property name="module.version.extension" value="2_5_4"/>
+      <property name="module.version.extension" value="2_5_4_SP1"/>
 
       <property name="implementation.url" value="http://www.jboss.org/products/remoting"/>
       <property name="root.dir" value="${basedir}"/>
@@ -2356,7 +2356,7 @@
    <target name="tests.versioning.all"
            description="Runs remoting fuctional tests with different remoting versions for client and server."
            depends="tests.jars,configure.versioning">
-
+   	
       <!-- ******************************************************************************** -->
       <!--  Current <- -> Current -->
       <antcall target="tests.versioning.all_transports" inheritrefs="true">
@@ -2371,11 +2371,11 @@
     <!-- ******************************************************************************** -->
     <!--  Current <- -> 2.5.3.SP1 -->
       <antcall target="download.version">
-         <param name="version" value="2.5.3.SP1"/>
+         <param name="version" value="2.5.3.SP1-brew"/>
       </antcall>
       <antcall target="tests.versioning.all_transports" inheritrefs="true">
          <param name="jboss-junit-configuration" value="2_5_3_SP1-client"/>
-         <param name="client.classpath" value="${etc.dir}/lib/2.5.3.SP1/jboss-remoting.jar${extended.classpath}"/>
+         <param name="client.classpath" value="${etc.dir}/lib/2.5.3.SP1-brew/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"/>
          <param name="clientImplementsServerIdentity" value="false"/>
@@ -2383,7 +2383,7 @@
       </antcall>
       <antcall target="tests.versioning.all_transports" inheritrefs="true">
          <param name="jboss-junit-configuration" value="2_5_3_SP1-server"/>
-         <param name="server.classpath" value="${etc.dir}/lib/2.5.3.SP1/jboss-remoting.jar${extended.classpath}"/>
+         <param name="server.classpath" value="${etc.dir}/lib/2.5.3.SP1-brew/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"/>
          <param name="clientImplementsServerIdentity" value="true"/>
@@ -2394,11 +2394,11 @@
     <!-- ******************************************************************************** -->
     <!--  Current <- -> 2.5.3 -->
       <antcall target="download.version">
-         <param name="version" value="2.5.3"/>
+         <param name="version" value="2.5.3-brew"/>
       </antcall>
       <antcall target="tests.versioning.all_transports" inheritrefs="true">
          <param name="jboss-junit-configuration" value="2_5_3-client"/>
-         <param name="client.classpath" value="${etc.dir}/lib/2.5.3/jboss-remoting.jar${extended.classpath}"/>
+         <param name="client.classpath" value="${etc.dir}/lib/2.5.3-brew/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"/>
          <param name="clientImplementsServerIdentity" value="false"/>
@@ -2406,7 +2406,7 @@
       </antcall>
       <antcall target="tests.versioning.all_transports" inheritrefs="true">
          <param name="jboss-junit-configuration" value="2_5_3-server"/>
-         <param name="server.classpath" value="${etc.dir}/lib/2.5.3/jboss-remoting.jar${extended.classpath}"/>
+         <param name="server.classpath" value="${etc.dir}/lib/2.5.3-brew/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"/>
          <param name="clientImplementsServerIdentity" value="true"/>
@@ -2416,11 +2416,11 @@
     <!-- ******************************************************************************** -->
     <!--  Current <- -> 2.5.2.SP3 -->
       <antcall target="download.version">
-         <param name="version" value="2.5.2.SP3"/>
+         <param name="version" value="2.5.2.SP3-brew"/>
       </antcall>
       <antcall target="tests.versioning.all_transports" inheritrefs="true">
          <param name="jboss-junit-configuration" value="2_5_2_SP3-client"/>
-         <param name="client.classpath" value="${etc.dir}/lib/2.5.2.SP3/jboss-remoting.jar${extended.classpath}"/>
+         <param name="client.classpath" value="${etc.dir}/lib/2.5.2.SP3-brew/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"/>
          <param name="clientImplementsServerIdentity" value="false"/>
@@ -2428,7 +2428,7 @@
       </antcall>
       <antcall target="tests.versioning.all_transports" inheritrefs="true">
          <param name="jboss-junit-configuration" value="2_5_2_SP3-server"/>
-         <param name="server.classpath" value="${etc.dir}/lib/2.5.2.SP3/jboss-remoting.jar${extended.classpath}"/>
+         <param name="server.classpath" value="${etc.dir}/lib/2.5.2.SP3-brew/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"/>
          <param name="clientImplementsServerIdentity" value="true"/>
@@ -2460,11 +2460,11 @@
       <!-- ******************************************************************************** -->
       <!--  Current <- -> 2.5.2 -->
         <antcall target="download.version">
-           <param name="version" value="2.5.2"/>
+           <param name="version" value="2.5.2-brew"/>
         </antcall>
         <antcall target="tests.versioning.all_transports" inheritrefs="true">
            <param name="jboss-junit-configuration" value="2_5_2-client"/>
-           <param name="client.classpath" value="${etc.dir}/lib/2.5.2/jboss-remoting.jar${extended.classpath}"/>
+           <param name="client.classpath" value="${etc.dir}/lib/2.5.2-brew/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"/>
            <param name="clientImplementsServerIdentity" value="false"/>
@@ -2472,7 +2472,7 @@
         </antcall>
         <antcall target="tests.versioning.all_transports" inheritrefs="true">
            <param name="jboss-junit-configuration" value="2_5_2-server"/>
-           <param name="server.classpath" value="${etc.dir}/lib/2.5.2/jboss-remoting.jar${extended.classpath}"/>
+           <param name="server.classpath" value="${etc.dir}/lib/2.5.2-brew/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"/>
            <param name="clientImplementsServerIdentity" value="true"/>



More information about the jboss-remoting-commits mailing list