Project

General

Profile

1
# Ant build properties files for the metacat build
2

    
3
#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
metacat.version=2.0.7
6

    
7
#This is for packaging purposes.  leave it blank for final production release.
8
metacat.releaseCandidate=
9

    
10
# Tomcat dev deployment directory
11
# build.tomcat.dir=/usr/local/tomcat
12
build.tomcat.dir=/Users/leinfelder/tools/apache-tomcat-6
13

    
14
# install ant target uses this to determine where to drop 
15
# the war file in an installation.  Test classes will use
16
# this value to find metacat.properties
17
app.deploy.dir=/Users/leinfelder/tools/apache-tomcat-6/webapps
18
#app.deploy.dir=/tmp
19

    
20
# CVS access to retrieve latest EML, seek and utilities 
21
cvsroot=:ext:${env.USER}@cvs.ecoinformatics.org:/cvs
22

    
23
## metacat.context will be used to name war only
24
metacat.context=knb
25
workflowscheduler.context=workflowscheduler
26
authority.context=authority
27

    
28
# Server Properties
29
http.protocol=http
30
config.lsidauthority=ecoinformatics.org
31

    
32
# 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
#Turn off or on for timed replication
37
#valide value is true or false
38
timedreplication=false
39

    
40
# The time for starting first timed replication if timedreplication is on
41
# The value should be in SHORT format (e.g. 2:00 AM) without date
42
# The first timed replication will start at the setting time which is 
43
# shortest to the tomcat start time.
44
# 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

    
50
# The interval to next timed replication if timedreplication is on
51
# The value is in millisecond and default value is 48 hours
52
timedreplicationinterval=172800000
53

    
54
forcereplicationwaitingtime=30000
55

    
56
## Additional configuration options
57
# you probably don't want or need to change these
58
config.metadataLabelLsid=${config.lsidauthority}
59
build.dir=build
60
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
compile.optimize=true                             
71

    
72
# Flag to install ecogird or not. Possible values are true or false
73
install.ecogrid=true
74

    
75
# Flag to make perl code or not. Possible values are true or false
76
make.perl.code=true
77

    
78
#ecogrid.hostname=localhost
79

    
80
# The metacat current dir's abolute value. If you set install.ecogrid=false, this variable
81
#  do NOT need to be configured
82
#metacat.dir=/home/daigle/workspace/metacat
83

    
84
maven.home=/usr/share/maven
(3-3/7)