Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/28/09 15:40:38 (15 years ago)
Author:
gkronber
Message:

Fixed dependencies in plugins. #657 (HiveEngine doesn't add all necessary plugins to the list of necessary plugins for a job)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLabGPStructureIdentificationPlugin.cs

    r1856 r1927  
    3535  [Dependency(Dependency = "HeuristicLab.GP-3.3")]
    3636  [Dependency(Dependency = "HeuristicLab.Logging-3.2")]
     37  [Dependency(Dependency = "HeuristicLab.Modeling-3.2")]
    3738  [Dependency(Dependency = "HeuristicLab.Operators-3.2")]
    3839  [Dependency(Dependency = "HeuristicLab.Operators.Programmable-3.2")]
     
    4142  [Dependency(Dependency = "HeuristicLab.Selection.OffspringSelection-3.2")]
    4243  [Dependency(Dependency = "HeuristicLab.SequentialEngine-3.2")]
    43   [Dependency(Dependency = "HeuristicLab.Modeling-3.2")]
    4444  public class HeuristicLabGPStructureIdentificationPlugin : PluginBase {
    4545  }
Note: See TracChangeset for help on using the changeset viewer.