Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8399


Ignore:
Timestamp:
08/02/12 17:53:42 (12 years ago)
Author:
gkronber
Message:

#1902 fixed plugin dependencies

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Plugin.cs.frame

    r8396 r8399  
    4646  [PluginDependency("HeuristicLab.Problems.DataAnalysis.Symbolic.Classification", "3.4")]
    4747  [PluginDependency("HeuristicLab.Problems.DataAnalysis.Symbolic.Regression", "3.4")]
     48  [PluginDependency("HeuristicLab.Problems.TestFunctions", "3.3")]
     49  [PluginDependency("HeuristicLab.Random", "3.3")]
    4850  public class HeuristicLabAlgorithmsDataAnalysisPlugin : PluginBase {
    4951  }
  • trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/Plugin.cs.frame

    r8396 r8399  
    4040  [PluginDependency("HeuristicLab.Random", "3.3")]
    4141  [PluginDependency("HeuristicLab.Selection", "3.3")]
    42   [PluginDependency("HeuristicLab.Problems.TestFunctions", "3.3")]
    4342  public class HeuristicLabAlgorithmsGeneticAlgorithmPlugin : PluginBase {
    4443  }
Note: See TracChangeset for help on using the changeset viewer.