mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
Fix javadoc rule in ant. Refresh Javadocs.
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
<javadoc sourcepath="src"
|
||||
excludepackagenames="com.google.bitcoin.bouncycastle.*,com.google.bitcoin.examples.*"
|
||||
destdir="docs"
|
||||
additionalparam="-notimestamp"/>
|
||||
additionalparam="-notimestamp"
|
||||
classpath="lib/slf4j-api-1.6.1.jar"/>
|
||||
</target>
|
||||
|
||||
<target name="test" depends="compile">
|
||||
|
Reference in New Issue
Block a user