1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
version=2.7.2
build.sysclasspath=ignore
jar.base=/usr/share/java
javadoc.base=/usr/share/javadoc
dist=dist
src=src
test=test
slow=slow
reports=reports
coverage=coverage
checkstyle=checkstyle
docs=docs
build=build
instrumented=instr
j2se.apiurl=https://docs.oracle.com/javase/8/docs/api/
fastutil.apiurl=https://fastutil.di.unimi.it/docs/
jsap.apiurl=http://www.martiansoftware.com/jsap/doc/javadoc/
junit.apiurl=https://junit.org/junit4/javadoc/latest/
log4j.apiurl=https://logging.apache.org/log4j/1.2/apidocs/
slf4j.apiurl=https://www.slf4j.org/apidocs/
commons-configuration2.apiurl=https://commons.apache.org/proper/commons-configuration/apidocs/
commons-io.apiurl=https://commons.apache.org/proper/commons-io/javadocs/api-release/
commons-lang3.apiurl=https://commons.apache.org/proper/commons-lang/javadocs/api-release/
commons-collections4.apiurl=https://commons.apache.org/proper/commons-collections/javadocs/api-4.4/
commons-math3.apiurl=https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/
guava.apiurl=https://javadoc.io/doc/com.google.guava/guava/latest/index.html
|