[jboss-cvs] JBossRemoting ...

Ron Sigal ron_sigal at yahoo.com
Fri Aug 24 13:03:18 EDT 2007


  User: rsigal  
  Date: 07/08/24 13:03:18

  Modified:    JBossRemoting  Tag: remoting_2_2_0_GA build.xml
  Log:
  JBREM-789:  Updated release version.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.88.2.13.2.9 +14 -7     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.8
  retrieving revision 1.88.2.13.2.9
  diff -u -b -r1.88.2.13.2.8 -r1.88.2.13.2.9
  --- build.xml	9 Aug 2007 06:32:31 -0000	1.88.2.13.2.8
  +++ build.xml	24 Aug 2007 17:03:18 -0000	1.88.2.13.2.9
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.88.2.13.2.8 2007/08/09 06:32:31 rsigal Exp $ -->
  +<!-- $Id: build.xml,v 1.88.2.13.2.9 2007/08/24 17:03:18 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.SP1.Beta"/>
  +      <property name="module.version" value="2.2.2.GA"/>
         <!-- extension is for the file suffix to use for distribution build -->
  -      <property name="module.version.extension" value="2_2_1_SP1_Beta"/>
  +      <property name="module.version.extension" value="2_2_2_GA"/>
   
         <property name="implementation.url" value="http://www.jboss.org/products/remoting"/>
         <property name="root.dir" value="${basedir}"/>
  @@ -1204,6 +1204,7 @@
                       haltonfailure="no">
               <fileset dir="${tests.compile.dir}">
                  <include name="**/remoting/versioning/transport/**/*TestCase.class"/>
  +            	<exclude name="**/remoting/**/multiplex/**/*.class"/>
               </fileset>
            </batchtest>
         </junit>
  @@ -2348,11 +2349,14 @@
            <param name="transport" value="socket"/>
         </antcall>
         <antcall target="tests.stress.run" inheritrefs="true">
  -         <param name="transport" value="http"/>
  +         <param name="transport" value="bisocket"/>
         </antcall>
         <antcall target="tests.stress.run" inheritrefs="true">
  -         <param name="transport" value="multiplex"/>
  +         <param name="transport" value="http"/>
         </antcall>
  +      <!--antcall target="tests.stress.run" inheritrefs="true">
  +         <param name="transport" value="multiplex"/>
  +      </antcall-->
      </target>
   
      <target name="tests.stress.serialization.jboss" depends="configure" if="isJDK5">
  @@ -2363,11 +2367,14 @@
            <param name="transport" value="socket"/>
         </antcall>
         <antcall target="tests.stress.run" inheritrefs="true">
  -         <param name="transport" value="http"/>
  +         <param name="transport" value="bisocket"/>
         </antcall>
         <antcall target="tests.stress.run" inheritrefs="true">
  -         <param name="transport" value="multiplex"/>
  +         <param name="transport" value="http"/>
         </antcall>
  +      <!--antcall target="tests.stress.run" inheritrefs="true">
  +         <param name="transport" value="multiplex"/>
  +      </antcall-->
      </target>
   
      <target name="tests.stress.run" depends="tests.jars">
  
  
  



More information about the jboss-cvs-commits mailing list