disable jaxb class generation, because the order is different with each run

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1691849 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2015-07-19 19:46:25 +00:00
parent 58bf1455ec
commit 3d2c320f49
1 changed files with 1 additions and 1 deletions

View File

@ -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 -->