Skip to content

Commit

Permalink
Upd: include libs
Browse files Browse the repository at this point in the history
  • Loading branch information
janisstreib committed Apr 29, 2015
1 parent 844b81f commit f6be71e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,17 @@
</javac>
</target>
<target depends="build" name="pack">
<jar destfile="xoj-to-image.jar" basedir="bin" manifest="xoj-to-image.MF" />
<jar destfile="xoj-to-image.jar" basedir="bin" manifest="xoj-to-image.MF">
<archives>
<zips>
<fileset dir="lib">
<include name="**/*.jar" />
</fileset>
</zips>
</archives>
</jar>
</target>

<target name="all" depends="pack" />
<target name="clean">
<delete includeemptydirs="true">
Expand Down

0 comments on commit f6be71e

Please sign in to comment.