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.Hive.Client.Common/3.2/CommonPlugin.cs

    r1929 r2591  
    2727
    2828namespace HeuristicLab.Hive.Client.Common {
    29   [ClassInfo(Name = "HeuristicLab.Hive.Client.Common-3.2")]
    30   [PluginFile(Filename = "HeuristicLab.Hive.Client.Common-3.2.dll", Filetype = PluginFileType.Assembly)]
    31   [Dependency(Dependency = "HeuristicLab.Core-3.2")]
    32   [Dependency(Dependency = "HeuristicLab.Hive.Contracts-3.2")]
    33   [Dependency(Dependency = "HeuristicLab.Tracing-3.2")]
     29  [Plugin("HeuristicLab.Hive.Client.Common-3.2")]
     30  [PluginFile("HeuristicLab.Hive.Client.Common-3.2.dll", PluginFileType.Assembly)]
     31  [PluginDependency("HeuristicLab.Core-3.2")]
     32  [PluginDependency("HeuristicLab.Hive.Contracts-3.2")]
     33  [PluginDependency("HeuristicLab.Tracing-3.2")]
    3434  public class CommonPlugin: PluginBase {
    3535  }
Note: See TracChangeset for help on using the changeset viewer.