-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties
65 lines (54 loc) · 1.82 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#---------------------------------------------------------------------
# Wonderland directories
#
# The build.xml should have the following lines before including this property file
# <property name="top.dir" location="../.."/>
# <property name="current.dir" location="."/>
#---------------------------------------------------------------------
wonderland.dir=${top.dir}/lg3d-wonderland
wonderland.art.dir=${top.dir}/lg3d-wonderland-art
#
wonderland.data.root=data/Wonderland
wonderland.data.dir=${wonderland.dir}/${wonderland.data.root}
javaext.dir=${wonderland.dir}/ext
os.javaext.dir=${javaext.dir}/${ostype}
zip.javaext.dir=${javaext.dir}/zip
os.zip.javaext.dir=${zip.javaext.dir}/${ostype}
native.javaext.dir=${os.javaext.dir}/native
jars.javaext.dir=${os.javaext.dir}/jars
common.javaext.dir=${javaext.dir}/common
sgs.javaext.dir=${javaext.dir}/sgs/darkstar
sgs.lib.dir=${sgs.javaext.dir}/lib
wonderland.bin.dir=${os.javaext.dir}/bin
wonderland.xvfb.dir=${wonderland.bin.dir}
#
# VoiceLib (VoiceManager and VoiceService)
voicelib.javaext.dir=${javaext.dir}/voicelib
voicelib.dir=${voicelib.javaext.dir}
#
# VoiceBridge
voicebridge.javaext.dir=${javaext.dir}/voicebridge
voicebridge.dir=${voicebridge.javaext.dir}
#
# j3dfly
#
j3dfly.dir=${top.dir}/j3dfly
j3dfly.lib.dir=${j3dfly.dir}/J3dFly/lib
j3deditor.lib.dir=${j3dfly.dir}/J3dEditor/lib
#---------------------------------------------------------------------
# Build properties
#---------------------------------------------------------------------
build.version=0-4-0-daily
build.debug=true
# build.level must be either debug or opt
build.level=debug
build.debuglevel.debug=lines,vars,source
build.debuglevel.opt=lines,source
build.type=user
build.showdeprecation=true
build.verbose=true
jar.compress=false
# capabilities
jmf.enabled=false
voicebridge.enabled=true
wonderland.useLocalArt=false