aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-05-06 09:05:33 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-05-06 09:05:33 +0000
commit987c0d88768b5dd9923d8b20c979ebe02290e668 (patch)
tree1d7370788a10af768b6ad2f0049e5f12e7bf49aa /build.xml
parent296275d88f5ec044ea6e3111eeda54b49f139c30 (diff)
downloadpoi-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.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/build.xml b/build.xml
index 9fabae7c0e..0275e51a91 100644
--- a/build.xml
+++ b/build.xml
@@ -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}"/>