Ignore:
Timestamp:
2009-09-10T10:50:05+12:00 (15 years ago)
Author:
davidb
Message:

Changes to support new incremental_mode variable, and to track metadata.xml files more closely so incremental building works when a document is first build without any metadata attached, then then in a subsequent build has metadata from such a source as metadata.xml added.

File:
1 edited

Legend:

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

    r20451 r20577  
    337337}
    338338
    339 sub set_incremental {
    340     my $self = shift(@_);
    341     my ($incremental) = @_;
    342 
    343     $self->{'incremental'} = $incremental;
    344 }
    345339
    346340# this function should be overridden to return 1
     
    941935    # can we process this file??
    942936    my ($filename_full_path, $filename_no_path) = &util::get_full_filenames($base_dir, $file);
     937
    943938    return undef unless $self->can_process_this_file($filename_full_path);
    944939   
Note: See TracChangeset for help on using the changeset viewer.