-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties.bak
66 lines (56 loc) · 1.73 KB
/
build.properties.bak
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
# -----------------------------------------------------------------------------
# Project: TicoTrack
# File : build.properties
# -----------------------------------------------------------------------------
# -- Destination
destination.name=ticotrack
# -- Source directories
src.tico=${basedir}/src
# -- Tomcat home (assumes CATALINA_HOME environment variable exists)
catalina.home=${Env.CATALINA_HOME}
catalina.base=${Env.CATALINA_HOME}
# -- libraries
lib.home=${basedir}/lib
war.home=${basedir}/war
# --- build directories
build.home=${basedir}/build
build.lib=${build.home}/lib
# --- locale working directory (when performing localization)
build.locale=${basedir}/locale
# -- build destination directory
dest.home=${build.home}/dest/${destination.name}
dest.lib=${dest.home}/lib
dest.bin=${dest.home}/bin
# -- war deploy names
track.deployWar=track.war
events.deployWar=events.war
gprmc.deployWar=gprmc.war
gc101.deployWar=gc101.war
gpsmapper.deployWar=gpsmapper.war
mologogo.deployWar=mologogo.war
# -
service.deployWar=service.war
aemp.deployWar=aemp.war
axonn.deployWar=axonn.war
ctrac.deployWar=ctrac.war
celltrac.deployWar=celltrac.war
delorme.deployWar=delorme.war
fa888.deployWar=fa888.war
gsspot.deployWar=gsspot.war
geoforce.deployWar=geoforce.war
paratel.deployWar=paratel.war
torque.deployWar=torque.war
proxyrg.deployWar=proxyrg.war
pushpin.deployWar=pushpin.war
# -- compile options
compile.debug=true
compile.nowarn=false
compile.deprecation=false
compile.optimize=false
compile.Xlint=-Xlint:all,-serial,-path
compile.Xlint.noUnchecked=-Xlint:all,-unchecked,-serial,-path
compile.Xlint.noDeprecation=-Xlint:all,-deprecation,-dep-ann,-unchecked,-serial,-path
# -- compiler
compiler.source=1.7
compiler.target=1.7
compiler.compiler=javac1.7