diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-06-15 20:05:33 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-06-15 20:05:33 +0000 |
commit | 5cafcdc83e5bc955109dd89fdca3b4831c77a6f4 (patch) | |
tree | e8bbef80aa35991cc9438d70156695b28ab186b2 /poi-ooxml-full/build.gradle | |
parent | 73fef78604035e94d2a183803e1236580fbd19a2 (diff) | |
download | poi-5cafcdc83e5bc955109dd89fdca3b4831c77a6f4.tar.gz poi-5cafcdc83e5bc955109dd89fdca3b4831c77a6f4.zip |
[bug-66650] add chartex classes to poi-ooxml-full
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910433 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 430153689d..d5f83c78cb 100644 --- a/poi-ooxml-full/build.gradle +++ b/poi-ooxml-full/build.gradle @@ -75,7 +75,8 @@ 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', 'drawing-chart2012.xsd' + 'vmlDrawing.xsd', 'word12.xsd', 'xlThreaded*.xsd', 'dml-drawing.xsd', 'drawing-chart2012.xsd', + 'chartEx.xsd' exclude '*.zip' } from ('src/main/xmlschema/org/apache/poi/poifs/crypt') { |