Skip to content

Commit

Permalink
Added build step to copy images.
Browse files Browse the repository at this point in the history
  • Loading branch information
elderfd committed Mar 13, 2015
1 parent 5211cd5 commit 0841c04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,9 @@
nbproject/build-impl.xml file.
-->
<target name="-post-jar">
<copy todir="dist/images" overwrite="true">
<fileset dir="images"/>
</copy>
</target>
</project>

0 comments on commit 0841c04

Please sign in to comment.