You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by sa...@locus.apache.org on 2000/06/15 21:23:31 UTC

cvs commit: xml-soap/java build.xml

sanjiva     00/06/15 12:23:31

  Modified:    java     build.xml
  Log:
  fixed to compile the samples correctly.
  
  Revision  Changes    Path
  1.3       +3 -3      xml-soap/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	2000/05/22 00:33:25	1.2
  +++ build.xml	2000/06/15 19:23:29	1.3
  @@ -38,7 +38,7 @@
   Copyright:
     Copyright (c) 2000 Apache Software Foundation.
   
  -   $Id: build.xml,v 1.2 2000/05/22 00:33:25 rubys Exp $
  +   $Id: build.xml,v 1.3 2000/06/15 19:23:29 sanjiva Exp $
   
   ==================================================================== -->
   
  @@ -104,9 +104,9 @@
     <!-- =================================================================== -->
     <target name="samples" depends="compile">
       <mkdir dir="${build.samples}"/>
  -    <javac srcdir="${src.dir}" destdir="${build.samples}" 
  +    <javac srcdir="${samples.dir}" destdir="${build.dir}" 
              classpath="${build.lib}/${name}.jar" debug="${debug}">
  -      <include name="**/samples/**" />
  +      <include name="**/**.java" />
         <exclude name="**/*SMTP*.java" unless="smtp.present" />
       </javac>
       <copydir src="${samples.dir}" dest="${build.samples}" />