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.Common/3.2/HeuristicLabCommonPlugin.cs

    r2425 r2591  
    2929  /// Plugin class for HeuristicLab.Common plugin.
    3030  /// </summary>
    31   [ClassInfo(Name = "HeuristicLab.Common-3.2")]
    32   [PluginFile(Filename = "HeuristicLab.Common-3.2.dll", Filetype = PluginFileType.Assembly)]
     31  [Plugin("HeuristicLab.Common-3.2")]
     32  [PluginFile("HeuristicLab.Common-3.2.dll", PluginFileType.Assembly)]
    3333  public class HeuristicLabCommonPlugin : PluginBase {
    3434  }
Note: See TracChangeset for help on using the changeset viewer.