[jboss-cvs] JBossRemoting ...

Ron Sigal ron_sigal at yahoo.com
Fri Oct 26 21:50:35 EDT 2007


  User: rsigal  
  Date: 07/10/26 21:50:35

  Modified:    JBossRemoting  Tag: remoting_2_x build.xml
  Log:
  JBREM-713:  Fixed incorrectly named antcall targets; fixed syntax errors.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.88.2.20 +8 -8      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.19
  retrieving revision 1.88.2.20
  diff -u -b -r1.88.2.19 -r1.88.2.20
  --- build.xml	26 Oct 2007 22:05:13 -0000	1.88.2.19
  +++ build.xml	27 Oct 2007 01:50:35 -0000	1.88.2.20
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.88.2.19 2007/10/26 22:05:13 rsigal Exp $ -->
  +<!-- $Id: build.xml,v 1.88.2.20 2007/10/27 01:50:35 rsigal Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -650,19 +650,19 @@
      </target>
   
      <target name="tests.functional.serialization.java.http">
  -   	<antcall target="test.functional.http.jbossweb">
  +   	<antcall target="tests.functional.http.jbossweb">
      		<param name="serialization" value="java"/>
   	   </antcall>
  -   	<antcall target="test.functional.http.tomcat">
  +   	<antcall target="tests.functional.http.tomcat">
      		<param name="serialization" value="java"/>
   	   </antcall>
      </target>
   	
      <target name="tests.functional.serialization.jboss.http" if="isJDK5">
  -   	<antcall target="test.functional.http.jbossweb">
  +   	<antcall target="tests.functional.http.jbossweb">
      		<param name="serialization" value="jboss"/>
   	   </antcall>
  -   	<antcall target="test.functional.http.tomcat">
  +   	<antcall target="tests.functional.http.tomcat">
      		<param name="serialization" value="jboss"/>
   	   </antcall>
      </target>
  @@ -696,7 +696,7 @@
      	<antcall target="tests.functional.http.jbossweb.core">
      		<param name="serialization" value="java"/>
   	   </antcall>
  -   	<antcall target="test.functional.http.tomcat.core">
  +   	<antcall target="tests.functional.http.tomcat.core">
      		<param name="serialization" value="java"/>
   	   </antcall>
      </target>
  @@ -705,7 +705,7 @@
      	<antcall target="tests.functional.http.jbossweb.core">
      		<param name="serialization" value="jboss"/>
   	   </antcall>
  -   	<antcall target="test.functional.http.tomcat.core">
  +   	<antcall target="tests.functional.http.tomcat.core">
      		<param name="serialization" value="jboss"/>
   	   </antcall>
      </target>
  @@ -714,7 +714,7 @@
         <antcall target="tests.functional.main.http.core" inheritrefs="true">
            <param name="remoting.metadata.key" value="remoting.metadata"/>
            <param name="metadata" value="serializationtype=${serialization}"/>
  -         <param name="jboss-junit-configuration" value="java_${serialization)-jbossweb"/>
  +         <param name="jboss-junit-configuration" value="java_${serialization}_jbossweb"/>
         	<param name="classpath" value="tests.classpath"/>
         	<param name="version" value="jbossweb"/>
         </antcall>
  
  
  



More information about the jboss-cvs-commits mailing list