craigmcc    01/04/11 11:04:04

  Modified:    beanutils build.xml
  Log:
  Copy test resources (if any) to the correct destination directory as well.
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-commons/beanutils/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 2001/04/11 17:53:24     1.2
  +++ build.xml 2001/04/11 18:04:02     1.3
  @@ -3,7 +3,7 @@
   
   <!--
           "Bean Utilities" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.2 2001/04/11 17:53:24 craigmcc Exp $
  +        $Id: build.xml,v 1.3 2001/04/11 18:04:02 craigmcc Exp $
   -->
   
   
  @@ -147,7 +147,7 @@
             optimize="${compile.optimize}">
         <classpath refid="test.classpath"/>
       </javac>
  -    <copy    todir="${build.home}/classes">
  +    <copy    todir="${build.home}/tests">
         <fileset dir="${test.home}" excludes="**/*.java"/>
       </copy>
     </target>
  
  
  

Reply via email to