]> source.dussan.org Git - poi.git/commitdiff
include externals on release build checkout
authorAndreas Beeker <kiwiwings@apache.org>
Sat, 16 Jan 2021 00:19:04 +0000 (00:19 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sat, 16 Jan 2021 00:19:04 +0000 (00:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885539 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index dea457e01fec3039e9f9949c6545b3188a995146..e606f9fc307af3556f13e7684a37ac7ab2f70db3 100644 (file)
--- 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>