Browse Source

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
tags/REL_3_13_FINAL
Andreas Beeker 8 years ago
parent
commit
4e1c37905a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.xml

+ 1
- 1
build.xml 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 -->

Loading…
Cancel
Save