[metrics-base/master] Enable exclude patterns, part of task-21469.

15 Feb
2017
15 Feb
'17
12:57 p.m.
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>
3025
Age (days ago)
3025
Last active (days ago)
0 comments
1 participants
participants (1)
-
karsten@torproject.org