[jboss-cvs] JBossRemoting ...

Ron Sigal ron_sigal at yahoo.com
Fri Nov 2 03:53:14 EDT 2007


  User: rsigal  
  Date: 07/11/02 03:53:14

  Modified:    JBossRemoting  Tag: remoting_2_x build.xml
  Log:
  BREM-842:  Excluded multiplex tests from tests.functional and tests.functional.core.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.88.2.23 +5 -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.22
  retrieving revision 1.88.2.23
  diff -u -b -r1.88.2.22 -r1.88.2.23
  --- build.xml	31 Oct 2007 07:11:57 -0000	1.88.2.22
  +++ build.xml	2 Nov 2007 07:53:14 -0000	1.88.2.23
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.88.2.22 2007/10/31 07:11:57 rsigal Exp $ -->
  +<!-- $Id: build.xml,v 1.88.2.23 2007/11/02 07:53:14 rsigal Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -751,6 +751,8 @@
              	   <exclude name="**/remoting/**/*HTTP*TestCase.class"/>
                  <exclude name="**/remoting/**/*Http*TestCase.class"/>
                  <exclude name="**/remoting/**/*http*TestCase.class"/>
  +            	<exclude name="**/remoting/**/multiplex/**/*TestCase.class"/>
  +            	<exclude name="**/remoting/**/*Multiplex*TestCase.class"/>
                  <exclude name="**/remoting/marshall/dynamic/remote/**/*TestCase.class"/>
                  <exclude name="**/remoting/serialization/**/jboss/*TestCase.class"/>
                  <exclude name="**/remoting/**/performance/**"/>
  @@ -785,6 +787,8 @@
              	   <exclude name="**/remoting/**/*HTTP*TestCase.class"/>
                  <exclude name="**/remoting/**/*Http*TestCase.class"/>
                  <exclude name="**/remoting/**/*http*TestCase.class"/>
  +            	<exclude name="**/remoting/**/multiplex/**/*TestCase.class"/>
  +            	<exclude name="**/remoting/**/*Multiplex*TestCase.class"/>
                  <exclude name="**/remoting/**/ServerBindingTestCase.class"/>
                  <exclude name="**/remoting/marshall/dynamic/remote/**/*TestCase.class"/>
                  <exclude name="**/remoting/serialization/**/jboss/*TestCase.class"/>
  
  
  



More information about the jboss-cvs-commits mailing list