Ignore:
Timestamp:
2009-10-07T15:53:19+13:00 (15 years ago)
Author:
kjdon
Message:

set -processing_tmp_files option to secondary HTML and PagedImage plugins so that the associated files in tmp are not stored as source associated files (used by incremental build to work out what needs reimporting)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/PowerPointPlugin.pm

    r18406 r20790  
    121121    push(@$html_options,"-file_rename_method", "none");
    122122   
     123    push(@$html_options, "-processing_tmp_files");
     124   
    123125    # Instruct HTMLPlugin (when eventually accessed through read_into_doc_obj)
    124126    # to extract these metadata fields from the HEAD META fields
     
    134136    push(@$pageimg_options,"-extract_language") if $self->{'extract_language'};
    135137    push(@$pageimg_options,"-file_rename_method", "none");
     138    push(@$pageimg_options, "-processing_tmp_files");
    136139    }
    137140
Note: See TracChangeset for help on using the changeset viewer.