Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/07/09 14:34:33 (15 years ago)
Author:
kgrading
Message:

added the "coresNeeded" and made a fallback concerning dynamic plugin loading... (#467)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/PluginManager.cs

    r1730 r1755  
    229229      NotifyListeners(PluginManagerAction.Initializing, "All plugins");
    230230
    231       if (assemblyFiles != null && assemblyFiles.Count > 0)
    232         remoteRunner.LoadPlugins(assemblyFiles);
     231      //if (assemblyFiles != null && assemblyFiles.Count > 0)
     232      //  remoteRunner.LoadPlugins(assemblyFiles);
    233233     
    234       /*if (depPlugins != null && depPlugins.Count > 0) {       
    235         remoteRunner.LoadPlugins(depPlugins);
    236       }*/
     234      //if (depPlugins != null && depPlugins.Count > 0) {       
     235        remoteRunner.LoadPlugins(ActivePlugins);
     236      //}
    237237      NotifyListeners(PluginManagerAction.Initialized, "All plugins");
    238238      return applicationDomain;
Note: See TracChangeset for help on using the changeset viewer.