dims        2002/09/21 16:50:05

  Modified:    java/test/utils build.xml
  Log:
  copy resource.properties to classes directory
  
  Revision  Changes    Path
  1.6       +3 -1      xml-axis/java/test/utils/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/utils/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 10 Sep 2002 16:06:52 -0000      1.5
  +++ build.xml 21 Sep 2002 23:50:05 -0000      1.6
  @@ -47,7 +47,9 @@
       <delete dir="${build.dir}/work/${componentName}"/>
   </target>
   
  -<target name="copy" depends="setenv"/>
  +<target name="copy" depends="setenv">
  +   <copy file="${axis.home}/test/utils/resource.properties" 
toDir="${build.dir}/classes/test/utils"/>
  +</target>
   
   <target name="compile" depends="copy">
     <echo message="Compiling test.utils.*"/>
  
  
  


Reply via email to