aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2015-07-19 19:46:25 +0000
committerAndreas Beeker <kiwiwings@apache.org>2015-07-19 19:46:25 +0000
commit4e1c37905af496fcf0719b3ed623295c410040a9 (patch)
tree46a7167ef3dc4ec2d19d04b3f8c839da2f977e18
parent9abd6a3e344e653343e39a054710d305f9289ab7 (diff)
downloadpoi-4e1c37905af496fcf0719b3ed623295c410040a9.tar.gz
poi-4e1c37905af496fcf0719b3ed623295c410040a9.zip
disable jaxb class generation, because the order is different with each runcommon_sl
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1691849 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index d7b5482b48..00b6a386b2 100644
--- 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 -->