forked from sfa-siard/SiardApi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties.template
53 lines (47 loc) · 2.47 KB
/
build.properties.template
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
#== build.properties ===================================================
# Properties of Ant build files of SiardApi
# Version : $Id: build.properties 2305 2012-09-07 15:23:18Z hartwig $
# Application : SIARD Suite 2.0
# Description : user-specific build properties of SiardApi
#-----------------------------------------------------------------------
# Copyright : 2016, Enter AG, Rüti ZH, Switzerland
# Created : 09.05.2015, Hartwig Thomas
#=======================================================================
#-----------------------------------------------------------------------
# DO NOT USE WHITESPACES IN PATHS; JAVA DOES NOT LIKE THEM:
# Windows developers:
# If you want to use backslashes (\) then you must repeat them twice, e.g.
# c:\\foo\\bar
# or - in path names - you can just use slashes, e.g.
# c:/foo/bar
#-----------------------------------------------------------------------
#-----------------------------------------------------------------------
# The deployment folder to which the binaries are to be unzipped.
dirdeploy=/Users/Hartwig/test
#dirdeploy=/home/hartwig/test
#dirdeploy=D:/Temp
#-----------------------------------------------------------------------
# The bootstrap class (run-time jar) for compiling code compatible with JSE 1.8.
#java8rtjar=C:/Program Files/Java/jdk1.8.0_144/jre/lib/rt.jar
#java8rtjar=/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar
java8rtjar=/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/rt.jar
#-----------------------------------------------------------------------
# The xjc executable in the JAVA distribution.
xjc=C:/Program Files/Java/jdk-10.0.1/bin/xjc.exe
#xjc=/usr/lib/jvm/java-8-oracle/bin/xjc
#xjc=/Library/Java/JavaVirtualMachines/jdk-9.0.4.jdk/Contents/Home/bin/xjc
#-----------------------------------------------------------------------
# The following property definition signals, that git can be
# called with "git commit", "git pull" and "git push" from the project's
# root folder. If that is not the case, it must be commented out.
git=/usr/bin/git
#git=C:/Program Files/Git/bin/git.exe
#-----------------------------------------------------------------------
# Temporary folder for storing external LOBs during testing
# which will be created and deleted by the tests.
lobsfolder=/tmp/lobs
#lobsfolder=D:/Temp/lobs
#------------------------------------------------------------------------
# value of additionalparam for javadoc (must be empty for JDK 1.8 and
# -html5 for later versions.
javadocadd=-html5