Changeset 13408


Ignore:
Timestamp:
2006-12-01T17:23:35+13:00 (17 years ago)
Author:
mdewsnip
Message:

Started to prepare this for working with remote building.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/ExplodeMetadataPrompt.java

    r13158 r13408  
    247247    private int explodeMetadata()
    248248    {
    249     if (Gatherer.isGsdlRemote) {
    250         // !! TO DO
    251         return -1;
    252     }
    253 
    254249    // Generate the explode_metadata_database.pl command
    255250    ArrayList command_parts_list = new ArrayList();
     
    268263    // Add in the filename
    269264    command_parts_list.add(metadata_file.getPath());
     265
    270266    // Run the explode_metadata_database.pl command
    271267    String[] command_parts = (String[]) command_parts_list.toArray(new String[0]);
Note: See TracChangeset for help on using the changeset viewer.