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

    r19052 r20790  
    134134    push(@$pagedimg_options, "-create_thumbnail", "true", "-create_screenview", "true");
    135135    push(@$pagedimg_options, "-file_rename_method", "none");
    136 
     136    push(@$pagedimg_options, "-processing_tmp_files");
    137137    $self = bless $self, $class;
    138138
     
    345345        else {
    346346        $imgfile = &util::filename_cat("..","import",$imgfile);
    347         $imgfile = "../import/".$imgfile;
    348347        }
    349348
Note: See TracChangeset for help on using the changeset viewer.