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/05/02 15:33:47 UTC

cvs commit: xml-soap/java build.xml

rubys       01/05/02 06:33:47

  Modified:    java     build.xml
  Log:
  java class path can be a list...
  
  Revision  Changes    Path
  1.28      +1 -1      xml-soap/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml	2001/04/28 14:30:45	1.27
  +++ build.xml	2001/05/02 13:33:47	1.28
  @@ -215,7 +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}" />
  +    <pathelement path="${java.class.path}" />
     </path>
   
     <target name="buildTest" if="junit.present"