Browse Source

Restore use of external file

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269281 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 24 years ago
parent
commit
ff6f214d88
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml

+ 1
- 1
build.xml View File

@@ -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"


Loading…
Cancel
Save