[jboss-cvs] JBossRemoting ...

Ron Sigal ron_sigal at yahoo.com
Sat Oct 27 00:43:14 EDT 2007


  User: rsigal  
  Date: 07/10/27 00:43:14

  Modified:    JBossRemoting  Tag: remoting_2_x build.xml
  Log:
  JBREM-713:  Fixed syntax error.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.88.2.21 +2 -2      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.20
  retrieving revision 1.88.2.21
  diff -u -b -r1.88.2.20 -r1.88.2.21
  --- build.xml	27 Oct 2007 01:50:35 -0000	1.88.2.20
  +++ build.xml	27 Oct 2007 04:43:14 -0000	1.88.2.21
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.88.2.20 2007/10/27 01:50:35 rsigal Exp $ -->
  +<!-- $Id: build.xml,v 1.88.2.21 2007/10/27 04:43:14 rsigal Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -671,7 +671,7 @@
         <antcall target="tests.functional.main.http" 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