aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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">