You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by ru...@apache.org on 2001/04/28 16:30:45 UTC

cvs commit: xml-soap/java build.xml

rubys       01/04/28 07:30:45

  Modified:    java     build.xml
  Log:
  Add system classpath to JUnit
  
  Revision  Changes    Path
  1.27      +1 -0      xml-soap/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml	2001/03/30 20:30:40	1.26
  +++ build.xml	2001/04/28 14:30:45	1.27
  @@ -215,6 +215,7 @@
       <!-- build.dir for test classes and build.dest for classes to test -->
       <pathelement location="${build.dir}" />
       <pathelement location="${build.dest}" />
  +    <pathelement location="${java.class.path}" />
     </path>
   
     <target name="buildTest" if="junit.present"