Project

General

Profile

« Previous | Next » 

Revision 4179

Added by daigle over 16 years ago

remove outdated filter properties

View differences:

build.xml
53 53
   	  <property name="lterpassword"        value="yourpass"/>
54 54

  
55 55
      <property name="debug"               value="on" />
56
      <property name="debuglevel"          value="55" />
56
      <!-- MCD BYE in metacat.properties property name="debuglevel"          value="55" / -->
57 57

  
58 58
      <property name="morphosourcedir"     value="../morpho" />
59
      <property name="defaultcontenttype"  value="application/octet-stream" />
59
      <!-- MCD BYE in metacat.properties property name="defaultcontenttype"  value="application/octet-stream" / -->
60 60
      <property name="utilitiesdir"        value="../utilities" />
61 61

  
62 62
      <echo>*********** set jsdk to ${jsdk}</echo>
......
150 150
      <filter token="eml2_0_1namespace"    value="${eml2_0_1namespace}"/>
151 151
      <filter token="eml2_1_0namespace"    value="${eml2_1_0namespace}"/>
152 152
      <filter token="stmmlnamespace"       value="${stmmlnamespace}"/>
153
      <filter token="forcereplicationwaitingtime" value="${forcereplicationwaitingtime}" />
154
      <filter token="debuglevel"           value="${debuglevel}" />
155
      <filter token="defaultcontenttype"   value="${defaultcontenttype}" />
153
      <!-- MCD BYE filter token="forcereplicationwaitingtime" value="${forcereplicationwaitingtime}" / -->
154
      <!-- MCD BYE filter filter token="debuglevel"           value="${debuglevel}" / -->
155
      <!-- MCD BYE filter token="defaultcontenttype"   value="${defaultcontenttype}" / -->
156 156
      <filter token="debugprefix"          value="${debugprefix}"/>
157 157
      <filter token="indexPaths"           value="${indexPaths}"/>
158 158

  
......
176 176
      <filter token="pisco-pass"           value="${piscopassword}"/>
177 177
   	   
178 178
       
179
   	  <filter token="timedreplication"     value="${timedreplication}" />
180
   	  <filter token="firsttimedreplication" value="${firsttimedreplication}" />
181
   	  <filter token="timedreplicationinterval" value="${timedreplicationinterval}" />
179
   	  <!-- MCD BYE filter token="timedreplication"     value="${timedreplication}" / -->
180
   	  <!-- MCD BYE filter token="firsttimedreplication" value="${firsttimedreplication}" / -->
181
   	  <!-- MCD BYE filter token="timedreplicationinterval" value="${timedreplicationinterval}" / -->
182 182
      
183 183
   	  <property name="srcdir"              value="./src" />
184 184
   	  <property name="lib.dir"             value="./lib" />

Also available in: Unified diff