Author: fanningpj
Date: Sun Oct 24 14:45:11 2021
New Revision: 1894533

URL: http://svn.apache.org/viewvc?rev=1894533&view=rev
Log:
add missing xsbs

Added:
    poi/trunk/poi-ooxml-lite/missing-xsbs.txt
Modified:
    poi/trunk/poi-ooxml-lite/build.gradle

Modified: poi/trunk/poi-ooxml-lite/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml-lite/build.gradle?rev=1894533&r1=1894532&r2=1894533&view=diff
==============================================================================
--- poi/trunk/poi-ooxml-lite/build.gradle (original)
+++ poi/trunk/poi-ooxml-lite/build.gradle Sun Oct 24 14:45:11 2021
@@ -126,7 +126,10 @@ jar {
             List clazz = clazzFile.collect { "${it}.class" }
             List clazzInner = clazzFile.collect { "${it}\$*.class" }
             List xsbs = xsbsFile.collect { 
"org/apache/poi/schemas/ooxml/system/ooxml/${it}.xsb" }
-            includes = clazz + clazzInner + xsbs + ['META-INF/versions/**', 
'org/apache/poi/schemas/ooxml/element/**']
+            File missingXsbsFile = file("missing-xsbs.txt")
+            List xsbs2 = missingXsbsFile.findAll { !it.empty && 
!it.startsWith("#") }
+              .collect { 
"org/apache/poi/schemas/ooxml/system/ooxml/${it.trim()}.xsb" }
+            includes = clazz + clazzInner + xsbs + xsbs2 + 
['META-INF/versions/**', 'org/apache/poi/schemas/ooxml/element/**']
         }
     }
 

Added: poi/trunk/poi-ooxml-lite/missing-xsbs.txt
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml-lite/missing-xsbs.txt?rev=1894533&view=auto
==============================================================================
--- poi/trunk/poi-ooxml-lite/missing-xsbs.txt (added)
+++ poi/trunk/poi-ooxml-lite/missing-xsbs.txt Sun Oct 24 14:45:11 2021
@@ -0,0 +1,124 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+backgroundelement
+ctaccd5bbtype
+ctaltchunkpr3382type
+ctbareee9type
+ctbileveleffectc7dftype
+ctboolean0559type
+ctborderc15dtype
+ctbox7a31type
+ctcallouta029type
+ctcamerac340type
+ctchar0d9ctype
+ctclippath6d78type
+ctcolorchangeeffect12d5type
+ctcolumn1f12type
+ctcontrol7455type
+ctcustomerdata407dtype
+ctcustomshowlist3419type
+ctdatarefsb753type
+ctdiagramc1cctype
+cteastasianlayout0841type
+ctednposd4a3type
+cteqarr9667type
+ctextrusion7112type
+ctfaff6type
+ctffddlist3acatype
+ctffhelptextbf1atype
+ctffstatustexta9c9type
+ctfftexttype07c1type
+ctfill63e6type
+ctfiltercolumn0fb7type
+ctfunc816etype
+ctfunctiongroupbce6type
+ctgammatransform06a0type
+ctgloweffectc659type
+ctgrayscaleeffect3b69type
+ctgroupchra6c4type
+ctinnershadoweffect4678type
+ctkinsoku0179type
+ctlimlowd6cetype
+ctlimuppd44dtype
+ctlinenumber99ebtype
+ctluminanceeffectb41atype
+ctmacroname363btype
+ctmodifyverifier3bb5type
+ctnarye738type
+ctomathparapr8d43type
+ctonoff3c8ctype
+ctpatternfillproperties3637type
+ctphotoalbum4368type
+ctpivotselectiond5f3type
+ctpolylinef75etype
+ctpprchange29b0type
+ctpresetshadoweffecta9abtype
+ctradc9a7type
+ctreflectioneffect9c37type
+ctrel4519type
+ctrprd468type
+ctscenariosacc2type
+ctsdtrow2f71type
+ctsectprchangee2d3type
+ctsmarttagpr0ebctype
+ctsmarttagsf2cdtype
+ctsoftedgeseffect096etype
+ctspre2f82type
+ctssubsup117btype
+ctssup1cf7type
+ctstrokechilde83dtype
+cttblgridchange3c5etype
+cttblprchangef5e2type
+cttextboxtightwrap2e7etype
+cttexteffect5ccatype
+cttextunderlinefillgroupwrapper64e7type
+cttrackchangenumberinge6catype
+ctwebpublishitemsdc84type
+ctwebpublishobjects30d8type
+ctwrapthrough8b4etype
+ctwraptightae95type
+ctwraptopbottom5e13type
+lockedcanvaselement
+polylineelement
+relidselement
+stalignh768ctype
+stalignv5abetype
+stbwmode77abtype
+stchaptersep27e7type
+stcommentsdbcdtype
+stdatavalidationimemodef990type
+stdiagramlayout8286type
+stdropcap8d1ftype
+steffectcontainertyped26btype
+stfixedangle53eatype
+sthorizontalanchora13atype
+stimageaspectf0d7type
+stpageborderoffset518atype
+stpageborderzordereec9type
+stpageorientation8781type
+stphoneticalignment0632type
+stptabrelativeto37cctype
+stsortbyca6etype
+stsortmethodbcf8type
+ststrokearrowlength82fbtype
+ststrokearrowwidth1563type
+ststrokeendcap681dtype
+ststrokelinestylea509type
+sttargetscreensize4357type
+stverticalanchor22cctype
+stwrapside6d02type



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to