remove test code and ignore lib

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877420 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2020-05-06 09:05:33 +00:00
parent 296275d88f
commit 987c0d8876

View File

@ -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}"/>