Changeset 13592 for trunk


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

Moved the LocalLibraryServer class into the "greenstone" package.

Location:
trunk/gli/src/org/greenstone/gatherer
Files:
1 added
1 deleted
4 edited

Legend:

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

    r13447 r13592  
    4444import org.greenstone.gatherer.file.RecycleBin;
    4545import org.greenstone.gatherer.greenstone.Classifiers;
     46import org.greenstone.gatherer.greenstone.LocalLibraryServer;
    4647import org.greenstone.gatherer.greenstone.Plugins;
    4748import org.greenstone.gatherer.gui.GUIManager;
  • trunk/gli/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java

    r13586 r13592  
    3535import org.greenstone.gatherer.DebugStream;
    3636import org.greenstone.gatherer.Gatherer;
    37 import org.greenstone.gatherer.LocalLibraryServer;
    3837import org.greenstone.gatherer.collection.CollectionManager;
     38import org.greenstone.gatherer.greenstone.LocalLibraryServer;
    3939import org.greenstone.gatherer.gui.GLIButton;
    4040import org.greenstone.gatherer.metadata.MetadataElement;
  • trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java

    r13591 r13592  
    4848import org.greenstone.gatherer.Gatherer;
    4949import org.greenstone.gatherer.LocalGreenstone;
    50 import org.greenstone.gatherer.LocalLibraryServer;
    5150import org.greenstone.gatherer.ServletConfiguration;
    5251import org.greenstone.gatherer.cdm.CollectionDesignManager;
     
    5554import org.greenstone.gatherer.cdm.CommandTokenizer;
    5655import org.greenstone.gatherer.greenstone.Classifiers;
     56import org.greenstone.gatherer.greenstone.LocalLibraryServer;
    5757import org.greenstone.gatherer.greenstone.Plugins;
    5858import org.greenstone.gatherer.gui.LockFileDialog;
  • trunk/gli/src/org/greenstone/gatherer/gui/PreviewButton.java

    r12805 r13592  
    3636import org.greenstone.gatherer.Configuration;
    3737import org.greenstone.gatherer.Gatherer;
    38 import org.greenstone.gatherer.LocalLibraryServer;
    3938import org.greenstone.gatherer.collection.Collection;
     39import org.greenstone.gatherer.greenstone.LocalLibraryServer;
    4040import org.greenstone.gatherer.util.StaticStrings;
    4141
     
    124124        configureHomeURL();
    125125        // check that the local library server is still running  - doesn't do anything if its not supposed to be running
     126        // !! Don't like this here
    126127        LocalLibraryServer.checkServerRunning();
    127128       
Note: See TracChangeset for help on using the changeset viewer.