Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 402757 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +1 lines)
Line  Link Here
0
-- build.xml.
0
++ build.xml
Lines 355-361 Link Here
355
        </condition>
355
        </condition>
356
    </target>
356
    </target>
357
    <target name="compile-ooxml-xsds" unless="ooxml-compiled-xsds.present"
357
    <target name="compile-ooxml-xsds" unless="ooxml-compiled-xsds.present"
358
            depends="check-jars,fetch-jars,check-compiled-ooxml-xsds"
359
            description="Unpacks the OOXML xsd files, and compiles them into XmlBeans">
358
            description="Unpacks the OOXML xsd files, and compiles them into XmlBeans">
360
        <property name="ooxml.xsds.tmp.dir" location="build/ooxml-xsds"/>
359
        <property name="ooxml.xsds.tmp.dir" location="build/ooxml-xsds"/>
361
        <mkdir dir="${ooxml.xsds.tmp.dir}"/>
360
        <mkdir dir="${ooxml.xsds.tmp.dir}"/>

Return to bug 402757