disable documentation-lint on 32-bit again

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1402262 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-10-25 18:32:43 +00:00
parent b8c727af8d
commit 8ea018af63
1 changed files with 2 additions and 0 deletions

View File

@ -276,6 +276,8 @@
<equals arg1="${ant.java.version}" arg2="1.7"/>
<equals arg1="${ant.java.version}" arg2="1.8"/>
</or>
<!-- TODO: Fix this! For now only run this on 64bit, because jTIDY OOMs with default heap size: -->
<contains string="${os.arch}" substring="64"/>
</and>
</condition>