You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2019/08/27 14:09:18 UTC

[royale-asjs] branch develop updated: Fixing clean up RoyaleUnitJS bin folder in ant build

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

piotrz 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 946e1f1  Fixing clean up RoyaleUnitJS bin folder in ant build
946e1f1 is described below

commit 946e1f13c125ad2f3fc74ae56d8cbc462487c3f5
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Tue Aug 27 16:09:07 2019 +0200

    Fixing clean up RoyaleUnitJS bin folder in ant build
---
 frameworks/js/projects/RoyaleUnitJS/src/test/royale/build.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/frameworks/js/projects/RoyaleUnitJS/src/test/royale/build.xml b/frameworks/js/projects/RoyaleUnitJS/src/test/royale/build.xml
index d14a610..de79934 100644
--- a/frameworks/js/projects/RoyaleUnitJS/src/test/royale/build.xml
+++ b/frameworks/js/projects/RoyaleUnitJS/src/test/royale/build.xml
@@ -105,6 +105,11 @@
                 <include name="**/**"/>
             </fileset>
         </delete>
+        <delete failonerror="false" includeemptydirs="true">
+            <fileset dir="${basedir}/target/bin">
+                <include name="**/**"/>
+            </fileset>
+        </delete>
     </target>
     
     <path id="lib.path">