Ant: Remove temporary files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2022-07-30 12:48:00 +00:00
parent c9d057f4e1
commit db4b01a9d0
1 changed files with 4 additions and 0 deletions

View File

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