Skip to content

Commit

Permalink
include resources in jar too
Browse files Browse the repository at this point in the history
  • Loading branch information
neilwightman committed Nov 1, 2013
1 parent dabeef3 commit d04dc60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Expand Up @@ -50,6 +50,9 @@
<attribute name="Build-Date" value="${DSTAMP}"/>
<attribute name="Build-Time" value="${TSTAMP}"/>
</manifest>
<fileset dir="${src}">
<include name="**/*.png" />
</fileset>
</jar>
</target>

Expand Down

0 comments on commit d04dc60

Please sign in to comment.