Skip to content

Commit

Permalink
Initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
sivantoledo committed Mar 11, 2012
1 parent c96b054 commit 0f997e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<project name="javAX25" basedir="." default="build-jars">
<target name="build-jars">
<jar jarfile="javAX25.jar" basedir="bin" includes="sivantoledo/ax25/**"/>
</target>
<target name="clean">
<delete dir="bin" failonerror="false" />
</target>
</project>

0 comments on commit 0f997e2

Please sign in to comment.