[jboss-cvs] JBossRemoting ...

Ron Sigal ron_sigal at yahoo.com
Mon Nov 19 22:12:35 EST 2007


  User: rsigal  
  Date: 07/11/19 22:12:35

  Modified:    JBossRemoting  Tag: remoting_2_x build.xml
  Log:
  JBREM-800:  Commented out tomcat version of http tests since tests.functional.core has been timing out on cruisecontrol.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.88.2.25 +5 -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.24
  retrieving revision 1.88.2.25
  diff -u -b -r1.88.2.24 -r1.88.2.25
  --- build.xml	6 Nov 2007 07:45:31 -0000	1.88.2.24
  +++ build.xml	20 Nov 2007 03:12:35 -0000	1.88.2.25
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.88.2.24 2007/11/06 07:45:31 rsigal Exp $ -->
  +<!-- $Id: build.xml,v 1.88.2.25 2007/11/20 03:12:35 rsigal Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -697,18 +697,18 @@
      	<antcall target="tests.functional.http.jbossweb.core">
      		<param name="serialization" value="java"/>
   	   </antcall>
  -   	<antcall target="tests.functional.http.tomcat.core">
  +   	<!--antcall target="tests.functional.http.tomcat.core">
      		<param name="serialization" value="java"/>
  -	   </antcall>
  +	   </antcall-->
      </target>
   	
      <target name="tests.functional.serialization.jboss.http.core" if="isJDK5">
      	<antcall target="tests.functional.http.jbossweb.core">
      		<param name="serialization" value="jboss"/>
   	   </antcall>
  -   	<antcall target="tests.functional.http.tomcat.core">
  +   	<!--antcall target="tests.functional.http.tomcat.core">
      		<param name="serialization" value="jboss"/>
  -	   </antcall>
  +	   </antcall-->
      </target>
         	
   	<target name="tests.functional.http.jbossweb.core" if="isJDK5">
  
  
  



More information about the jboss-cvs-commits mailing list