forked from vigna/Sux4J
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
28 lines (24 loc) · 946 Bytes
/
build.properties
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
version=4.2.0
build.sysclasspath=last
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
j2se.apiurl=http://docs.oracle.com/javase/8/docs/api/
fastutil.apiurl=http://fastutil.di.unimi.it/docs/
dsiutils.apiurl=http://dsiutils.di.unimi.it/docs/
jsap.apiurl=http://www.martiansoftware.com/jsap/doc/javadoc/
junit.apiurl=http://junit.sourceforge.net/javadoc_40/
slf4j.apiurl=http://www.slf4j.org/apidocs/
commons-configuration.apiurl=http://commons.apache.org/configuration/apidocs/
commons-io.apiurl=http://commons.apache.org/proper/commons-io/javadocs/api-release/
commons-lang.apiurl=http://commons.apache.org/proper/commons-lang/javadocs/api-release/
commons-collections.apiurl=http://commons.apache.org/proper/commons-collections/javadocs/api-release/
guava.apiurl=http://google.github.io/guava/releases/19.0/api/docs/