Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/02/17 21:53:48 (7 years ago)
Author:
pkimmesw
Message:

#2665 Run Hl General, Essential tests and applied fixes for errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Plugin.cs

    r14897 r14907  
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    3232  [PluginDependency("HeuristicLab.Core", "3.3")]
    33   [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    3433  [PluginDependency("HeuristicLab.Data", "3.3")]
    3534  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3635  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    37   [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
    3836  [PluginDependency("HeuristicLab.Random", "3.3")]
    39 
    40   public class PushGpPlugin : PluginBase {
     37  public class Plugin : PluginBase {
    4138
    4239  }
Note: See TracChangeset for help on using the changeset viewer.