-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathbuild-defaults.properties
31 lines (25 loc) · 1.32 KB
/
build-defaults.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
# Do not edit this file -- create "build.properties" instead and set
# variables there. "Build.properties" will override the values below.
# The following usually needs to be overriden in build.properties on a
# per-user-environment basis.
launch4j.dir=C:/Program Files (x86)/Launch4j
installbuilder.dir=/opt/installbuilder
# The following *may* need to be overriden in build.properties, depending on
# whether this directory (testsuite-ui) was checked out as part of a copy of
# the entire test-suite SVN directory or whether it's only a subset. If it's
# the entire SVN tree, then VERSION.txt will exist in the location given
# below relative to the location of testsuite-ui.
app.version.file=${basedir}/../../../VERSION.txt
app.tags.descriptions.file=${basedir}/../../../docs/tags-documentation/all-tags.txt
# The following should not normally need to be changed.
core.dir=${basedir}/../testsuite-core
dist.dir=${basedir}/dist
build.dir=${basedir}/build
build.dest=${build.dir}/classes
app.name=SBML Test Runner
app.name.nospace=SBMLTestRunner
app.website=http://sbml.org/Software/SBML_Test_Suite
app.main.class=org.sbml.testsuite.ui.Program
app.icon.icns=${basedir}/src/data/application-icons/macosx/SBML Test Runner logo.icns
app.icon.ico=${basedir}/src/data/application-icons/windows/SBML_Test_Runner_icon.ico
debuglevel=source,lines,vars