You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2016/04/29 22:55:53 UTC

svn commit: r1741699 - /poi/trunk/build.xml

Author: kiwiwings
Date: Fri Apr 29 20:55:52 2016
New Revision: 1741699

URL: http://svn.apache.org/viewvc?rev=1741699&view=rev
Log:
remove dublin core schemas as we don't use the schemas which reference them

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1741699&r1=1741698&r2=1741699&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Apr 29 20:55:52 2016
@@ -212,9 +212,6 @@ under the License.
 
     <!-- additional schemas are packed into the poi schemas jar, -->
     <!-- so we don't have to care about a seperate versioning of the original ooxml schemas -->
-    <property name="ooxml.xsds.dc.1" value="http://dublincore.org/schemas/xmls/qdc/2003/04/02/dc.xsd"/>
-    <property name="ooxml.xsds.dc.2" value="http://dublincore.org/schemas/xmls/qdc/2003/04/02/dcterms.xsd"/>
-    <property name="ooxml.xsds.dc.3" value="http://dublincore.org/schemas/xmls/qdc/2003/04/02/dcmitype.xsd"/>
     <property name="ooxml.xsds.dsig.1" value="https://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd"/>
     <property name="ooxml.xsds.dsig.2" value="http://uri.etsi.org/01903/v1.3.2/XAdES.xsd"/>
     <property name="ooxml.xsds.dsig.3" value="http://uri.etsi.org/01903/v1.4.1/XAdESv141.xsd"/>
@@ -678,9 +675,6 @@ under the License.
         <get dest="${ooxml.lib}" skipexisting="true">
             <url url="${ooxml.xsds.url.1}"/>
             <url url="${ooxml.xsds.url.2}"/>
-            <url url="${ooxml.xsds.dc.1}"/>
-            <url url="${ooxml.xsds.dc.2}"/>
-            <url url="${ooxml.xsds.dc.3}"/>
             <url url="${ooxml.xsds.dsig.1}"/>
             <url url="${ooxml.xsds.dsig.2}"/>
             <url url="${ooxml.xsds.dsig.3}"/>
@@ -824,12 +818,10 @@ under the License.
             </xsds>
         </compile-ooxml-xmlbean>
         <!-- Now do the same for the security schemas -->
-        <!-- noupa/nopvr is set because of the dublincore schemas -->
-        <!-- https://issues.apache.org/jira/browse/XMLBEANS-340 -->
-        <compile-ooxml-xmlbean classes-jar="${ooxml.security.jar}" sources-jar="${ooxml.security.src.jar}" noupa="true" nopvr="true">
+        <compile-ooxml-xmlbean classes-jar="${ooxml.security.jar}" sources-jar="${ooxml.security.src.jar}">
             <xsds>
-                <zipfileset src="${ooxml.lib}/${ooxml.xsds.izip.2}"/>
-                <fileset dir="${ooxml.lib}" includes="dc*.xsd,xmldsig*.xsd,XAdES*.xsd"/>
+                <zipfileset src="${ooxml.lib}/${ooxml.xsds.izip.2}" includes="opc-digSig.xsd,opc-relationships.xsd"/>
+                <fileset dir="${ooxml.lib}" includes="xmldsig*.xsd,XAdES*.xsd"/>
                 <fileset dir="${ooxml.security.xsd.dir}"/>
             </xsds>
         </compile-ooxml-xmlbean>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org