diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-05-06 09:05:33 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-05-06 09:05:33 +0000 |
commit | 987c0d88768b5dd9923d8b20c979ebe02290e668 (patch) | |
tree | 1d7370788a10af768b6ad2f0049e5f12e7bf49aa /build.xml | |
parent | 296275d88f5ec044ea6e3111eeda54b49f139c30 (diff) | |
download | poi-987c0d88768b5dd9923d8b20c979ebe02290e668.tar.gz poi-987c0d88768b5dd9923d8b20c979ebe02290e668.zip |
remove test code and ignore lib
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877420 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1826,11 +1826,6 @@ under the License. </sequential> </macrodef> - <target name="bla" depends="compile-main, compile-version, -manifest"> - <maven-jar src="${main.output.dir}"/> - </target> - - <target name="jar" depends="compile, compile-version, compile-ooxml-lite, -manifest" description="Creates jar files for distribution"> <maven-jar src="${main.output.dir}"/> <maven-jar src="${scratchpad.output.dir}"/> |