Skip to content

Commit

Permalink
More sensible jar file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Apr 12, 2016
1 parent 976e264 commit 85fa60c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@
<include name="resources/*.pem"/>
</fileset>
</jar>
<copy file="esteid.jar" todir="capsule"/>
<jar manifest="Manifest.mf" destfile="esteid-app.jar" level="9" basedir="capsule">
<jar manifest="Manifest.mf" destfile="esteid-app.jar" level="9">
<fileset dir="lib">
<include name="*.jar"/>
</fileset>
<fileset file="esteid.jar"/>
<fileset file="capsule/Capsule.class"/>
</jar>
</target>
<!-- Wrap the JAR into .EXE for Windows users -->
Expand Down

0 comments on commit 85fa60c

Please sign in to comment.