-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.properties
49 lines (37 loc) · 1.16 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
# Project build properties
# If you want to override any of these settings, create
# a new file in this directory called build.override.properties
# and put the property overrides in that file.
# Set this to your name
target.author=James Goulding
# Set this to the target Java version
target.java.version=1.6
# Set this to the targets distribution version
target.dist.version=0.1
# Set this to true to include debugging information during compilation
target.java.debug=true
# Project internal dependencies
target.dependencies=
# Base directory for the dependencies
target.dependency.base=..
# Base directory for the dependencies
target.dependency.rebuild=false
# Set this to the name of the Jar files we want to output
target.jar.name=datasphere
# Set this to the name of the Tar files we want to distribute
target.tar.name=datasphere
# Set this to the main class for the application
target.main.class=datasphere.catalog.DSMain
# Set directories involved in building
src.dir=src
build.dir=build
lib.dir=lib
dist.dir=dist
tmp.dir=tmp
static.dir=static
# Set directories involved in tar distribution
bin.dir=bin
resources.dir=resources
conf.dir=conf
logs.dir=logs
lib.dir=lib