From: Andreas Beeker Date: Sat, 30 Dec 2017 22:17:55 +0000 (+0000) Subject: #61939 - Provide schema for AlternateContent - provide new ooxml-schemas-1.4.jar X-Git-Tag: REL_4_0_0_FINAL~303 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8eb76242b36fb45b74b027c3a7ac870dab195015;p=poi.git #61939 - Provide schema for AlternateContent - provide new ooxml-schemas-1.4.jar git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819690 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.classpath b/.classpath index d6179e2dfb..54aafe080f 100644 --- a/.classpath +++ b/.classpath @@ -22,7 +22,7 @@ - + diff --git a/build.xml b/build.xml index 092d07c5f9..2dc963bd36 100644 --- a/build.xml +++ b/build.xml @@ -208,15 +208,18 @@ under the License. - + + + + - - + + @@ -234,10 +237,6 @@ under the License. - - - - @@ -592,6 +591,8 @@ under the License. + + diff --git a/src/ooxml/resources/org/apache/poi/schemas/markup-compatibility.xsd b/src/ooxml/resources/org/apache/poi/schemas/markup-compatibility.xsd new file mode 100644 index 0000000000..6be17c06be --- /dev/null +++ b/src/ooxml/resources/org/apache/poi/schemas/markup-compatibility.xsd @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/ooxml/resources/org/apache/poi/schemas/ooxmlSchemas.xsdconfig b/src/ooxml/resources/org/apache/poi/schemas/ooxmlSchemas.xsdconfig index 3121e451d7..19d48ab0ff 100644 --- a/src/ooxml/resources/org/apache/poi/schemas/ooxmlSchemas.xsdconfig +++ b/src/ooxml/resources/org/apache/poi/schemas/ooxmlSchemas.xsdconfig @@ -39,4 +39,8 @@ com.microsoft.schemas.vml + + com.microsoft.schemas.compatibility + + \ No newline at end of file