diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-01-16 00:19:04 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-01-16 00:19:04 +0000 |
commit | 8a388f61e8744a3231baddaabc14ec409032b5a6 (patch) | |
tree | c60f6fb12a29b2d818a494862ec6d61fa33ba4ad | |
parent | 309e657b0d8479583847d684febc3db10f12b4c4 (diff) | |
download | poi-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |