Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing clean up RoyaleUnitJS bin folder in ant build
  • Loading branch information
piotrzarzycki21 committed Aug 27, 2019
1 parent 3b4e504 commit 946e1f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frameworks/js/projects/RoyaleUnitJS/src/test/royale/build.xml
Expand Up @@ -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">
Expand Down

0 comments on commit 946e1f1

Please sign in to comment.