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