[jboss-cvs] JBossRemoting ...

Ron Sigal ron_sigal at yahoo.com
Thu Aug 9 02:32:31 EDT 2007


  User: rsigal  
  Date: 07/08/09 02:32:31

  Modified:    JBossRemoting  Tag: remoting_2_2_0_GA build.xml
  Log:
  JBREM-789:  Changed version to 2.2.1.SP1.Beta
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.88.2.13.2.8 +26 -3     JBossRemoting/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/build.xml,v
  retrieving revision 1.88.2.13.2.7
  retrieving revision 1.88.2.13.2.8
  diff -u -b -r1.88.2.13.2.7 -r1.88.2.13.2.8
  --- build.xml	1 Jul 2007 19:24:29 -0000	1.88.2.13.2.7
  +++ build.xml	9 Aug 2007 06:32:31 -0000	1.88.2.13.2.8
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.88.2.13.2.7 2007/07/01 19:24:29 rsigal Exp $ -->
  +<!-- $Id: build.xml,v 1.88.2.13.2.8 2007/08/09 06:32:31 rsigal Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -34,9 +34,9 @@
         <!-- Module name(s) & version -->
         <property name="module.name" value="remoting"/>
         <property name="module.Name" value="JBoss Remoting"/>
  -      <property name="module.version" value="2.2.1.GA"/>
  +      <property name="module.version" value="2.2.1.SP1.Beta"/>
         <!-- extension is for the file suffix to use for distribution build -->
  -      <property name="module.version.extension" value="2_2_1_GA"/>
  +      <property name="module.version.extension" value="2_2_1_SP1_Beta"/>
   
         <property name="implementation.url" value="http://www.jboss.org/products/remoting"/>
         <property name="root.dir" value="${basedir}"/>
  @@ -954,6 +954,29 @@
         </antcall>
   
        <!-- ******************************************************************************** -->
  +     <!--  Current <- -> 2.2.0.SP4 -->
  +       <antcall target="tests.versioning.all_transports" inheritrefs="true">
  +          <param name="jboss-junit-configuration" value="2_2_0_SP4-client"/>
  +          <param name="client.classpath" value="${etc.dir}/lib/remoting_2_2_0_SP4/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_0_SP4-server"/>
  +          <param name="server.classpath" value="${etc.dir}/lib/remoting_2_2_0_SP4/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.0.0.GA -->
         <antcall target="tests.versioning.all_transports" inheritrefs="true">
            <param name="jboss-junit-configuration" value="2_0_0_GA-client"/>
  
  
  



More information about the jboss-cvs-commits mailing list