Ignore:
Timestamp:
2010-09-28T11:14:54+13:00 (14 years ago)
Author:
kjdon
Message:

in manifest file, Import is now Index

File:
1 edited

Legend:

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

    r21877 r22977  
    865865    text_t manifest_file = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
    866866    manifest_file += "<Manifest>\n";
    867     manifest_file += "    <Import>\n";
     867    manifest_file += "    <Index>\n";
    868868    manifest_file += "        <Filename>\n";
    869869    manifest_file += "          " + timestamp_str + "\n";
     
    871871   
    872872    //the end of the file
    873     manifest_file += "    </Import>\n";
     873    manifest_file += "    </Index>\n";
    874874    manifest_file += "</Manifest>\n";
    875875
Note: See TracChangeset for help on using the changeset viewer.