Skip to content

Commit

Permalink
Disable default excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Aug 19, 2019
1 parent 794117f commit 67e4103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<echo message="Preparing release..."/>

<move todir="${tmp.path}\extract2">
<fileset dir="${extract.path}\vlc-${app.version}"/>
<fileset dir="${extract.path}\vlc-${app.version}" defaultexcludes="no"/>
</move>
<delete dir="${extract.path}"/>
<move todir="${extract.path}">
<fileset dir="${tmp.path}\extract2"/>
<fileset dir="${tmp.path}\extract2" defaultexcludes="no"/>
</move>
</target>

Expand Down

0 comments on commit 67e4103

Please sign in to comment.