Skip to content

Commit

Permalink
Now includes an appropriate level of debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Oct 12, 2005
1 parent 39d3816 commit 49369b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
<javac srcdir="${src}"
includes="**/*.java"
destdir="${dest}"
debug="on"
debuglevel="source,lines"
/>
</target>

Expand Down

0 comments on commit 49369b7

Please sign in to comment.