[jboss-cvs] JBossRemoting ...

Ron Sigal ron_sigal at yahoo.com
Wed Nov 21 17:18:33 EST 2007


  User: rsigal  
  Date: 07/11/21 17:18:33

  Modified:    JBossRemoting  Tag: remoting_2_x build.xml
  Log:
  JBREM-800:  Changed http tests to run with tomcat instead of jbossweb so they'll run with jdk 1.4.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.88.2.26 +9 -9      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.25
  retrieving revision 1.88.2.26
  diff -u -b -r1.88.2.25 -r1.88.2.26
  --- build.xml	20 Nov 2007 03:12:35 -0000	1.88.2.25
  +++ build.xml	21 Nov 2007 22:18:33 -0000	1.88.2.26
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.88.2.25 2007/11/20 03:12:35 rsigal Exp $ -->
  +<!-- $Id: build.xml,v 1.88.2.26 2007/11/21 22:18:33 rsigal Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -694,21 +694,21 @@
      </target>
   	
      <target name="tests.functional.serialization.java.http.core">
  -   	<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.jbossweb.core">
      		<param name="serialization" value="java"/>
   	   </antcall-->
  +   	<antcall target="tests.functional.http.tomcat.core">
  +   		<param name="serialization" value="java"/>
  +	   </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.jbossweb.core">
      		<param name="serialization" value="jboss"/>
   	   </antcall-->
  +   	<antcall target="tests.functional.http.tomcat.core">
  +   		<param name="serialization" value="jboss"/>
  +	   </antcall>
      </target>
         	
   	<target name="tests.functional.http.jbossweb.core" if="isJDK5">
  
  
  



More information about the jboss-cvs-commits mailing list