mirror of https://github.com/apache/poi.git
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:
parent
9abd6a3e34
commit
4e1c37905a
|
@ -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…
Reference in New Issue