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:09:24 UTC

[royale-asjs] 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-asjs.git


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

commit 6783bde818060975f2242f01c5b80c0a1245dd17
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Jan 22 09:09:10 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 5e006b9..c526d7b 100644
--- a/build.xml
+++ b/build.xml
@@ -577,6 +577,10 @@ limitations under the License.
         <delete file="${ROYALE_HOME}/frameworks/mxml-manifest.xml" failonerror="false"/>
         <delete file="${ROYALE_HOME}/frameworks/spark-manifest.xml" failonerror="false"/>
         <delete file="${ROYALE_HOME}/ide/flashbuilder/flashbuilder-config.xml" failonerror="false"/>
+        <delete dir="${basedir}" failonerror="false">
+            <include name="**/*.log"/>
+            <include name="**/*.mdmp"/>
+        </delete>
     </target>
 
     <target name="thirdparty-clean" description="Removes all thirdparty downloads.">