Revision 1018
Added by Jing Tao over 22 years ago
build.xml | ||
---|---|---|
64 | 64 |
<property name="server" value="epsilon.nceas.ucsb.edu:8443"/> |
65 | 65 |
<property name="systemidserver" value="http://epsilon.nceas.ucsb.edu:8080" /> |
66 | 66 |
<property name="datadir" value="data" /> |
67 |
<property name="replication" value="on" /> |
|
68 |
<property name="replicationdata" value="off" /> |
|
67 | 69 |
<property name="web-base-url" |
68 | 70 |
value="http://knb.ecoinformatics.org"/> |
69 | 71 |
<property name="default-style" value="knb" /> |
... | ... | |
131 | 133 |
<filter token="default-style" value="${default-style}"/> |
132 | 134 |
<filter token="eml-version" value="${eml-version}"/> |
133 | 135 |
<filter token="context" value="${context}"/> |
136 |
<filter token="replication" value="${replication}" /> |
|
137 |
<filter token="replicationdata" value="${replicationdata}" /> |
|
134 | 138 |
<property name="srcdir" value="./src" /> |
135 | 139 |
<property name="junittestsdir" value="./junittests" /> |
136 | 140 |
<property name="build.dir" value="./build"/> |
Also available in: Unified diff
Adding two properties: replication and replicationdata. Administor can config build.xml instead of metacat.properties file.