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=1.10.0
6

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

    
10
# Tomcat dev deployment directory
11
# build.tomcat.dir=/usr/local/tomcat
12
build.tomcat.dir=/usr/local/devtools/jakarta-tomcat
13

    
14
# 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
# install ant target uses this to determine where to drop 
19
# the war file in an installation.  Test classes will use
20
# this value to find metacat.properties
21
app.deploy.dir=/usr/local/devtools/jakarta-tomcat/webapps
22

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

    
26
## metacat.context will be used to name war only
27
metacat.context=knb
28
workflowscheduler.context=workflowscheduler
29
authority.context=authority
30

    
31
# Server Properties
32
http.protocol=http
33
config.lsidauthority=ecoinformatics.org
34

    
35
# SCW: Set the cgi-user, either here or in scripts to properly
36
# set the permissions on the temporary folder; cgi-writable files
37
cgi-user=www-data
38

    
39
#Turn off or on for timed replication
40
#valide value is true or false
41
timedreplication=false
42

    
43
# The time for starting first timed replication if timedreplication is on
44
# The value should be in SHORT format (e.g. 2:00 AM) without date
45
# The first timed replication will start at the setting time which is 
46
# shortest to the tomcat start time.
47
# Fox example, if the setting is 2:00 AM and tomcat was started at 8:00 AM.
48
# the first timed replication will start at 2:00 AM in the second day
49
# If the setting is 2:00 PM and tomcat was started at 8:00 AM, the first
50
# replication will start at 2:00 PM in the same day.
51
firsttimedreplication=10:00 PM
52

    
53
# The interval to next timed replication if timedreplication is on
54
# The value is in millisecond and default value is 48 hours
55
timedreplicationinterval=172800000
56

    
57
forcereplicationwaitingtime=30000
58

    
59
## Additional configuration options
60
# you probably don't want or need to change these
61
config.metadataLabelLsid=${config.lsidauthority}
62
build.dir=build
63
lsid.build.dir=${build.dir}/lsid
64
lib.dir=lib
65
lsid.lib.dir=${lib.dir}/lsid_lib
66
lsid.classes.dir=edu/ucsb/nceas/metacat/lsid
67
conf.dir=lib/lsid_conf
68
services.dir=${conf.dir}/services
69
webinf.dir=${conf.dir}/WEB-INF
70

    
71
compile.debug=true
72
compile.deprecation=false
73
compile.optimize=true                             
74

    
75
# Flag to install ecogird or not. Possible values are true or false
76
install.ecogrid=true
77

    
78
# Flag to make perl code or not. Possible values are true or false
79
make.perl.code=true
80

    
81
#ecogrid.hostname=localhost
82

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

    
87
# The location of the dataone source code, defaulting to a directory
88
# rooted at a sibling of the current build directory
89
d1.dir=../dataone/allsoftware/cicore/service-api-java
90

    
(3-3/6)