-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
42 lines (34 loc) · 1.17 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
#----------------------------------------------
# Gadget Build Properties
#----------------------------------------------
# NOTE: don't modify this file directly but copy the properties you need
# to modify over to a file named 'local.build.properties' and modify that.
# The build system will override these properties with the ones in the
# 'local.build.properties' file.
# General Parameters ------------------------------------------------
name=${project.artifactId}
Name=${project.name}
version=${project.version}
year=2004-2007
# Locations ---------------------------------------------------
src = src
docs = docs
lib = lib
legal = legal
misc = misc
tools = tools
keystore = ./.keystore
# Build Directories ------------------------------------
build = build
# Distribution Directories ------------------------------------
dist.root = dist
dist.name = ${name}-${version}
dist = ${dist.root}/${dist.name}
dist.target = dist
# Compiler Settings -------------------------------------------------
compile.debug = off
compile.optimize = on
compile.deprecation = off
# Package Settings --------------------------------------------------------
jar.name = ${name}.jar
jar.compress = on