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/02/01 01:17:00 UTC

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

hammant     02/01/31 16:17:00

  Modified:    altrmi   build.xml tests.xml
  Log:
  alternate facades can be arrays in return types
  
  Revision  Changes    Path
  1.7       +6 -4      jakarta-commons-sandbox/altrmi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/altrmi/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	30 Jan 2002 23:42:44 -0000	1.6
  +++ build.xml	1 Feb 2002 00:17:00 -0000	1.7
  @@ -3,7 +3,7 @@
   
   <!--
           "Alternative (to) RMI" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.6 2002/01/30 23:42:44 hammant Exp $
  +        $Id: build.xml,v 1.7 2002/02/01 00:17:00 hammant Exp $
   -->
   
   
  @@ -177,8 +177,7 @@
     </target>
   
   
  -  <target name="dist" depends="compile,javadoc"
  -   description="Create binary distribution">
  +  <target name="jars" depends="compile">
       <mkdir      dir="${dist.home}"/>
       <copy      file="../LICENSE"
                 todir="${dist.home}"/>
  @@ -222,5 +221,8 @@
       </jar> 
                         
     </target>
  -
  +  
  +  <target name="dist" depends="jars, javadoc" 
  +   description="Create binary distribution">
  +  </target>
   </project>
  
  
  
  1.6       +2 -4      jakarta-commons-sandbox/altrmi/tests.xml
  
  Index: tests.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/altrmi/tests.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- tests.xml	28 Jan 2002 10:27:06 -0000	1.5
  +++ tests.xml	1 Feb 2002 00:17:00 -0000	1.6
  @@ -3,7 +3,7 @@
   
   <!--
           "Alt (to) RMI" component of the Jakarta Commons Subproject
  -        $Id: tests.xml,v 1.5 2002/01/28 10:27:06 hammant Exp $
  +        $Id: tests.xml,v 1.6 2002/02/01 00:17:00 hammant Exp $
   -->
   
   
  @@ -231,9 +231,7 @@
     </target>
   
     <target name="pipedc" depends="generate">
  -  
  -    <echo>ee ${java.home}</echo>
  -  
  +    
       <java classname="org.apache.commons.altrmi.test.PipeTest" fork="true">
         <classpath refid="testC1.classpath"/>
         <arg value="D"/>
  
  
  

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