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/WordPlugin.pm

    r18591 r20790  
    151151    my $text_options = $secondary_plugin_options->{'TextPlugin'};
    152152    my $structhtml_options = $secondary_plugin_options->{'StructuredHTMLPlugin'};   
     153    # tell the secondary plugins that they are processing tmp files
     154    push(@$html_options, "-processing_tmp_files");
     155    push(@$structhtml_options, "-processing_tmp_files");
     156   
    153157    # wvWare will always produce html files encoded as utf-8, so make sure the secondary HTMLPlugin knows this
    154158    push(@$html_options,"-input_encoding", "utf8");
Note: See TracChangeset for help on using the changeset viewer.