Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/03/10 18:32:57 (15 years ago)
Author:
epitzer
Message:

update to new PluginInfrastructure (#802)

Location:
branches/Persistence Test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Persistence Test

  • branches/Persistence Test/HeuristicLab.Selection.OffspringSelection/3.3/HeuristicLabSelectionOffspringSelectionPlugin.cs

    r1872 r2744  
    2929  /// Plugin class for HeuristicLab.Selection.OffspringSelection plugin.
    3030  /// </summary>
    31   [ClassInfo(Name = "HeuristicLab.Selection.OffspringSelection-3.3")]
    32   [PluginFile(Filename = "HeuristicLab.Selection.OffspringSelection-3.3.dll", Filetype = PluginFileType.Assembly)]
    33   [Dependency(Dependency = "HeuristicLab.Core-3.3")]
    34   [Dependency(Dependency = "HeuristicLab.Data-3.3")]
     31  [Plugin("HeuristicLab.Selection.OffspringSelection-3.3")]
     32  [PluginFile("HeuristicLab.Selection.OffspringSelection-3.3.dll", PluginFileType.Assembly)]
     33  [PluginDependency("HeuristicLab.Core-3.3")]
     34  [PluginDependency("HeuristicLab.Data-3.3")]
    3535  public class HeuristicLabSelectionOffspringSelectionPlugin : PluginBase {
    3636  }
Note: See TracChangeset for help on using the changeset viewer.