Ignore:
Timestamp:
2009-04-22T17:39:05+12:00 (15 years ago)
Author:
ak19
Message:

Undoing the changes where the Collection.getName() always returned the groupQualifiedName(). Now it returns the collection's subname again.

File:
1 edited

Legend:

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

    r19194 r19203  
    175175        File localLinuxServerFolder = new File(gsdl_path, "apache-httpd");
    176176        if (!localLinuxServerFolder.exists() && !localLinuxServerFolder.isDirectory()) {
    177         System.err.println("The web server does not exist at "
    178                    + localLinuxServerFolder.getAbsolutePath() + "\nNo local library at all. Trying web library");
    179177        DebugStream.println("The web server does not exist at "
    180178                    + localLinuxServerFolder.getAbsolutePath() + "\nNo local library at all. Trying web library");
Note: See TracChangeset for help on using the changeset viewer.