Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7149


Ignore:
Timestamp:
12/07/11 17:13:44 (12 years ago)
Author:
epitzer
Message:

#1696 fix NK problem view plugin metadata.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK.Views/HeuristicLabProblemsNKViewsPlugin.cs.frame

    r7141 r7149  
    2424namespace HeuristicLab.Analysis.FitnessLandscape {
    2525
    26   [Plugin("HeuristicLab.Problems.NK", "3.3.0.$WCREV$")]
     26  [Plugin("HeuristicLab.Problems.NK.Views", "3.3.0.$WCREV$")]
    2727  [PluginFile("HeuristicLab.Problems.NK.Views-3.3.dll", PluginFileType.Assembly)]
    2828  [PluginDependency("HeuristicLab.Common", "3.3")]
     
    3232  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3333  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    34   public class HeuristicLabAnalysisFitnessLandscapePlugin : PluginBase { }
     34  public class HeuristicLabProblemsNKViewsPlugin : PluginBase { }
    3535}
Note: See TracChangeset for help on using the changeset viewer.