Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/04/10 18:55:46 (15 years ago)
Author:
gkronber
Message:

Fixed projects to work with new plugin infrastructure. #799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PluginInfrastructure Refactoring/HeuristicLab.Hive.JobBase/3.2/JobPlugin.cs

    r1530 r2587  
    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.