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 5276 jones
metacat.version=1.10.0
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 6010 leinfelder
build.tomcat.dir=/Users/berkley/tools/tomcat
13 1929 brooke
14 5295 jones
# The Maven2 installation directory, for building the dataone-service-api
15
# Maven is available here: http://maven.apache.org/
16
maven.home=/opt/local/share/java/maven2
17
18 4720 daigle
# install ant target uses this to determine where to drop
19
# the war file in an installation.  Test classes will use
20 4099 daigle
# this value to find metacat.properties
21 6010 leinfelder
app.deploy.dir=/Users/berkley/tools/tomcat/webapps
22
#app.deploy.dir=/tmp
23 4080 daigle
24 4693 daigle
# CVS access to retrieve latest EML, seek and utilities
25
cvsroot=:ext:${env.USER}@cvs.ecoinformatics.org:/cvs
26
27 4080 daigle
## metacat.context will be used to name war only
28 3994 berkley
metacat.context=knb
29 5027 daigle
workflowscheduler.context=workflowscheduler
30 2737 jones
authority.context=authority
31
32 1929 brooke
# Server Properties
33 2974 jones
http.protocol=http
34 2737 jones
config.lsidauthority=ecoinformatics.org
35 1929 brooke
36 4080 daigle
# SCW: Set the cgi-user, either here or in scripts to properly
37
# set the permissions on the temporary folder; cgi-writable files
38
cgi-user=www-data
39
40 2550 tao
#Turn off or on for timed replication
41 3139 tao
#valide value is true or false
42
timedreplication=false
43 2550 tao
44
# The time for starting first timed replication if timedreplication is on
45 2553 tao
# The value should be in SHORT format (e.g. 2:00 AM) without date
46 2550 tao
# The first timed replication will start at the setting time which is
47
# shortest to the tomcat start time.
48 2553 tao
# Fox example, if the setting is 2:00 AM and tomcat was started at 8:00 AM.
49
# the first timed replication will start at 2:00 AM in the second day
50
# If the setting is 2:00 PM and tomcat was started at 8:00 AM, the first
51
# replication will start at 2:00 PM in the same day.
52
firsttimedreplication=10:00 PM
53 2550 tao
54
# The interval to next timed replication if timedreplication is on
55 2569 tao
# The value is in millisecond and default value is 48 hours
56 2550 tao
timedreplicationinterval=172800000
57
58 1929 brooke
forcereplicationwaitingtime=30000
59
60 2737 jones
## Additional configuration options
61
# you probably don't want or need to change these
62
config.metadataLabelLsid=${config.lsidauthority}
63 5203 daigle
build.dir=build
64 2737 jones
lsid.build.dir=${build.dir}/lsid
65
lib.dir=lib
66
lsid.lib.dir=${lib.dir}/lsid_lib
67
lsid.classes.dir=edu/ucsb/nceas/metacat/lsid
68
conf.dir=lib/lsid_conf
69
services.dir=${conf.dir}/services
70
webinf.dir=${conf.dir}/WEB-INF
71
72
compile.debug=true
73
compile.deprecation=false
74 4812 daigle
compile.optimize=true
75 2872 sgarg
76 2964 tao
# Flag to install ecogird or not. Possible values are true or false
77 4324 daigle
install.ecogrid=true
78 3034 perry
79 4813 daigle
# Flag to make perl code or not. Possible values are true or false
80
make.perl.code=true
81
82 4842 daigle
#ecogrid.hostname=localhost
83 4794 daigle
84 2964 tao
# The metacat current dir's abolute value. If you set install.ecogrid=false, this variable
85
#  do NOT need to be configured
86 4404 daigle
#metacat.dir=/home/daigle/workspace/metacat
87 2958 tao
88 5295 jones
# The location of the dataone source code, defaulting to a directory
89
# rooted at a sibling of the current build directory
90 5304 jones
d1.dir=../dataone/allsoftware/cicore/service-api-java