You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/01/22 17:18:06 UTC

[royale-typedefs] branch develop updated: try to clean dumps out of nightly

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


The following commit(s) were added to refs/heads/develop by this push:
     new c953073  try to clean dumps out of nightly
c953073 is described below

commit c953073c8345d5723a17a3be455352e0a3aefddf
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Jan 22 09:17:54 2019 -0800

    try to clean dumps out of nightly
---
 build.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build.xml b/build.xml
index a3d8e45..d128d37 100644
--- a/build.xml
+++ b/build.xml
@@ -48,6 +48,10 @@
         <ant dir="google_maps" target="wipe"/>
         <ant dir="node" target="wipe"/>
         <ant dir="ace" target="wipe"/>
+        <delete dir="${basedir}" failonerror="false">
+            <include name="**/*.log"/>
+            <include name="**/*.mdmp"/>
+        </delete>
     </target>
     
     <target name="main" description="Build everything">