diff options
author | Dominik Stadler <centic@apache.org> | 2017-09-08 20:42:24 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-09-08 20:42:24 +0000 |
commit | 31167bfaeb5b3ef67ec1d3741ed7b2ad78e1d0f4 (patch) | |
tree | c37c97dd3e100d6ab4e1bdab4dbb9e366bf1cb97 /sonar | |
parent | 57d4fab79d1c003556e080df92c53b563d0d8791 (diff) | |
download | poi-31167bfaeb5b3ef67ec1d3741ed7b2ad78e1d0f4.tar.gz poi-31167bfaeb5b3ef67ec1d3741ed7b2ad78e1d0f4.zip |
Remove incorrect copy-include in pom.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807822 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml index 7ad0e1baf8..b10831c91e 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -222,7 +222,6 @@ <fileset dir="${basedir}/../../src/ooxml/java"> <include name="org/apache/poi/POIXMLTypeLoader.java"/> <include name="org/apache/poi/util/DocumentHelper.java"/> - <include name="org/apache/poi/util/Removal.java"/> <include name="org/apache/poi/util/SAXHelper.java"/> <include name="org/apache/poi/openxml4j/opc/PackageNamespaces.java"/> </fileset> |