removed duplicate ignore

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771977 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2016-11-29 23:03:46 +00:00
parent d9ef0efcdd
commit 200850c1e4
1 changed files with 2 additions and 2 deletions

View File

@ -436,8 +436,8 @@ under the License.
</path>
<patternset id="exclude-scratchpad-test">
<exclude name="**/TestExtractorFactory.java" if:true="${scratchpad.ignore}"/>
<exclude name="**/OutlookTextExtactor.java" if:true="${scratchpad.ignore}"/>
<exclude name="**/TestExtractorFactory.java"/>
<exclude name="**/OutlookTextExtactor.java"/>
</patternset>
<!-- Prints POI's Ant usage help -->