[jboss-cvs] JBossRemoting ...

Ron Sigal ron_sigal at yahoo.com
Thu Sep 13 14:57:13 EDT 2007


  User: rsigal  
  Date: 07/09/13 14:57:13

  Modified:    JBossRemoting  Tag: remoting_2_2_0_GA build.xml
  Log:
  JBREM-805:  Added versinoing tests against 2.2.2.GA.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.88.2.13.2.11 +24 -1     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.10
  retrieving revision 1.88.2.13.2.11
  diff -u -b -r1.88.2.13.2.10 -r1.88.2.13.2.11
  --- build.xml	13 Sep 2007 03:37:31 -0000	1.88.2.13.2.10
  +++ build.xml	13 Sep 2007 18:57:13 -0000	1.88.2.13.2.11
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.88.2.13.2.10 2007/09/13 03:37:31 rsigal Exp $ -->
  +<!-- $Id: build.xml,v 1.88.2.13.2.11 2007/09/13 18:57:13 rsigal Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -954,6 +954,29 @@
         </antcall>
   
        <!-- ******************************************************************************** -->
  +      <!--  Current <- -> 2.2.2.GA -->
  +        <antcall target="tests.versioning.all_transports" inheritrefs="true">
  +           <param name="jboss-junit-configuration" value="2_2_2_GA-client"/>
  +           <param name="client.classpath" value="${etc.dir}/lib/remoting_2_2_2_GA/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_2_GA-server"/>
  +           <param name="server.classpath" value="${etc.dir}/lib/remoting_2_2_2_GA/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.2.0.SP4 -->
          <antcall target="tests.versioning.all_transports" inheritrefs="true">
             <param name="jboss-junit-configuration" value="2_2_0_SP4-client"/>
  
  
  



More information about the jboss-cvs-commits mailing list