diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-06-28 10:41:29 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-06-28 10:41:29 +0000 |
commit | 8d204f12223cf5b6bc99a56429e3d67305b7234f (patch) | |
tree | 678493e18c28d4e67c3a61ce23549d0b3e3436ba /poi-ooxml-full/build.gradle | |
parent | 989b9e2f7512d125ef44c236a178c8b00949c75f (diff) | |
download | poi-8d204f12223cf5b6bc99a56429e3d67305b7234f.tar.gz poi-8d204f12223cf5b6bc99a56429e3d67305b7234f.zip |
[bug-66146] poi-ooxml-full: generate classes for threadedComments and word12 xsds
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902309 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-full/build.gradle')
-rw-r--r-- | poi-ooxml-full/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/poi-ooxml-full/build.gradle b/poi-ooxml-full/build.gradle index ad9eb90be2..79c7ec1a4b 100644 --- a/poi-ooxml-full/build.gradle +++ b/poi-ooxml-full/build.gradle @@ -86,7 +86,8 @@ task cacheJava9(type: Copy) { task copy_xsds(type: Copy) { from ('src/main/xmlschema/org/apache/poi/xdgf') from ('src/main/xmlschema/org/apache/poi/schemas') { - include 'XAdES*.xsd', '*.xsdconfig', 'xmldsig*.xsd', 'ooxmlSchemas.xsdconfig', 'markup-compatibility.xsd', 'vmlDrawing.xsd', 'dml-drawing.xsd' + include 'XAdES*.xsd', '*.xsdconfig', 'xmldsig*.xsd', 'ooxmlSchemas.xsdconfig', 'markup-compatibility.xsd', + 'vmlDrawing.xsd', 'word12.xsd', 'xlThreaded*.xsd', 'dml-drawing.xsd' exclude '*.zip' } from ('src/main/xmlschema/org/apache/poi/poifs/crypt') { |