]> source.dussan.org Git - poi.git/commitdiff
removed duplicate ignore
authorAndreas Beeker <kiwiwings@apache.org>
Tue, 29 Nov 2016 23:03:46 +0000 (23:03 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Tue, 29 Nov 2016 23:03:46 +0000 (23:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771977 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 07b731b7f2bb06a2b2e895cf1189467f8927a23e..340781a395b6e5acd7848f7d65f097f89fd399bf 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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 -->