[jboss-cvs] JBossRemoting ...

Ron Sigal ron_sigal at yahoo.com
Tue Nov 6 02:45:31 EST 2007


  User: rsigal  
  Date: 07/11/06 02:45:31

  Modified:    JBossRemoting  Tag: remoting_2_x build.xml
  Log:
  JBREM-842:  Excluded "org.jboss.test.remoting.detection.jndi.JNDIDetector2TestCase, which uses the multiplex transport.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.88.2.24 +7 -5      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.23
  retrieving revision 1.88.2.24
  diff -u -b -r1.88.2.23 -r1.88.2.24
  --- build.xml	2 Nov 2007 07:53:14 -0000	1.88.2.23
  +++ build.xml	6 Nov 2007 07:45:31 -0000	1.88.2.24
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.88.2.23 2007/11/02 07:53:14 rsigal Exp $ -->
  +<!-- $Id: build.xml,v 1.88.2.24 2007/11/06 07:45:31 rsigal Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -753,6 +753,7 @@
                  <exclude name="**/remoting/**/*http*TestCase.class"/>
               	<exclude name="**/remoting/**/multiplex/**/*TestCase.class"/>
               	<exclude name="**/remoting/**/*Multiplex*TestCase.class"/>
  +               <exclude name="**/remoting/**/JNDIDetector2TestCase.class"/>
                  <exclude name="**/remoting/marshall/dynamic/remote/**/*TestCase.class"/>
                  <exclude name="**/remoting/serialization/**/jboss/*TestCase.class"/>
                  <exclude name="**/remoting/**/performance/**"/>
  @@ -789,6 +790,7 @@
                  <exclude name="**/remoting/**/*http*TestCase.class"/>
               	<exclude name="**/remoting/**/multiplex/**/*TestCase.class"/>
               	<exclude name="**/remoting/**/*Multiplex*TestCase.class"/>
  +               <exclude name="**/remoting/**/JNDIDetector2TestCase.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