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

    r2245 r2591  
    2626
    2727namespace HeuristicLab.Communication.Data {
    28   [ClassInfo(Name = "HeuristicLab.Common.Resources-3.2")]
    29   [PluginFile(Filename = "HeuristicLab.Common.Resources-3.2.dll", Filetype = PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Common.Resources-3.2")]
     29  [PluginFile("HeuristicLab.Common.Resources-3.2.dll", PluginFileType.Assembly)]
    3030  public class HeuristicLabCommonResourcesPlugin : PluginBase {
    3131  }
Note: See TracChangeset for help on using the changeset viewer.