You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by st...@apache.org on 2002/10/23 20:04:30 UTC

cvs commit: xml-axis/java/test/httpunit build.xml

stevel      2002/10/23 11:04:30

  Modified:    java/test/httpunit build.xml
  Log:
  now that lib is being set up right, there is no need to make this conditional. I think.
  
  Revision  Changes    Path
  1.10      +1 -1      xml-axis/java/test/httpunit/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/httpunit/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	10 Sep 2002 20:30:35 -0000	1.9
  +++ build.xml	23 Oct 2002 18:04:30 -0000	1.10
  @@ -108,7 +108,7 @@
     </target>
     
       <!-- compile the java sources using the compilation classpath -->
  -  <target name="compile" depends="init" if="httpunit.present">
  +  <target name="compile" depends="init">
       <property name="build.debuglevel" value="lines,vars,source"/> 
       <javac destdir="${test.classes.dir}"
              debug="${build.debug}"