dug         2003/03/15 07:46:54

  Modified:    java     build.xml
  Log:
  Oops - didn't mean to check-in build.xml - although I don't think
  junit should be there :-)
  
  Revision  Changes    Path
  1.228     +1 -1      xml-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.227
  retrieving revision 1.228
  diff -u -r1.227 -r1.228
  --- build.xml 15 Mar 2003 15:43:26 -0000      1.227
  +++ build.xml 15 Mar 2003 15:46:54 -0000      1.228
  @@ -400,7 +400,7 @@
       </copy>
     </target>
   
  -  <target name="dist" depends="compile, javadocsdist, samples"
  +  <target name="dist" depends="compile, javadocsdist, samples, junit"
       description="create the full binary distribution">
       <mkdir dir="${dist.dir}"/>
       <mkdir dir="${dist.dir}/lib"/>
  
  
  

Reply via email to