Fix build to include resources always

This commit is contained in:
Christian 2012-10-21 16:19:31 -04:00
parent 1b441072cd
commit cea769047a
1 changed files with 1 additions and 3 deletions

View File

@ -115,9 +115,7 @@
<mergemapper to="mcmod.info" /> <mergemapper to="mcmod.info" />
</mappedresources> </mappedresources>
<fileset dir="${resource.dir}" erroronmissingdir="false"> <fileset dir="${resource.dir}" erroronmissingdir="false">
<selector if="is.client">
<filename name="**/*.png" /> <filename name="**/*.png" />
</selector>
</fileset> </fileset>
</jar> </jar>
</target> </target>