forked from shabanovd/exist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
62 lines (53 loc) · 1.55 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
# $Id$
project.name = eXist-db
project.version = 2.1-dev
project.version.numeric = 2.1.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
# Converted junit tests from external testsuites
# reuire more memory, e g
# XSLTS requires 512m
# XQTS requires more than 400m
junit.forked.VM.maxmemory.external = 512m
proxy.nonproxyhosts =
proxy.host =
proxy.port = 0
proxy.password =
proxy.user =
proxy.socks.host =
proxy.socks.port = 0
# Ant
tools.ant = ./tools/ant
#aspectj
tools.aspectj = ./tools/aspectj
# Common libs
lib.core = ./lib/core
lib.optional = ./lib/optional
lib.endorsed = ./lib/endorsed
lib.user = ./lib/user
lib.extensions = ./lib/extensions
lib.test = ./lib/test
# 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.4
# Launch4J is required to create the windows installer
launch4j.dir = /home/ljo/bin/launch4j