Exclude the tests directory from the build

This commit is contained in:
Niclas Finne 2013-08-19 14:12:30 +02:00
parent d0ec91b987
commit 0606b1b7dc
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
debug="${javac.debug}" includeantruntime="false">
<compilerarg value="-Xlint:unchecked"/>
<compilerarg value="-deprecation"/>
<exclude name="tests/**" />
</javac>
</target>