aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-01-16 00:19:04 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-01-16 00:19:04 +0000
commit8a388f61e8744a3231baddaabc14ec409032b5a6 (patch)
treec60f6fb12a29b2d818a494862ec6d61fa33ba4ad
parent309e657b0d8479583847d684febc3db10f12b4c4 (diff)
downloadpoi-8a388f61e8744a3231baddaabc14ec409032b5a6.tar.gz
poi-8a388f61e8744a3231baddaabc14ec409032b5a6.zip
include externals on release build checkout
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885539 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 dea457e01f..e606f9fc30 100644
--- a/build.xml
+++ b/build.xml
@@ -2887,7 +2887,7 @@ under the License.
<mkdir dir="build/release"/>
<svn refid="svn.settings">
- <checkout url="https://svn.apache.org/repos/asf/poi/tags/${RELEASE_TAG}" destPath="build/release"/>
+ <checkout url="https://svn.apache.org/repos/asf/poi/tags/${RELEASE_TAG}" destPath="build/release" ignoreExternals="false"/>
</svn>
</target>