forked from eXist-db/exist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties
86 lines (75 loc) · 2.4 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
#
# Don't directly modify this file. Instead, copy it to local.build.properties and
# edit that.
#
# $Id$
project.name = eXist-db
project.version = 3.5.0-SNAPSHOT
# build settings
build.debug = on
build.optimize = on
build.deprecation = off
build.encoding = UTF-8
build.compiler=modern
build.compiler.source=1.8
build.compiler.target=1.8
# jarsigner settings
keystore.alias = exist
keystore.password = secret
keystore.file = key.store
keystore.validity = 100000
autodeploy=dashboard,shared,eXide,monex
autodeploy.repo=http://demo.exist-db.org/exist/apps/public-repo
use.autodeploy.feature=true
# output dir for junit reports
junit.reports = test
junit.output = true
junit.forked.VM.maxmemory = 512m
# 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
#proxy.ntlm.domain =
# Ant
tools.ant = ./tools/ant
# aspectj
tools.aspectj = ./tools/aspectj
# appbuilder
tools.appbundler = ./tools/appbundler
# 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
# IZPack is required to create the installer package.
# We currently require IzPack 4.3.5. The Izpack 5.0 beta does NOT work.
# If you change this property value for a reason,
# please use a version indicator in directory name,
# eg /izpack-dir-path/izpack-5.0-beta-11.
# You might need to change PermSpace to atleast 84 MB eg -XX:MaxPermSize=84m
# If you only want to point to your own izpack installation directory
# add this in local.build.properties instead so you don't commit it by mistake.
#
# For generating the MacOSX bundle please download the "Java Application Bundler" from
# https://java.net/projects/appbundler (store in IzPack/lib)
izpack.dir = /Applications/IzPack/
# If you wish to sign .app applications and .DMG packages for MacOS
# then a "Developer ID Application" certificate is required
# the name of that certificate should be set
# via this property:
mac.codesign.identity=Developer ID Application: eXist-db.org