Project

General

Profile

« Previous | Next » 

Revision 1018

Added by Jing Tao about 22 years ago

Adding two properties: replication and replicationdata. Administor can config build.xml instead of metacat.properties file.

View differences:

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