]> source.dussan.org Git - poi.git/commitdiff
Ant: Remove temporary files
authorDominik Stadler <centic@apache.org>
Sat, 30 Jul 2022 12:48:00 +0000 (12:48 +0000)
committerDominik Stadler <centic@apache.org>
Sat, 30 Jul 2022 12:48:00 +0000 (12:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903123 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 0e64083e0e8d65d255052b0f8a20c8a1a0a12908..36b5a1bc193a1ccfd7061527bc022ef7fdcecbb9 100644 (file)
--- 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">