Fix the ant build.xml file to include SLF4J

This commit is contained in:
Mike Hearn
2011-05-04 11:57:50 +00:00
parent cd10099d3f
commit eee6e03416

View File

@@ -11,6 +11,8 @@
<src path="src"/> <src path="src"/>
<src path="tests"/> <src path="tests"/>
<classpath path="lib/junit-4.8.2.jar"/> <classpath path="lib/junit-4.8.2.jar"/>
<classpath path="lib/slf4j-api-1.6.1.jar"/>
<classpath path="lib/slf4j-simple-1.6.1.jar"/>
</javac> </javac>
</target> </target>