-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties.sample
70 lines (57 loc) · 2.25 KB
/
build.properties.sample
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
67
68
69
70
###
### Build property file for jEdit
###
### The directory where to download dependencies to
### Use a directory exclusive used for that,
### because the target "clean-all" will delete
### it with all its content. (So don't use your
### home-directory or your project-directory
### if you don't want to loose all your files!)
### This has to be a relative directory.
#lib.dir=lib
### The directory where to put the build-files
### Use a directory exclusive used for that,
### because the target "clean-all" will delete
### it with all its content. (So don't use your
### home-directory or your project-directory
### if you don't want to loose all your files!)
### This has to be a relative directory.
#build.dir=build
### The directory where to put the distribution-files
### Use a directory exclusive used for that,
### because the target "clean-all" will delete
### it with all its content. (So don't use your
### home-directory or your project-directory
### if you don't want to loose all your files!)
### This has to be a relative directory.
#dist.dir=dist
### The Ivy version to be used
#ivy.version=2.2.0
### The name of the wine executable for building the Windows installer on *nix.
#wine.executable=wine
### The name of the winepath executable for translating paths for wine.
#winepath.executable=winepath
### The name of the Inno Setup command line compiler
### executable for building the Windows installer.
# Example Windows location
#innosetup.compiler.executable=C:\\Program Files (x86)\\Inno Setup 6\\ISCC.exe
# Example wine location
#innosetup.compiler.executable=/home/vampire/.wine/drive_c/Program Files (x86)/Inno Setup 6/ISCC.exe
#innosetup.via.wine=true
### For uploading the docs to the public webserver
### adjust the following to your local path
#rsync.executable=C:\\Programme\\cwRsync\\bin\\rsync.exe
# If it's in your path, this is sufficient:
#rsync.executable=rsync
### GPG settings for signing the Debian repository metadata
### The password can also be supplied interactively
#gpg.ignore.missing.secring=true
#gpg.secring=/home/vampire/.gnupg/secring.gpg
#gpg.secring.password=<password>
# debug settings
#build.debug=true
#build.debuglevel=lines,vars,source
# warning settings
#build.nowarn=false
#build.deprecation=true
#build.compilerarg=-Xlint:unchecked