Project

General

Profile

« Previous | Next » 

Revision 1292

Added by Jing Tao almost 22 years ago

Merge cvs branch replication to cvs head.

View differences:

build.xml
7 7
  * For Details: http://www.nceas.ucsb.edu/
8 8
  *
9 9
  *    '$Author$'
10
  *      '$Date$'
11
  *  '$Revision$'
10
  *    '$Date$'
11
  *    '$Revision$'
12 12
  *
13 13
  * Build file for the Ant cross-platform build system for metacat
14 14
  * See http://jakarta.apache.org for details on Ant
......
60 60
      <property name="webapps" value="/opt/tomcat/webapps" />
61 61
      <property name="context" value="tao" />
62 62
      <property name="user" value="tao"/>
63
      <property name="password" value="tdataint"/>
64
      <property name="server" value="dev.nceas.ucsb.edu"/>
65
      <property name="systemidserver" value="http://dev.nceas.ucsb.edu" />
66
      <property name="datafilepath" value="/opt/tomcat/data/tao/data" />
67
      <property name="replication" value="off" />
68
      <property name="replicationsenddata" value="off" />
69
      <property name="replicationacceptdata" value="off" />
63
      <property name="password" value="your-pw-goes-here"/>
64
      <property name="server" value="pine.nceas.ucsb.edu:8443"/>
65
      <property name="systemidserver" value="http://pine.nceas.ucsb.edu:8080" />
66
      <property name="datafilepath" value="/usr/local/devtools/jakarta-tomcat/data/tao/data" />
70 67
      <property name="debuglevel" value="35" />
68
      <property name="forcereplicationwaitingtime" value="30000"/>
71 69
      <property name="web-base-url" 
72 70
                value="http://knb.ecoinformatics.org"/>
73 71
      <property name="default-style" value="knb" />
......
141 139
      <filter token="default-style" value="${default-style}"/>
142 140
      <filter token="eml-version" value="${eml-version}"/>
143 141
      <filter token="context" value="${context}"/>
144
      <filter token="replication" value="${replication}" />
145
      <filter token="replicationsenddata" value="${replicationsenddata}" />
146
      <filter token="replicationacceptdata" value="${replicationacceptdata}" />
142
      <filter token="forcereplicationwaitingtime" value="${forcereplicationwaitingtime}" />
147 143
      <filter token="debuglevel" value="${debuglevel}" />
148 144
      <filter token="datafilepath" value="${datafilepath}" />
149 145
      <property name="srcdir" value="./src" />

Also available in: Unified diff