Changeset 15396 for gsdl/trunk/bin


Ignore:
Timestamp:
2008-05-09T20:29:02+12:00 (16 years ago)
Author:
ak19
Message:

For FLI: Removed gsdl.xml file creation from java file Gatherer.java and moved the functionality into Perl (g2futil.pm, called by g2f-import.pl). Now it should work with a remote GS3 server. Tested when FLI is running on GS3 as well as GS2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/bin/script/g2f-import.pl

    r14959 r15396  
    187187
    188188    }
     189
     190    # method that will tell Fedora where the ultimate output of g2f-import and g2f-build
     191    # will be found: Points Fedora to the collect directory where FedoraMETS will be output.
     192    &g2futil::write_gsdl_xml_file($hostname, $collectdir);
    189193
    190194    my $full_gs_col = util::filename_cat($collectdir,$gs_col);
Note: See TracChangeset for help on using the changeset viewer.