Changeset 13594


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
Files:
1 added
1 deleted
13 edited

Legend:

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

    r13592 r13594  
    4444import org.greenstone.gatherer.file.RecycleBin;
    4545import org.greenstone.gatherer.greenstone.Classifiers;
     46import org.greenstone.gatherer.greenstone.LocalGreenstone;
    4647import org.greenstone.gatherer.greenstone.LocalLibraryServer;
    4748import org.greenstone.gatherer.greenstone.Plugins;
  • trunk/gli/src/org/greenstone/gatherer/cdm/ClassifierManager.java

    r13195 r13594  
    4040import org.greenstone.gatherer.Dictionary;
    4141import org.greenstone.gatherer.Gatherer;
    42 import org.greenstone.gatherer.LocalGreenstone;
    4342import org.greenstone.gatherer.greenstone.Classifiers;
    4443import org.greenstone.gatherer.gui.DesignPaneHeader;
  • trunk/gli/src/org/greenstone/gatherer/cdm/PluginManager.java

    r13398 r13594  
    4141import org.greenstone.gatherer.Dictionary;
    4242import org.greenstone.gatherer.Gatherer;
    43 import org.greenstone.gatherer.LocalGreenstone;
    4443import org.greenstone.gatherer.collection.CollectionContentsChangedListener;
    4544import org.greenstone.gatherer.greenstone.Plugins;
  • trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java

    r13592 r13594  
    4747import org.greenstone.gatherer.Dictionary;
    4848import org.greenstone.gatherer.Gatherer;
    49 import org.greenstone.gatherer.LocalGreenstone;
    5049import org.greenstone.gatherer.ServletConfiguration;
    5150import org.greenstone.gatherer.cdm.CollectionDesignManager;
     
    5453import org.greenstone.gatherer.cdm.CommandTokenizer;
    5554import org.greenstone.gatherer.greenstone.Classifiers;
     55import org.greenstone.gatherer.greenstone.LocalGreenstone;
    5656import org.greenstone.gatherer.greenstone.LocalLibraryServer;
    5757import org.greenstone.gatherer.greenstone.Plugins;
  • trunk/gli/src/org/greenstone/gatherer/collection/ScriptOptions.java

    r12300 r13594  
    99import org.greenstone.gatherer.DebugStream;
    1010import org.greenstone.gatherer.Gatherer;
    11 import org.greenstone.gatherer.LocalGreenstone;
    1211import org.greenstone.gatherer.cdm.Argument;
     12import org.greenstone.gatherer.greenstone.LocalGreenstone;
    1313import org.greenstone.gatherer.remote.RemoteGreenstoneServer;
    1414import org.greenstone.gatherer.util.ArrayTools;
  • trunk/gli/src/org/greenstone/gatherer/download/DownloadJob.java

    r13533 r13594  
    4747import org.greenstone.gatherer.Gatherer;
    4848import org.greenstone.gatherer.GAuthenticator;
    49 import org.greenstone.gatherer.LocalGreenstone;
     49import org.greenstone.gatherer.greenstone.LocalGreenstone;
    5050import org.greenstone.gatherer.file.WorkspaceTree;
    5151import org.greenstone.gatherer.util.AppendLineOnlyFileDocument;
  • trunk/gli/src/org/greenstone/gatherer/download/ServerInfoDialog.java

    r13016 r13594  
    1313import org.greenstone.gatherer.Dictionary;
    1414import org.greenstone.gatherer.Gatherer;
    15 import org.greenstone.gatherer.LocalGreenstone;
     15import org.greenstone.gatherer.greenstone.LocalGreenstone;
    1616import org.greenstone.gatherer.gui.*;
    1717import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/greenstone/Classifiers.java

    r13177 r13594  
    3434import org.greenstone.gatherer.Dictionary;
    3535import org.greenstone.gatherer.Gatherer;
    36 import org.greenstone.gatherer.LocalGreenstone;
    3736import org.greenstone.gatherer.cdm.Argument;
    3837import org.greenstone.gatherer.cdm.Classifier;
  • trunk/gli/src/org/greenstone/gatherer/greenstone/Plugins.java

    r13177 r13594  
    3434import org.greenstone.gatherer.Dictionary;
    3535import org.greenstone.gatherer.Gatherer;
    36 import org.greenstone.gatherer.LocalGreenstone;
    3736import org.greenstone.gatherer.cdm.Argument;
    3837import org.greenstone.gatherer.cdm.Plugin;
  • 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.