Changeset 13681 for trunk


Ignore:
Timestamp:
2007-01-18T13:32:57+13:00 (17 years ago)
Author:
shaoqun
Message:

made it use new GEMS

File:
1 edited

Legend:

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

    r12763 r13681  
    131131        String metadata_path = metadata_set.getMetadataSetFile().toString();
    132132        if (gems == null){
    133         gems = new GEMS(Configuration.gsdl_path, "", false, false);
     133        gems = new GEMS(Configuration.gsdl_path,Configuration.gsdl3_path,"", false, false);
    134134        gems.addGEMSListener(this);
    135135        }
     
    253253            public void actionPerformed(ActionEvent event) {
    254254            if (gems == null) {
    255                 gems = new GEMS(Configuration.gsdl_path, "", false, false);
     255                gems = new GEMS(Configuration.gsdl_path, Configuration.gsdl3_path, "", false, false);
    256256            }
    257257            gems.newMetadataSet();
Note: See TracChangeset for help on using the changeset viewer.