removed * as its not a valid file path

This commit is contained in:
DarkGuardsman 2013-09-03 22:48:08 -04:00
parent 4662f21340
commit 21bb734bb0

View file

@ -126,7 +126,7 @@
<fileset dir="gs" />
</jar>
<zip destfile="${file.all}">
<fileset dir="output/*" />
<fileset dir="output/" />
</zip>
<copy todir="output" file="build.properties" />