forked from HDFGroup/hdfview
-
Notifications
You must be signed in to change notification settings - Fork 1
/
build.properties
41 lines (33 loc) · 1.2 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
# Tips:
#
# 1. All paths set in this file
# are relative to where build.xml is.
#
# 2. You can override any of the values in this file by passing a new value
# on the command line, prefixed with -D, when you call ant.
# Example:
# ant -Dbuild.debug=false
hdf.lib.dir = ${env.HDFLIBS}/lib
hdf5.lib.dir = ${env.HDF5LIBS}/lib
hdf5.plugin.dir = ${env.HDF5LIBS}/lib/plugin
# Whether to compile the HDFView source files with Java debugging information
build.debug = true
build.antoutput.append = false
build.log.level = info
build.log.level.run = trace
build.log.level.test =
build.object.test =
# Uncomment to use jacoco for code coverage analysis
# build.jacoco =
# JRE location for install on OSX
install.mac.jre = ${env.OSX_JRE_HOME}
jre.dir.name = ${env.OSX_JRE_NAME}
# On Windows use PATH, on linux use LD_LIBRARY_PATH
platform.hdf.lib = ${env.HDFVARNAME}
# Needs to be set to /web/trunk/products/java SVN checkout directory for packageDocumentation to work
userguide.dir = ${env.HDF-Java-Web}
# Set to match root directory where Wix bin directory is located
wix.dir = ${env.WIX}/bin
# ANT variables
# Set to match root directory where ant extensions directory is located
antextension.dir = /usr/share/java/