Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/05/10 10:31:40 (14 years ago)
Author:
gkronber
Message:

Copied refactored plugin infrastructure from branch and merged changeset r2586:2589 from branch into the trunk. #799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.StatisticalAnalysis/3.2/HeuristicLabStatisticalAnalysisPlugin.cs

    r1745 r2591  
    2727
    2828namespace HeuristicLab.StatisticalAnalysis {
    29   [ClassInfo(Name = "HeuristicLab.StatisticalAnalysis-3.2")]
    30   [PluginFile(Filename = "HeuristicLab.StatisticalAnalysis-3.2.dll", Filetype = PluginFileType.Assembly)]
    31   [Dependency(Dependency = "HeuristicLab.Core-3.2")]
    32   [Dependency(Dependency = "HeuristicLab.Data-3.2")]
    33   [Dependency(Dependency = "HeuristicLab.Random-3.2")]
     29  [Plugin("HeuristicLab.StatisticalAnalysis-3.2")]
     30  [PluginFile("HeuristicLab.StatisticalAnalysis-3.2.dll", PluginFileType.Assembly)]
     31  [PluginDependency("HeuristicLab.Core-3.2")]
     32  [PluginDependency("HeuristicLab.Data-3.2")]
     33  [PluginDependency("HeuristicLab.Random-3.2")]
    3434  public class HeuristicLabStatisticalAnalysisPlugin : PluginBase {
    3535  }
Note: See TracChangeset for help on using the changeset viewer.