include externals on release build checkout

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2021-01-16 00:19:04 +00:00
parent 309e657b0d
commit 8a388f61e8
1 changed files with 1 additions and 1 deletions

View File

@ -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>