Changeset 8424 for trunk/gsdl3/src


Ignore:
Timestamp:
2004-11-01T11:26:45+13:00 (20 years ago)
Author:
schweer
Message:

removed non-compiling alerting service stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/gs3build/BuildManager.java

    r8418 r8424  
    66import org.greenstone.gsdl3.gs3build.classifier.*;
    77import org.greenstone.gsdl3.gs3build.collection.*;
    8 import org.greenstone.gsdl3.gs3build.notifier.*;
    98
    109import java.io.File;
     
    1817  ClassifierManager classifierManager;
    1918  ExtractorManager  extractorManager;
    20   NotifierManager   notifierManager;
    2119  DocumentList      docList;
    2220  List              inputRoots;
     
    7977    this.indexerManager = new IndexerManager(this.docList);
    8078
    81     this.notifierManager = new NotifierManager();
    82    
    8379    // configure the collection
    8480    this.collectionManager.configureCollection();
     
    126122    this.classifierManager.classifyDocuments();
    127123    this.indexerManager.indexDocuments();
    128     this.notifierManager.detectEvents(this.collectionManager.getDatabase(), this.collectionManager.getLastBuildDate());
    129124
    130125    // Timestamp management - update all timestamps on modified dates...
Note: See TracChangeset for help on using the changeset viewer.