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.Routing.TSP/3.3/HeuristicLabRoutingTSPPlugin.cs

    r1872 r2744  
    2929  /// Plugin class for HeuristicLab.Routing.TSP plugin
    3030  /// </summary>
    31   [ClassInfo(Name = "HeuristicLab.Routing.TSP-3.3")]
    32   [PluginFile(Filename = "HeuristicLab.Routing.TSP-3.3.dll", Filetype = PluginFileType.Assembly)]
    33   [Dependency(Dependency = "HeuristicLab.Core-3.3")]
    34   [Dependency(Dependency = "HeuristicLab.Data-3.3")]
    35   [Dependency(Dependency = "HeuristicLab.Operators-3.3")]
    36   [Dependency(Dependency = "HeuristicLab.Permutation-3.3")]
    37   [Dependency(Dependency = "HeuristicLab.Charting-3.2")]
    38   [Dependency(Dependency = "HeuristicLab.Persistence-3.3")]
     31  [Plugin("HeuristicLab.Routing.TSP-3.3")]
     32  [PluginFile("HeuristicLab.Routing.TSP-3.3.dll", PluginFileType.Assembly)]
     33  [PluginDependency("HeuristicLab.Core-3.3")]
     34  [PluginDependency("HeuristicLab.Data-3.3")]
     35  [PluginDependency("HeuristicLab.Operators-3.3")]
     36  [PluginDependency("HeuristicLab.Permutation-3.3")]
     37  [PluginDependency("HeuristicLab.Charting-3.3")]
     38  [PluginDependency("HeuristicLab.Persistence-3.3")]
    3939  public class HeuristicLabRoutingTSPPlugin : PluginBase {
    4040  }
Note: See TracChangeset for help on using the changeset viewer.