Changeset 15720


Ignore:
Timestamp:
2008-05-27T13:25:54+12:00 (16 years ago)
Author:
mdewsnip
Message:

Removed a couple of references to incremental_build.pm, which has been removed.

Location:
gsdl/trunk/perllib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/IncrementalBuildUtils.pm

    r12844 r15720  
    500500    if (!-e $colcfgname)
    501501      {
    502         die "incremental_build - couldn't find collect.cfg for collection $collection\n";
     502        die "IncrementalBuildUtils - couldn't find collect.cfg for collection $collection\n";
    503503      }
    504504    return &colcfg::read_collect_cfg ($colcfgname);
  • gsdl/trunk/perllib/docprint.pm

    r13190 r15720  
    2626# This is used to output an XML representation of a doc_obj - this will be
    2727# GA format.
    28 # This is used by GAPlugout, doc.pm and incremental_build.pm
     28# This is used by GAPlugout and doc.pm
    2929
    3030package docprint;
Note: See TracChangeset for help on using the changeset viewer.