You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ha...@apache.org on 2002/03/21 08:48:30 UTC

cvs commit: jakarta-commons-sandbox/altrmi tests.xml tests2.xml

hammant     02/03/20 23:48:30

  Modified:    altrmi   tests.xml tests2.xml
  Log:
  missing jar for tests
  
  Revision  Changes    Path
  1.12      +2 -1      jakarta-commons-sandbox/altrmi/tests.xml
  
  Index: tests.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/altrmi/tests.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- tests.xml	19 Mar 2002 22:12:35 -0000	1.11
  +++ tests.xml	21 Mar 2002 07:48:30 -0000	1.12
  @@ -3,7 +3,7 @@
   
   <!--
           "Alt (to) RMI" component of the Jakarta Commons Subproject
  -        $Id: tests.xml,v 1.11 2002/03/19 22:12:35 hammant Exp $
  +        $Id: tests.xml,v 1.12 2002/03/21 07:48:30 hammant Exp $
   -->
   
   
  @@ -50,6 +50,7 @@
     <path id="testB1.classpath">
       <pathelement location="${build.home}/classes"/>
       <pathelement location="${build.home}/classes3"/>
  +    <pathelement location="lib/avalon-framework-4.1.2.jar"/>    
     </path>    
       
     <path id="testB2.classpath">
  
  
  
  1.3       +2 -1      jakarta-commons-sandbox/altrmi/tests2.xml
  
  Index: tests2.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/altrmi/tests2.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tests2.xml	27 Feb 2002 14:47:36 -0000	1.2
  +++ tests2.xml	21 Mar 2002 07:48:30 -0000	1.3
  @@ -3,7 +3,7 @@
   
   <!--
           "Alt (to) RMI" component of the Jakarta Commons Subproject
  -        $Id: tests2.xml,v 1.2 2002/02/27 14:47:36 hammant Exp $
  +        $Id: tests2.xml,v 1.3 2002/03/21 07:48:30 hammant Exp $
   -->
   
   
  @@ -49,6 +49,7 @@
     <path id="testB1.classpath">
       <pathelement location="${build.home}/classes"/>
       <pathelement location="${build.home}/classes2"/>
  +    <pathelement location="lib/avalon-framework-4.1.2.jar"/>
     </path>    
       
     <path id="testB2.classpath">
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>