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.JobBase/3.2/JobPlugin.cs

    r1530 r2591  
    66
    77namespace HeuristicLab.Hive.JobBase {
    8   [ClassInfo(Name = "HeuristicLab.Hive.JobBase-3.2")]
    9   [PluginFile(Filename = "HeuristicLab.Hive.JobBase-3.2.dll", Filetype = PluginFileType.Assembly)]
    10   [Dependency(Dependency = "HeuristicLab.Core-3.2")]
     8  [Plugin("HeuristicLab.Hive.JobBase-3.2")]
     9  [PluginFile("HeuristicLab.Hive.JobBase-3.2.dll", PluginFileType.Assembly)]
     10  [PluginDependency("HeuristicLab.Core-3.2")]
    1111  public class JobBasePlugin: PluginBase {
    1212  }
Note: See TracChangeset for help on using the changeset viewer.