-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
67 lines (45 loc) · 1.69 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
#version = 2.1
# name of the file containing the Code Generation Library
#cglib.file = cglib-nodep-2.2.jar
# version of the Code Generation Library
#cglib.version = 2.2
# name of the file containing the jdeb library
#jdeb.file = jdeb-0.7.jar
# directory containing source code
#dir.src = src
# directory containing source code of the precompiler
#dir.precompiler.src = precompiler
# directory containing all external libraries
#dir.lib = lib
# directory containing source code of tests and examples
#dir.test = test
# directory where Java binaries (class files) will be generated
#dir.build = bin
# directory where distribution packages (deb, rpm, jar) will be generated
#dir.dist = dist
# directory where Javadoc documentation will be generated
#dir.javadoc = javadoc
# temporary directory used to create a deb package
#dir.deb = debian
# temporary directory used to create an rpm package
#dir.rpm = rpm
# directory containing the documentation
#dir.doc = doc
# title of all Javadoc pages
#javadoc.title.window = Atomic RMI API
# title of the main Javadoc document
#javadoc.title.document = <h1>Atomic RMI</h1>
# footer of all Javadoc documents
#javadoc.bottom =
# path for deploying generated jar files on Unix systems
#dir.system.jar = /usr/share/java
# path for deploying generated documentation on Unix systems
#dir.system.doc = /usr/share/doc
#example.host = localhost
#example.port = 1099
# name of the file containing the soot framework (precompiler only)
#soot.file = sootclasses-2.4.0.jar
# name of the file containing the jasmin library (precompiler only)
#jasmin.file = jasminclasses-2.4.0.jar
# name of the file containing the polyglot library (precompiler only)
#polyglot.file = polyglot-1.3.3.jar