Project

General

Profile

1 2737 jones
# Ant build properties files for the metacat build
2 1929 brooke
3 4619 daigle
#Version of this build.  This needs to be a dotted numeric version.  For
4
#instance 1.9.1 is okay.  1.9.1_rc1 is not.
5 4873 daigle
metacat.version=1.9.1
6 2737 jones
7 4657 daigle
#This is for packaging purposes.  leave it blank for final production release.
8 4720 daigle
metacat.releaseCandidate=-6
9 4619 daigle
10 4080 daigle
# Tomcat dev deployment directory
11 4086 daigle
# build.tomcat.dir=/usr/local/tomcat
12
build.tomcat.dir=/usr/local/devtools/jakarta-tomcat
13 1929 brooke
14 4720 daigle
# install ant target uses this to determine where to drop
15
# the war file in an installation.  Test classes will use
16 4099 daigle
# this value to find metacat.properties
17 4720 daigle
app.deploy.dir=/usr/local/devtools/jakarta-tomcat/webapps
18 4080 daigle
19 4693 daigle
# CVS access to retrieve latest EML, seek and utilities
20
cvsroot=:ext:${env.USER}@cvs.ecoinformatics.org:/cvs
21
22 4080 daigle
## metacat.context will be used to name war only
23 3994 berkley
metacat.context=knb
24 2737 jones
authority.context=authority
25
26 1929 brooke
# Server Properties
27 2974 jones
http.protocol=http
28 2737 jones
config.lsidauthority=ecoinformatics.org
29 1929 brooke
30 4080 daigle
# SCW: Set the cgi-user, either here or in scripts to properly
31
# set the permissions on the temporary folder; cgi-writable files
32
cgi-user=www-data
33
34 2550 tao
#Turn off or on for timed replication
35 3139 tao
#valide value is true or false
36
timedreplication=false
37 2550 tao
38
# The time for starting first timed replication if timedreplication is on
39 2553 tao
# The value should be in SHORT format (e.g. 2:00 AM) without date
40 2550 tao
# The first timed replication will start at the setting time which is
41
# shortest to the tomcat start time.
42 2553 tao
# Fox example, if the setting is 2:00 AM and tomcat was started at 8:00 AM.
43
# the first timed replication will start at 2:00 AM in the second day
44
# If the setting is 2:00 PM and tomcat was started at 8:00 AM, the first
45
# replication will start at 2:00 PM in the same day.
46
firsttimedreplication=10:00 PM
47 2550 tao
48
# The interval to next timed replication if timedreplication is on
49 2569 tao
# The value is in millisecond and default value is 48 hours
50 2550 tao
timedreplicationinterval=172800000
51
52 1929 brooke
forcereplicationwaitingtime=30000
53
54 2737 jones
## Additional configuration options
55
# you probably don't want or need to change these
56
config.metadataLabelLsid=${config.lsidauthority}
57
build.dir=build
58
lsid.build.dir=${build.dir}/lsid
59
lib.dir=lib
60
lsid.lib.dir=${lib.dir}/lsid_lib
61
lsid.classes.dir=edu/ucsb/nceas/metacat/lsid
62
conf.dir=lib/lsid_conf
63
services.dir=${conf.dir}/services
64
webinf.dir=${conf.dir}/WEB-INF
65
66
compile.debug=true
67
compile.deprecation=false
68 4812 daigle
compile.optimize=true
69 2872 sgarg
70 2964 tao
# Flag to install ecogird or not. Possible values are true or false
71 4324 daigle
install.ecogrid=true
72 3034 perry
73 4813 daigle
# Flag to make perl code or not. Possible values are true or false
74
make.perl.code=true
75
76 4842 daigle
#ecogrid.hostname=localhost
77 4794 daigle
78 2964 tao
# The metacat current dir's abolute value. If you set install.ecogrid=false, this variable
79
#  do NOT need to be configured
80 4404 daigle
#metacat.dir=/home/daigle/workspace/metacat