Skip to content

Commit

Permalink
Don't try to build the unit test stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Dec 14, 2006
1 parent 9c4897f commit 1f64364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<target name="compile" depends="init">
<javac srcdir="${src}"
includes="**/*.java"
excludes="test/**"
destdir="${dest}"
debug="on"
debuglevel="source,lines"
Expand Down

0 comments on commit 1f64364

Please sign in to comment.