mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 19:41:24 +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="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>
|
||||||
|
|
||||||
@@ -43,4 +45,4 @@
|
|||||||
<delete dir="dist"/>
|
<delete dir="dist"/>
|
||||||
<delete dir="docs"/>
|
<delete dir="docs"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user