-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathbuild.properties
More file actions
33 lines (27 loc) · 1.04 KB
/
Copy pathbuild.properties
File metadata and controls
33 lines (27 loc) · 1.04 KB
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
##############################################################################
## ##
## DON'T EDIT THIS FILE ! ##
## ##
## See local.properties file if you want to change something. ##
## ##
##############################################################################
# General section
app.home=.
app.name=nextreports-engine
app.lib=${app.home}/lib
app.src=${app.home}/src
app.artifacts=${app.home}/artifacts
app.target=${app.home}/target
app.classes=${app.target}/classes
app.doc=${app.target}/docapi
app.jar=${app.name}-${app.version}.jar
app.version=9.3-SNAPSHOT
app.copyright=2008-2016
app.dist=${app.home}/dist
# Javac/Jikes compiler section
javac.version=1.7
javac.optimize=off
javac.debug=on
javac.deprecation=on
javac.verbose=off
ant.tasks.dir=${app.home}/ant-tasks