-
Notifications
You must be signed in to change notification settings - Fork 9
/
build.properties
101 lines (88 loc) · 4.01 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# ----- JBoss Jandex lib ---
jandex.version=2.0.0.Final
jandex.jar=jandex-${jandex.version}.jar
jandex.url=
jandex.lib=${base.path}/${jandex.jar}
# ----- JBoss Modules lib ---
modules.version=1.4.4.Final
modules.jar=jboss-modules-${modules.version}.jar
modules.url=
modules.lib=${base.path}/${modules.jar}
# ----- Sardine WebDav lib ---
sardine.version=5.1
sardine.jar=sardine-${sardine.version}.jar
sardine.module=com.github.lookfirst.sardine-${sardine.version}.jar
sardine.dir=com/github/lookfirst/sardine
sardine.repo=${sardine.dir}/${sardine.version}/${sardine.module}
sardine.url=https://github.com/lookfirst/sardine
sardine.lib=${base.path}/${sardine.jar}
# ----- Http Client lib ---
httpclient.version=4.3.2
httpclient.jar=httpclient-${httpclient.version}.jar
httpclient.module=org.apache.httpcomponents.httpclient-${httpclient.version}.jar
httpclient.dir=org/apache/httpcomponents/httpclient
httpclient.repo=${httpclient.dir}/${httpclient.version}/${httpclient.module}
httpclient.url=
httpclient.lib=${base.path}/${httpclient.jar}
# ----- Http Core lib ---
httpcore.version=4.3.2
httpcore.jar=httpcore-${httpcore.version}.jar
httpcore.module=org.apache.httpcomponents.httpcore-${httpcore.version}.jar
httpcore.dir=org/apache/httpcomponents/httpcore
httpcore.repo=${httpcore.dir}/${httpcore.version}/${httpcore.module}
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.module=org.apache.commons.logging-${commons-logging.version}.jar
commons-logging.dir=org/apache/commons/logging
commons-logging.repo=${commons-logging.dir}/${commons-logging.version}/${commons-logging.module}
commons-logging.url=
commons-logging.lib=${base.path}/${commons-logging.jar}
# ----- Commons Codec lib ---
commons-codec.version=1.8
commons-codec.jar=commons-codec-${commons-codec.version}.jar
commons-codec.module=org.apache.commons.codec-${commons-codec.version}.jar
commons-codec.dir=org/apache/commons/codec
commons-codec.repo=${commons-codec.dir}/${commons-codec.version}/${commons-codec.module}
commons-codec.url=
commons-codec.lib=${base.path}/${commons-codec.jar}
# ----- Simple Logging Facade for Java lib ---
slf4j-api.version=1.6.1
slf4j-api.jar=slf4j-api-${slf4j-api.version}.jar
slf4j-api.module=org.slf4j.api-${slf4j-api.version}.jar
slf4j-api.dir=org/slf4j/api
slf4j-api.repo=${slf4j-api.dir}/${slf4j-api.version}/${slf4j-api.module}
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.module=org.slf4j.simple-${slf4j-simple.version}.jar
slf4j-simple.dir=org/slf4j/simple
slf4j-simple.repo=${slf4j-simple.dir}/${slf4j-simple.version}/${slf4j-simple.module}
slf4j-simple.url=
slf4j-simple.lib=${base.path}/${slf4j-simple.jar}
# ----- Combination of several Shrinkwrap and Maven JARs into one lib ---
shrinkwrap-maven-uberjar.version=2.2.0-beta-1
shrinkwrap-maven-uberjar.jar=shrinkwrap-maven-uberjar-${shrinkwrap-maven-uberjar.version}.jar
shrinkwrap-maven-uberjar.url=
shrinkwrap-maven-uberjar.lib=${base.path}/${shrinkwrap-maven-uberjar.jar}
ceylon.maven-support.version=2.0
ceylon.maven-support.module=com.redhat.ceylon.maven-support-${ceylon.maven-support.version}.jar
ceylon.maven-support.dir=com/redhat/ceylon/maven-support
ceylon.maven-support.repo=${ceylon.maven-support.dir}/${ceylon.maven-support.version}/${ceylon.maven-support.module}
# ---- library for parsing JSON
json.version=1.1.1
json.jar=json-smart-${json.version}.jar
json.dir=net/minidev/json-smart
json.module=net.minidev.${json.jar}
json.repo=${json.dir}/${json.version}/${json.module}
json.url=https://json-smart.googlecode.com/files/${json.jar}
json.lib=${base.path}/${json.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}