[jboss-cvs] JBossRemoting ...

Ron Sigal ron_sigal at yahoo.com
Fri Oct 26 18:05:13 EDT 2007


  User: rsigal  
  Date: 07/10/26 18:05:13

  Modified:    JBossRemoting  Tag: remoting_2_x build.xml
  Log:
  JBREM-713:  Changed erroneous antcall from test.functional.http.jbossweb.core to tests.functional.http.jbossweb.core.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.88.2.19 +3 -3      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.18
  retrieving revision 1.88.2.19
  diff -u -b -r1.88.2.18 -r1.88.2.19
  --- build.xml	26 Oct 2007 07:42:46 -0000	1.88.2.18
  +++ build.xml	26 Oct 2007 22:05:13 -0000	1.88.2.19
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.88.2.18 2007/10/26 07:42:46 rsigal Exp $ -->
  +<!-- $Id: build.xml,v 1.88.2.19 2007/10/26 22:05:13 rsigal Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -693,7 +693,7 @@
      </target>
   	
      <target name="tests.functional.serialization.java.http.core">
  -   	<antcall target="test.functional.http.jbossweb.core">
  +   	<antcall target="tests.functional.http.jbossweb.core">
      		<param name="serialization" value="java"/>
   	   </antcall>
      	<antcall target="test.functional.http.tomcat.core">
  @@ -702,7 +702,7 @@
      </target>
   	
      <target name="tests.functional.serialization.jboss.http.core" if="isJDK5">
  -   	<antcall target="test.functional.http.jbossweb.core">
  +   	<antcall target="tests.functional.http.jbossweb.core">
      		<param name="serialization" value="jboss"/>
   	   </antcall>
      	<antcall target="test.functional.http.tomcat.core">
  
  
  



More information about the jboss-cvs-commits mailing list