diff options
author | Dominik Stadler <centic@apache.org> | 2015-01-21 20:39:30 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2015-01-21 20:39:30 +0000 |
commit | 8b4308d68aebfa9d0abdb21221762add03372b17 (patch) | |
tree | 6972cb1feaa28f9be58306c2533062d8e2fcd831 /build.xml | |
parent | cef16bab946f425397b3513f6254dff3437f31af (diff) | |
download | poi-8b4308d68aebfa9d0abdb21221762add03372b17.tar.gz poi-8b4308d68aebfa9d0abdb21221762add03372b17.zip |
Bug 57468: Avoid possible build-error if lib-directory is not created
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1653643 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -401,6 +401,7 @@ under the License. <target name="check-jars"> <!-- remove previous versions of third-party jars to prevent them from lingering around, we often had hard-to-find build/CI-problems because of these! --> + <mkdir dir="${main.lib}"/> <delete verbose="true"> <fileset dir="${main.lib}"> <include name="ant-1.8*"/> |