Changeset 29449


Ignore:
Timestamp:
2014-11-18T20:24:32+13:00 (9 years ago)
Author:
ak19
Message:

No gnomelib for windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/task.pl

    r29448 r29449  
    447447sub getGnomeLibExt
    448448{
     449    if($isWin) return; # no gnome-lib for windows
    449450    my ($cmd, $status);
    450451    my $bit_arch=`uname -m`;
     
    796797    #   next if ($collection ne "Demo-Lucene"); ## TEMPORARY, FOR TESTING THIS SCRIPT
    797798    #   next if ($collection !~ m/OAI|METS|DSpace|MGPP|Lucene/); ## TEMPORARY, FOR TESTING THIS SCRIPT
     799    #   next if ($collection !~ m/PDFBox/); ## TEMPORARY, FOR TESTING THIS SCRIPT
    798800
    799801    #escape the filename (in case of space)
Note: See TracChangeset for help on using the changeset viewer.