aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-10-26 00:37:27 +0000
committerPJ Fanning <fanningpj@apache.org>2021-10-26 00:37:27 +0000
commita826e8e32d58fbdb6af18116136cff3d3df76bc0 (patch)
tree22e4d8611fbf190d5dd0c00b9bb07ae8afb8ebaa /poi-ooxml-lite
parent90b8a0c36d35e5cba625b4b22c63591ccc92129d (diff)
downloadpoi-a826e8e32d58fbdb6af18116136cff3d3df76bc0.tar.gz
poi-a826e8e32d58fbdb6af18116136cff3d3df76bc0.zip
try to add LICENSE and NOTICE to sources jars
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894566 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-lite')
-rw-r--r--poi-ooxml-lite/build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/poi-ooxml-lite/build.gradle b/poi-ooxml-lite/build.gradle
index 6b10453af9..6138200762 100644
--- a/poi-ooxml-lite/build.gradle
+++ b/poi-ooxml-lite/build.gradle
@@ -129,8 +129,7 @@ jar {
File missingXsbsFile = file("missing-xsbs.txt")
List xsbs2 = missingXsbsFile.findAll { !it.empty && !it.startsWith("#") }
.collect { "org/apache/poi/schemas/ooxml/system/ooxml/${it.trim()}.xsb" }
- includes = clazz + clazzInner + xsbs + xsbs2 +
- ['META-INF/versions/**', 'META-INF/LICENSE', 'META-INF/NOTICE', 'org/apache/poi/schemas/ooxml/element/**']
+ includes = clazz + clazzInner + xsbs + xsbs2 + ['META-INF/versions/**', 'org/apache/poi/schemas/ooxml/element/**']
}
}