Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/05/10 10:31:40 (15 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.GP.StructureIdentification/3.3/HeuristicLabGPStructureIdentificationPlugin.cs

    r2324 r2591  
    2323
    2424namespace HeuristicLab.GP.StructureIdentification {
    25   [ClassInfo(Name = "HeuristicLab.GP.StructureIdentification-3.3")]
    26   [PluginFile(Filename = "HeuristicLab.GP.StructureIdentification-3.3.dll", Filetype = PluginFileType.Assembly)]
    27   [Dependency(Dependency = "HeuristicLab.Common-3.2")]
    28   [Dependency(Dependency = "HeuristicLab.Core-3.2")]
    29   [Dependency(Dependency = "HeuristicLab.Data-3.2")]
    30   [Dependency(Dependency = "HeuristicLab.DataAnalysis-3.2")]
    31   [Dependency(Dependency = "HeuristicLab.Evolutionary-3.2")]
    32   [Dependency(Dependency = "HeuristicLab.GP-3.3")]
    33   [Dependency(Dependency = "HeuristicLab.GP.Interfaces-3.3")]
    34   [Dependency(Dependency = "HeuristicLab.GP.Operators-3.3")]
    35   [Dependency(Dependency = "HeuristicLab.Logging-3.2")]
    36   [Dependency(Dependency = "HeuristicLab.Modeling-3.2")]
    37   [Dependency(Dependency = "HeuristicLab.Operators-3.2")]
    38   [Dependency(Dependency = "HeuristicLab.Operators.Programmable-3.2")]
    39   [Dependency(Dependency = "HeuristicLab.Random-3.2")]
    40   [Dependency(Dependency = "HeuristicLab.Selection-3.2")]
    41   [Dependency(Dependency = "HeuristicLab.Selection.OffspringSelection-3.2")]
    42   [Dependency(Dependency = "HeuristicLab.SequentialEngine-3.2")]
     25  [Plugin("HeuristicLab.GP.StructureIdentification-3.3")]
     26  [PluginFile("HeuristicLab.GP.StructureIdentification-3.3.dll", PluginFileType.Assembly)]
     27  [PluginDependency("HeuristicLab.Common-3.2")]
     28  [PluginDependency("HeuristicLab.Core-3.2")]
     29  [PluginDependency("HeuristicLab.Data-3.2")]
     30  [PluginDependency("HeuristicLab.DataAnalysis-3.2")]
     31  [PluginDependency("HeuristicLab.Evolutionary-3.2")]
     32  [PluginDependency("HeuristicLab.GP-3.3")]
     33  [PluginDependency("HeuristicLab.GP.Interfaces-3.3")]
     34  [PluginDependency("HeuristicLab.GP.Operators-3.3")]
     35  [PluginDependency("HeuristicLab.Logging-3.2")]
     36  [PluginDependency("HeuristicLab.Modeling-3.2")]
     37  [PluginDependency("HeuristicLab.Operators-3.2")]
     38  [PluginDependency("HeuristicLab.Operators.Programmable-3.2")]
     39  [PluginDependency("HeuristicLab.Random-3.2")]
     40  [PluginDependency("HeuristicLab.Selection-3.2")]
     41  [PluginDependency("HeuristicLab.Selection.OffspringSelection-3.2")]
     42  [PluginDependency("HeuristicLab.SequentialEngine-3.2")]
    4343  public class HeuristicLabGPStructureIdentificationPlugin : PluginBase {
    4444  }
Note: See TracChangeset for help on using the changeset viewer.