Ignore:
Timestamp:
2009-02-01T14:36:22+13:00 (15 years ago)
Author:
davidb
Message:

Modifications for incremental building to support files that need to be deleted

File:
1 edited

Legend:

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

    r18404 r18441  
    433433    my ($filename_full_path, $filename_no_path) = &util::get_full_filenames($base_dir, $file);
    434434
     435    if (!-d $filename_full_path) {
     436    $block_hash->{'all_files'}->{$file} = 1;
     437    }
     438
    435439    my $associate_tail_re = $self->{'associate_tail_re'};
    436440    if ((defined $associate_tail_re) && ($associate_tail_re ne "")) {
Note: See TracChangeset for help on using the changeset viewer.