mirror of https://github.com/apache/poi.git
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:
parent
c9d057f4e1
commit
db4b01a9d0
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue