Ignore:
Timestamp:
2011-07-19T14:02:17+12:00 (13 years ago)
Author:
sjm84
Message:

Several changes to how Greenstone hashes PDF files and also added several more options to the EmbeddedMetadataPlugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/ConvertBinaryFile.pm

    r24225 r24290  
    289289    print STDERR "calling cmd $cmd\n";
    290290    $output_type = `$cmd`;
    291 
     291   
    292292    # remove symbolic link to original file
    293293    &util::rm($tmp_filename);
     
    368368    }   
    369369    }
    370 
     370   
    371371    my $secondary_plugins =  $self->{'secondary_plugins'};
    372372    my $num_secondary_plugins = scalar(keys %$secondary_plugins);
     
    488488     my $tmp_dir = $self->{'tmp_dir'};
    489489     if (defined $tmp_dir && -d $tmp_dir) {
    490 ##   print STDERR "**** Supressing clean up of tmp dir\n";
    491      &util::rm_r($tmp_dir);
     490     print STDERR "**** Supressing clean up of tmp dir\n";
     491     ##&util::rm_r($tmp_dir);
    492492     $self->{'tmp_dir'} = undef;
    493493     }
Note: See TracChangeset for help on using the changeset viewer.