Revision 2368
Added by Duane Costa almost 20 years ago
src/edu/ucsb/nceas/metacat/harvesterClient/HarvestListEditor.java | ||
---|---|---|
82 | 82 |
String clipboardScope = ""; |
83 | 83 |
JButton copyButton; |
84 | 84 |
JButton cutButton; |
85 |
String defaultDocumentType = "eml://ecoinformatics.org/eml-2.0.0";
|
|
85 |
String defaultDocumentType = "eml://ecoinformatics.org/eml-2.0.1";
|
|
86 | 86 |
String defaultDocumentURL = "http://"; |
87 | 87 |
String defaultHarvestList = ""; |
88 | 88 |
String defaultIdentifier = "1"; |
Also available in: Unified diff
Change default document type in Harvest List Editor to eml-2.0.1.