Skip to content

Commit

Permalink
building tar file for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Redl committed Mar 21, 2015
1 parent 7000136 commit b6d5d31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,9 @@
<fileset file="dist/fplus.jar" />
</concat>
<chmod file="dist/fplus" perm="+x"/>
<!-- create tar file for distribution -->
<exec executable="tar" dir="dist">
<arg line="-cvzf fplus.tar.gz fplus"/>
</exec>
</target>
</project>

0 comments on commit b6d5d31

Please sign in to comment.