Changeset 13596


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

Moved the ServletConfiguration class into the new greenstone3 package.

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

Legend:

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

    r13594 r13596  
    4747import org.greenstone.gatherer.greenstone.LocalLibraryServer;
    4848import org.greenstone.gatherer.greenstone.Plugins;
     49import org.greenstone.gatherer.greenstone3.ServletConfiguration;
    4950import org.greenstone.gatherer.gui.GUIManager;
    5051import org.greenstone.gatherer.gui.URLField;
  • trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java

    r13594 r13596  
    4747import org.greenstone.gatherer.Dictionary;
    4848import org.greenstone.gatherer.Gatherer;
    49 import org.greenstone.gatherer.ServletConfiguration;
    5049import org.greenstone.gatherer.cdm.CollectionDesignManager;
    5150import org.greenstone.gatherer.cdm.CollectionMeta;
     
    5655import org.greenstone.gatherer.greenstone.LocalLibraryServer;
    5756import org.greenstone.gatherer.greenstone.Plugins;
     57import org.greenstone.gatherer.greenstone3.ServletConfiguration;
    5858import org.greenstone.gatherer.gui.LockFileDialog;
    5959import org.greenstone.gatherer.gui.ModalProgressPopup;
Note: See TracChangeset for help on using the changeset viewer.