diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-02-21 13:11:59 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-02-21 13:11:59 +0000 |
commit | 3ab6847bcc6d4747bf6330a25ee23ceaa153fc89 (patch) | |
tree | 698a5635e1ece70d88046fc861803467c09bb216 /poi-ooxml-full/build.gradle | |
parent | af7848243b20a9487169e6cd53b2996fe1a47942 (diff) | |
download | poi-3ab6847bcc6d4747bf6330a25ee23ceaa153fc89.tar.gz poi-3ab6847bcc6d4747bf6330a25ee23ceaa153fc89.zip |
[bug-66485] poi-ooxml-full: generate classes for drawing/2012/chart schema
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907789 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-full/build.gradle')
-rw-r--r-- | poi-ooxml-full/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml-full/build.gradle b/poi-ooxml-full/build.gradle index ee9edd81d5..01e5d47d91 100644 --- a/poi-ooxml-full/build.gradle +++ b/poi-ooxml-full/build.gradle @@ -75,7 +75,7 @@ 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', 'word12.xsd', 'xlThreaded*.xsd', 'dml-drawing.xsd' + 'vmlDrawing.xsd', 'word12.xsd', 'xlThreaded*.xsd', 'dml-drawing.xsd', 'drawing-chart2012.xsd' exclude '*.zip' } from ('src/main/xmlschema/org/apache/poi/poifs/crypt') { |