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.BackgroundProcessing/3.2/HeuristicLabBackgroundProcessingPlugin.cs

    r2408 r2591  
    22
    33namespace HeuristicLab.BackgroundProcessing {
    4   [ClassInfo(Name = "HeuristicLab.BackgroundProcessing-3.2")]
    5   [PluginFile(Filename = "HeuristicLab.BackgroundProcessing-3.2.dll", Filetype = PluginFileType.Assembly)]
     4  [Plugin("HeuristicLab.BackgroundProcessing-3.2")]
     5  [PluginFile("HeuristicLab.BackgroundProcessing-3.2.dll", PluginFileType.Assembly)]
    66  public class HeuristicLabBackgroundProcessingPlugin : PluginBase { }
    77}
Note: See TracChangeset for help on using the changeset viewer.