Skip to content

Commit

Permalink
add properties file to distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
codeanticode committed Aug 4, 2014
1 parent c404c78 commit 736e0f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
<fileset dir="src" />
</copy>

<copy file="library.properties" tofile="dist/tmp/library.properties" />

<delete file="dist/video.zip"/>
<zip destfile="dist/video.zip"
basedir="dist/tmp"
excludes="**/.DS_Store"
Expand Down

0 comments on commit 736e0f9

Please sign in to comment.