From: PJ Fanning Date: Tue, 28 Jun 2022 10:41:29 +0000 (+0000) Subject: [bug-66146] poi-ooxml-full: generate classes for threadedComments and word12 xsds X-Git-Tag: REL_5_2_3~217 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8d204f12223cf5b6bc99a56429e3d67305b7234f;p=poi.git [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 --- 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') { diff --git a/poi-ooxml-full/src/main/xmlschema/org/apache/poi/schemas/word12.xsd b/poi-ooxml-full/src/main/xmlschema/org/apache/poi/schemas/word12.xsd new file mode 100644 index 0000000000..7ea103f4a1 --- /dev/null +++ b/poi-ooxml-full/src/main/xmlschema/org/apache/poi/schemas/word12.xsd @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/poi-ooxml-full/src/main/xmlschema/org/apache/poi/schemas/xlThreadedComments.xsd b/poi-ooxml-full/src/main/xmlschema/org/apache/poi/schemas/xlThreadedComments.xsd new file mode 100644 index 0000000000..960e0026c3 --- /dev/null +++ b/poi-ooxml-full/src/main/xmlschema/org/apache/poi/schemas/xlThreadedComments.xsd @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/poi-ooxml-full/src/main/xmlschema/org/apache/poi/schemas/xlThreadedComments2.xsd b/poi-ooxml-full/src/main/xmlschema/org/apache/poi/schemas/xlThreadedComments2.xsd new file mode 100644 index 0000000000..ae061ed8cf --- /dev/null +++ b/poi-ooxml-full/src/main/xmlschema/org/apache/poi/schemas/xlThreadedComments2.xsd @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file