Skip to content

Commit 67e4103

Browse files
committed
Disable default excludes
1 parent 794117f commit 67e4103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<echo message="Preparing release..."/>
2121

2222
<move todir="${tmp.path}\extract2">
23-
<fileset dir="${extract.path}\vlc-${app.version}"/>
23+
<fileset dir="${extract.path}\vlc-${app.version}" defaultexcludes="no"/>
2424
</move>
2525
<delete dir="${extract.path}"/>
2626
<move todir="${extract.path}">
27-
<fileset dir="${tmp.path}\extract2"/>
27+
<fileset dir="${tmp.path}\extract2" defaultexcludes="no"/>
2828
</move>
2929
</target>
3030

0 commit comments

Comments
 (0)