]> source.dussan.org Git - poi.git/commitdiff
disable jaxb class generation, because the order is different with each run common_sl common_sl
authorAndreas Beeker <kiwiwings@apache.org>
Sun, 19 Jul 2015 19:46:25 +0000 (19:46 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sun, 19 Jul 2015 19:46:25 +0000 (19:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1691849 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index d7b5482b483dcd835d356a958fb0075e435439be..00b6a386b2fd84f5ce41e42c96fc418a081aa520 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -709,7 +709,7 @@ under the License.
         </copy>
     </target>
 
-       <target name="generate-geometry" depends="fetch-ooxml-xsds">
+       <target name="generate-geometry" depends="fetch-ooxml-xsds" if="ignoreMe">
                <delete dir="${geometry.output.tmpdir}"/>
                <!-- taskdef xjc -->
                <!-- "D:\Program Files\Java\jdk1.6.0_45\bin\xjc" -p org.apache.poi.sl.model.geom.binding -readOnly -Xlocator -mark-generated ooxml-schemas\dml-shapeGeometry.xsd -->