Revision 3857
Added by Jing Tao over 16 years ago
lib/metacat.properties | ||
---|---|---|
207 | 207 |
#turn on or off the query result cache |
208 | 208 |
query_cache_on=true |
209 | 209 |
|
210 |
#The flag to indicate if invalidated eml 201 documents were corrected. |
|
211 |
#Before Metacat 1.8.1, metacat uses tag RELEASE_EML_2_0_1_UPDATE_6 as eml |
|
212 |
#schema, which accidentily points to wrong version of eml-resource.xsd. |
|
213 |
#If this value is false, metacat will run a class to correct eml201 doucment. |
|
214 |
eml201_document_corrected=false |
|
215 |
|
|
210 | 216 |
#used for writing debug info into a anouther out file |
211 | 217 |
writeDebugToFile=true |
212 | 218 |
#output file name where debug info will written |
Also available in: Unified diff
Add to cvs head. Add new flag to indicate if eml201 were correct or not.