aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-full/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-06-28 09:51:27 +0000
committerPJ Fanning <fanningpj@apache.org>2022-06-28 09:51:27 +0000
commit989b9e2f7512d125ef44c236a178c8b00949c75f (patch)
tree6b92cf688bf693b39ce3ba0c43b5f9e6047ecb3c /poi-ooxml-full/build.gradle
parentb46b69ab0f11c10dc70b8ec4688be422ae7396bf (diff)
downloadpoi-989b9e2f7512d125ef44c236a178c8b00949c75f.tar.gz
poi-989b9e2f7512d125ef44c236a178c8b00949c75f.zip
[bug-66145] poi-ooxml-full: add xsd schema for drawing/2008/diagram to read SmartArt diagrams
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902305 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-full/build.gradle')
-rw-r--r--poi-ooxml-full/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml-full/build.gradle b/poi-ooxml-full/build.gradle
index 513720a722..ad9eb90be2 100644
--- a/poi-ooxml-full/build.gradle
+++ b/poi-ooxml-full/build.gradle
@@ -86,7 +86,7 @@ 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'
+ include 'XAdES*.xsd', '*.xsdconfig', 'xmldsig*.xsd', 'ooxmlSchemas.xsdconfig', 'markup-compatibility.xsd', 'vmlDrawing.xsd', 'dml-drawing.xsd'
exclude '*.zip'
}
from ('src/main/xmlschema/org/apache/poi/poifs/crypt') {