-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
build.properties
executable file
·79 lines (62 loc) · 2.69 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Ant build properties files for the metacat build
#Version of this build. This needs to be a dotted numeric version. For
#instance 1.9.1 is okay. 1.9.1_rc1 is not.
metacat.version=3.0.0
# Release tag for the version of metacatui to bundle with this release
# Find the latest version here: https://nceas.github.io/metacatui/install/
metacatui.tag=2.28.0
# java source code version and target version for java compilation
java.target=17
#This is for packaging purposes. leave it blank for final production release.
metacat.releaseCandidate=
# Tomcat dev deployment directory
# install ant target uses this to determine where to drop
# the war file in an installation. Test classes will use
# this value to find metacat.properties
app.deploy.dir=/opt/local/share/java/tomcat/webapps
# CVS access to retrieve latest EML, seek and utilities
cvsroot=:ext:${env.USER}@cvs.ecoinformatics.org:/cvs
## metacat.context will be used to name war
metacat.context=metacat
workflowscheduler.context=workflowscheduler
authority.context=authority
# Server Properties
http.protocol=http
config.lsidauthority=ecoinformatics.org
# SCW: Set the cgi-user, either here or in scripts to properly
# set the permissions on the temporary folder; cgi-writable files
cgi-user=www-data
#Turn off or on for timed replication
#valide value is true or false
timedreplication=false
# The time for starting first timed replication if timedreplication is on
# The value should be in SHORT format (e.g. 2:00 AM) without date
# The first timed replication will start at the setting time which is
# shortest to the tomcat start time.
# Fox example, if the setting is 2:00 AM and tomcat was started at 8:00 AM.
# the first timed replication will start at 2:00 AM in the second day
# If the setting is 2:00 PM and tomcat was started at 8:00 AM, the first
# replication will start at 2:00 PM in the same day.
firsttimedreplication=10:00 PM
# The interval to next timed replication if timedreplication is on
# The value is in millisecond and default value is 48 hours
timedreplicationinterval=172800000
forcereplicationwaitingtime=30000
## Additional configuration options
# you probably don't want or need to change these
config.metadataLabelLsid=${config.lsidauthority}
build.dir=build
lsid.build.dir=${build.dir}/lsid
lib.dir=lib
lsid.lib.dir=${lib.dir}/lsid_lib
lsid.classes.dir=edu/ucsb/nceas/metacat/lsid
conf.dir=lib/lsid_conf
services.dir=${conf.dir}/services
webinf.dir=${conf.dir}/WEB-INF
compile.debug=true
compile.deprecation=false
compile.optimize=true
# Flag to install ecogird or not. Possible values are true or false
install.ecogrid=true
# Flag to make perl code or not. Possible values are true or false
make.perl.code=true