-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathbuild.properties
40 lines (34 loc) · 1.24 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
##############################################################################
## ##
## DON'T EDIT THIS FILE ! ##
## ##
## See local.properties file if you want to change something. ##
## ##
##############################################################################
# General section
app.home=.
app.name=nextreports-server
app.lib=${app.home}/lib
app.config=${app.home}/config
app.src=${app.home}/src
app.target=${app.home}/target
app.dist=${app.home}/dist
app.artifacts=${app.home}/artifacts
app.classes=${app.target}/classes
app.jar=${app.name}-${app.version}.jar
app.war=${app.name}.war
app.client.jar=${app.name}-client-${app.version}.jar
app.version=9.3-SNAPSHOT
app.copyright=2009-2016
app.jetty.lib=${app.home}/jetty/lib
# Javac/Jikes compiler section
javac.executable=javac
javac.fork=true
javac.version=1.7
javac.optimize=off
javac.debug=on
javac.deprecation=on
javac.verbose=off
javac.memory.initial=1024m
javac.memory.maximum=2048m
ant.tasks.dir=${app.home}/ant-tasks