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.SimOpt/3.2/HeuristicLabSimOptPlugin.cs

    r1530 r2591  
    2727
    2828namespace HeuristicLab.SimOpt {
    29   [ClassInfo(Name = "HeuristicLab.SimOpt-3.2")]
    30   [PluginFile(Filename = "HeuristicLab.SimOpt-3.2.dll", Filetype = PluginFileType.Assembly)]
    31   [Dependency(Dependency = "HeuristicLab.Core-3.2")]
    32   [Dependency(Dependency = "HeuristicLab.Data-3.2")]
    33   [Dependency(Dependency = "HeuristicLab.Operators-3.2")]
    34   [Dependency(Dependency = "HeuristicLab.Constraints-3.2")]
    35   [Dependency(Dependency = "HeuristicLab.Evolutionary-3.2")]
    36   [Dependency(Dependency = "HeuristicLab.Selection-3.2")]
    37   [Dependency(Dependency = "HeuristicLab.Random-3.2")]
     29  [Plugin("HeuristicLab.SimOpt-3.2")]
     30  [PluginFile("HeuristicLab.SimOpt-3.2.dll", PluginFileType.Assembly)]
     31  [PluginDependency("HeuristicLab.Core-3.2")]
     32  [PluginDependency("HeuristicLab.Data-3.2")]
     33  [PluginDependency("HeuristicLab.Operators-3.2")]
     34  [PluginDependency("HeuristicLab.Constraints-3.2")]
     35  [PluginDependency("HeuristicLab.Evolutionary-3.2")]
     36  [PluginDependency("HeuristicLab.Selection-3.2")]
     37  [PluginDependency("HeuristicLab.Random-3.2")]
    3838  public class HeuristicLabSimOptPlugin : PluginBase {
    3939  }
Note: See TracChangeset for help on using the changeset viewer.