Ignore:
Timestamp:
2007-01-12T15:17:04+13:00 (17 years ago)
Author:
mdewsnip
Message:

Moved the LocalGreenstone class into the "greenstone" package.

Location:
trunk/gli/src/org/greenstone/gatherer/gui
Files:
4 edited

Legend:

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

    r13060 r13594  
    5050import org.greenstone.gatherer.Dictionary;
    5151import org.greenstone.gatherer.Gatherer;
    52 import org.greenstone.gatherer.LocalGreenstone;
    5352import org.greenstone.gatherer.file.WorkspaceTree;
     53import org.greenstone.gatherer.greenstone.LocalGreenstone;
    5454import org.greenstone.gatherer.util.StaticStrings;
    5555import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/gui/ExplodeMetadataDatabasePrompt.java

    r13586 r13594  
    4040import org.greenstone.gatherer.Configuration;
    4141import org.greenstone.gatherer.Gatherer;
    42 import org.greenstone.gatherer.LocalGreenstone;
    4342import org.greenstone.gatherer.cdm.Argument;
    4443import org.greenstone.gatherer.cdm.ArgumentControl;
     
    4746import org.greenstone.gatherer.collection.CollectionManager;
    4847import org.greenstone.gatherer.collection.ScriptOptions;
     48import org.greenstone.gatherer.greenstone.LocalGreenstone;
    4949import org.greenstone.gatherer.gui.tree.DragTree;
    5050import org.greenstone.gatherer.metadata.MetadataXMLFileManager;
  • trunk/gli/src/org/greenstone/gatherer/gui/ExportAsPrompt.java

    r13320 r13594  
    4949import org.greenstone.gatherer.Dictionary;
    5050import org.greenstone.gatherer.Gatherer;
    51 import org.greenstone.gatherer.LocalGreenstone;
    5251import org.greenstone.gatherer.collection.BasicCollectionConfiguration;
     52import org.greenstone.gatherer.greenstone.LocalGreenstone;
    5353import org.greenstone.gatherer.shell.GShell;
    5454import org.greenstone.gatherer.shell.GShellEvent;
  • trunk/gli/src/org/greenstone/gatherer/gui/WriteCDImagePrompt.java

    r13531 r13594  
    4747import org.greenstone.gatherer.Dictionary;
    4848import org.greenstone.gatherer.Gatherer;
    49 import org.greenstone.gatherer.LocalGreenstone;
    5049import org.greenstone.gatherer.collection.BasicCollectionConfiguration;
    5150import org.greenstone.gatherer.collection.CollectionManager;
     51import org.greenstone.gatherer.greenstone.LocalGreenstone;
    5252import org.greenstone.gatherer.shell.GShell;
    5353import org.greenstone.gatherer.shell.GShellEvent;
Note: See TracChangeset for help on using the changeset viewer.