aboutsummaryrefslogtreecommitdiffstats
path: root/patch.xml
diff options
context:
space:
mode:
authorYegor Kozlov <yegor@apache.org>2012-10-12 12:55:45 +0000
committerYegor Kozlov <yegor@apache.org>2012-10-12 12:55:45 +0000
commit9487a47693d19d53d1cb4ae6ef15f1be79c2754a (patch)
tree5f0610ef0fbecaa9c70c585e32abc16405c6a459 /patch.xml
parent4b17ceb0e5376d7acc3514feabd65a6860841c6c (diff)
downloadpoi-9487a47693d19d53d1cb4ae6ef15f1be79c2754a.tar.gz
poi-9487a47693d19d53d1cb4ae6ef15f1be79c2754a.zip
Bugzilla 53763: avoid style mess when using HSSFOptimiser
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1397548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'patch.xml')
-rwxr-xr-xpatch.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/patch.xml b/patch.xml
index 61b3cb7a95..2ad888675d 100755
--- a/patch.xml
+++ b/patch.xml
@@ -65,7 +65,6 @@
<target name="patchpackage" depends="createpatch,newfiles">
<delete file="${patch.package}"/>
<tar includes="${tar.file.list}"
- excludes="${patch.file}"
destfile="${patch.package}"
basedir="."
compression="gzip" >