summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2018-11-18 22:09:44 +0000
committerAndreas Beeker <kiwiwings@apache.org>2018-11-18 22:09:44 +0000
commit8c12df72704183acd77ad2e44e251c13dba3a731 (patch)
tree6b254f9a7af801d94b1d279c339a3c33dc528c6e /build.xml
parent4458a10d66dee397d1ef402cb5be2136955ed488 (diff)
downloadpoi-8c12df72704183acd77ad2e44e251c13dba3a731.tar.gz
poi-8c12df72704183acd77ad2e44e251c13dba3a731.zip
#62921 - Provide OOXMLLite alternative for Java 12+
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846870 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index a49aa53111..f78ad14f46 100644
--- a/build.xml
+++ b/build.xml
@@ -335,8 +335,11 @@ under the License.
<propertyref name="user.country"/>
<propertyref name="javax.xml.stream.XMLInputFactory"/>
<propertyref name="org.apache.commons.logging.Log"/>
- <propertyref name="java.locale.providers"/> <!-- required for Java 9 compilation -->
- <propertyref name="version.id"/> <!-- to detect if we are running on slow Gump VM -->
+ <!-- required for Java 9 compilation -->
+ <propertyref name="java.locale.providers"/>
+ <!-- to detect if we are running on slow Gump VM -->
+ <propertyref name="version.id"/>
+ <propertyref name="scratchpad.ignore"/>
</propertyset>
<!-- these need to be set differently when running with Java 9 -->