commit 6940759436bbd3bdb117572886f6104f78c3b469 Author: iwakeh iwakeh@torproject.org Date: Tue Feb 14 16:21:32 2017 +0000
Enable exclude patterns, part of task-21469. --- java/base.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/java/base.xml b/java/base.xml index 4152cbc..0cafa32 100644 --- a/java/base.xml +++ b/java/base.xml @@ -165,9 +165,7 @@ use="true" windowtitle="${javadoc-title}"> <classpath refid="classpath"/> - <fileset dir="${sources}"> - <exclude name="${javadoc-excludes}"/> - </fileset> + <fileset dir="${sources}" excludes="${javadoc-excludes}"/> </javadoc> <copy file="${javadocicon}" todir="${docs}"/> </target>
tor-commits@lists.torproject.org