You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2001/07/07 06:11:57 UTC

cvs commit: jakarta-ant build.xml

conor       01/07/06 21:11:56

  Modified:    .        build.xml
  Log:
  Restore use of external file
  
  Revision  Changes    Path
  1.157     +1 -1      jakarta-ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/build.xml,v
  retrieving revision 1.156
  retrieving revision 1.157
  diff -u -r1.156 -r1.157
  --- build.xml	2001/07/07 03:59:43	1.156
  +++ build.xml	2001/07/07 04:11:56	1.157
  @@ -560,7 +560,7 @@
             description="--> creates the API documentation">
       <mkdir dir="${build.javadocs}"/>
       <javadoc packagenames="org.apache.*"
  -             useexternalfile="no"
  +             useexternalfile="yes"
                sourcepath="${java.dir}"
                destdir="${build.javadocs}"
                author="true"