forked from shabanovd/exist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
56 lines (47 loc) · 1.41 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
# $Id$
project.name = eXist
project.version = 1.5.0dev
project.version.numeric = 1.5.0
project.codename = ruesselsheim
# build settings
build.debug = on
build.optimize = on
build.deprecation = off
build.encoding = UTF-8
build.compiler.pedantic = false
build.compiler=modern
build.compiler.source=1.6
build.compiler.target=1.6
# output dir for junit reports
junit.reports = test
junit.output = true
junit.forked.VM.maxmemory = 300m
proxy.nonproxyhosts =
proxy.host =
proxy.port = 0
proxy.password =
proxy.user =
proxy.socks.host =
proxy.socks.port = 0
# Ant
tools.ant = ./tools/ant
# Common libs
lib.core = ./lib/core
lib.optional = ./lib/optional
lib.endorsed = ./lib/endorsed
lib.user = ./lib/user
lib.extensions = ./lib/extensions
# antlr is only needed if you change the XPath/XQuery parser
# set these properties to true to get a lot of debugging output
antlr.traceParser = false
antlr.traceLexer = false
antlr.traceTreeWalker = false
# Tomcat home directory. Required for building the XmldbRealm
# Replace, if you compile against your own Tomcat version
catalina.home = ./thirdparty/tomcat5
# IZPack is required to create the installer package
izpack.dir = /home/ljo/bin/izpack-4.3.1
# Launch4J is required to create the windows installer
launch4j.dir = /home/ljo/bin/launch4j
# sources of the XML:DB API. Needed for javadoc
xmldb.src = D:/Sources/installer/xapi/src/api