-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.properties
More file actions
40 lines (29 loc) · 803 Bytes
/
build.properties
File metadata and controls
40 lines (29 loc) · 803 Bytes
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
# global properties for this build
appname=sdbm
app.jar=${lib}/solinger-${appname}.jar
tools.jar=${lib}/solinger-${appname}-tools.jar
https.jar=${lib}/solinger-${appname}-https.jar
classpath=${app.jar}
tools.classpath=${classpath};${tools.jar}
test.classpath=${tools.classpath}
package=org.solinger
packagepath=org/solinger
src=${basedir}/src
src1.4=${basedir}/src1.4
lib=${basedir}/lib
classes=${basedir}/classes
javadoc=${basedir}/javadoc
test=${basedir}/test
test.src=${test}/src
test.classes=${test}/classes
test.results=${test}/results
tools=${basedir}/tools
tools.src=${tools}/src
tools.classes=${tools}/classes
tools.javadoc=${tools}/javadoc
tools.package=${package}.util
build.compiler=jikes
javac.debug=on
javac.optimize=off
javac.deprecation=off
junit.jar=${test.lib}/junit-3.7.jar