mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 03:21:23 +00:00
Fix the ant build.xml file to include SLF4J
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
<src path="src"/>
|
||||
<src path="tests"/>
|
||||
<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>
|
||||
</target>
|
||||
|
||||
@@ -43,4 +45,4 @@
|
||||
<delete dir="dist"/>
|
||||
<delete dir="docs"/>
|
||||
</target>
|
||||
</project>
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user