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

plugins now need to add any auxiliary source files as source assoc files, so we know when to reimport for incremental import. Have started this, but not finished and not tested :-)

File:
1 edited

Legend:

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

    r17479 r20778  
    214214    my $outhandle = $self->{'outhandle'};
    215215
     216    # store the auxiliary files so we know which ones were used
     217    # (mst file becomes the source file)
     218    $doc_obj->associate_source_file($self->{'fdt_file_path'});
     219    $doc_obj->associate_source_file($self->{'xrf_file_path'});
     220
    216221    my $section = $doc_obj->get_top_section();
    217222    my $fdt_mapping = $self->{'fdt_mapping'};
Note: See TracChangeset for help on using the changeset viewer.