You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2022/07/30 12:48:00 UTC

svn commit: r1903123 - /poi/trunk/build.xml

Author: centic
Date: Sat Jul 30 12:48:00 2022
New Revision: 1903123

URL: http://svn.apache.org/viewvc?rev=1903123&view=rev
Log:
Ant: Remove temporary files

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1903123&r1=1903122&r2=1903123&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Jul 30 12:48:00 2022
@@ -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">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org