Removed code that writes attributes 'use_for_ingest' and 'ingest_messages'

in keyword list XML file when exporting keyword lists. These changes are in
support of AUT-690.
This commit is contained in:
Tim McIver 2013-01-03 11:24:05 -05:00
parent 67fbd28024
commit 6713f6481b

View File

@ -101,8 +101,6 @@ public class KeywordSearchListsXML extends KeywordSearchListsAbstract{
listEl.setAttribute(LIST_NAME_ATTR, listName);
listEl.setAttribute(LIST_CREATE_ATTR, created);
listEl.setAttribute(LIST_MOD_ATTR, modified);
listEl.setAttribute(LIST_USE_FOR_INGEST, useForIngest);
listEl.setAttribute(LIST_INGEST_MSGS, ingestMessages);
for (Keyword keyword : keywords) {
Element keywordEl = doc.createElement(KEYWORD_EL);