Ignore:
Timestamp:
2008-09-11T13:21:08+12:00 (16 years ago)
Author:
kjdon
Message:

Michael has changed import.pl handling of manifest to import files marked with Import not Index, so had to change what we output as a manifest file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/recpt/depositoraction.cpp

    r17240 r17248  
    853853    text_t manifest_file = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
    854854    manifest_file += "<Manifest>\n";
    855     manifest_file += "    <Index>\n";
     855    manifest_file += "    <Import>\n";
    856856    manifest_file += "        <Filename>\n";
    857857    manifest_file += "          " + timestamp_str + "\n";
     
    859859   
    860860    //the end of the file
    861     manifest_file += "    </Index>\n";
     861    manifest_file += "    </Import>\n";
    862862    manifest_file += "</Manifest>\n";
    863863
Note: See TracChangeset for help on using the changeset viewer.