Skip to content

Commit

Permalink
Added build commands for the source jar
Browse files Browse the repository at this point in the history
  • Loading branch information
nyholku committed Apr 12, 2011
1 parent c4fdec4 commit eac04dc
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 @@ -7,6 +7,9 @@
<delete file="./bin/purejavacomm.jar"/>
<jar jarfile="./bin/purejavacomm.jar" basedir="./classes">
</jar>
<delete file="./bin/purejavacomm-src.jar"/>
<jar jarfile="./bin/purejavacomm-src.jar" basedir="./src">
</jar>
</target>

</project>
Expand Down

0 comments on commit eac04dc

Please sign in to comment.