aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2022-07-30 12:48:00 +0000
committerDominik Stadler <centic@apache.org>2022-07-30 12:48:00 +0000
commitdb4b01a9d0057b09e8024bf5646b2d033b2dd57d (patch)
tree0fcbae1a0c4af5bb992850e69fafd8c074945744 /build.xml
parentc9d057f4e1a57fd60c3772ec548e4989768f52c5 (diff)
downloadpoi-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.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 0e64083e0e..36b5a1bc19 100644
--- a/build.xml
+++ b/build.xml
@@ -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">