Changeset 5070


Ignore:
Timestamp:
2003-07-31T16:24:37+12:00 (21 years ago)
Author:
jmt12
Message:

All profiles were being set to null, damb you copy and paste.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/msm/parsers/GreenstoneMetadataParser.java

    r5040 r5070  
    303303                ///ystem.err.println("Adding profile action: " + collection_dir.getAbsolutePath() + ", " + metadatum.element + ", " + element.getName());
    304304                if(collection_dir != null) {
    305                     Gatherer.c_man.getCollection().msm.profiler.addAction(collection_dir.getAbsolutePath(), metadatum.element, null);
     305                    Gatherer.c_man.getCollection().msm.profiler.addAction(collection_dir.getAbsolutePath(), metadatum.element, element.getName());
    306306}
    307307                else {
    308                     Gatherer.c_man.getCollection().msm.profiler.addAction(origin.getFile().getParentFile().getAbsolutePath(), metadatum.element, null);
     308                    Gatherer.c_man.getCollection().msm.profiler.addAction(origin.getFile().getParentFile().getAbsolutePath(), metadatum.element, element.getName());
    309309                }
    310310                }
Note: See TracChangeset for help on using the changeset viewer.