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

Moved the LocalLibraryServer class into the "greenstone" package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.