forked from ceylon/ceylon-module-resolver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
52 lines (43 loc) · 1.57 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# ----- Version Control Flags -----
module.module-resolver.version=0.3
base.path=${basedir}/lib
# ----- JBoss Jandex lib ---
jandex.version=1.0.3.Final
jandex.jar=jandex-${jandex.version}.jar
jandex.url=
jandex.lib=${base.path}/${jandex.jar}
# ----- Sardine WebDav lib ---
sardine.version=314
sardine.jar=sardine-${sardine.version}.jar
sardine.url=http://sardine.googlecode.com/files/sardine-${sardine.version}.zip
sardine.lib=${base.path}/${sardine.jar}
# ----- Http Client lib ---
httpclient.version=4.1.1
httpclient.jar=httpclient-${httpclient.version}.jar
httpclient.url=
httpclient.lib=${base.path}/${httpclient.jar}
# ----- Http Core lib ---
httpcore.version=4.1.1
httpcore.jar=httpcore-${httpcore.version}.jar
httpcore.url=
httpcore.lib=${base.path}/${httpcore.jar}
# ----- Commons Logging lib ---
commons-logging.version=1.1.1
commons-logging.jar=commons-logging-${commons-logging.version}.jar
commons-logging.url=
commons-logging.lib=${base.path}/${commons-logging.jar}
# ----- Simple Logging Facade for Java lib ---
slf4j-api.version=1.6.1
slf4j-api.jar=slf4j-api-${slf4j-api.version}.jar
slf4j-api.url=
slf4j-api.lib=${base.path}/${slf4j-api.jar}
# ----- Simple Logging Facade for Java lib ---
slf4j-simple.version=1.6.1
slf4j-simple.jar=slf4j-simple-${slf4j-simple.version}.jar
slf4j-simple.url=
slf4j-simple.lib=${base.path}/${slf4j-simple.jar}
# ----- JUnit Unit Test Suite, version 4.9 or later ---
junit.version=4.9b2
junit.jar=junit-${junit.version}.jar
junit.url=http://cloud.github.com/downloads/KentBeck/junit/junit${junit.version}.zip
junit.lib=${base.path}/${junit.jar}