diff options
author | Dominik Stadler <centic@apache.org> | 2022-07-30 12:48:00 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2022-07-30 12:48:00 +0000 |
commit | db4b01a9d0057b09e8024bf5646b2d033b2dd57d (patch) | |
tree | 0fcbae1a0c4af5bb992850e69fafd8c074945744 /build.xml | |
parent | c9d057f4e1a57fd60c3772ec548e4989768f52c5 (diff) | |
download | poi-db4b01a9d0057b09e8024bf5646b2d033b2dd57d.tar.gz poi-db4b01a9d0057b09e8024bf5646b2d033b2dd57d.zip |
Ant: Remove temporary files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903123 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1955,6 +1955,10 @@ under the License. <attribute name="Automatic-Module-Name" value="org.apache.poi.ooxml.schemas"/> </manifest> </jar> + + <delete file="${ooxml.lite.report}.clazz1"/> + <delete file="${ooxml.lite.report}.clazz2"/> + <delete file="${ooxml.lite.report}.xsb2"/> </target> <target name="test-ooxml-lite" depends="jacocotask,compile-ooxml-lite"> |