Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/04/10 18:55:46 (14 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.DistributedEngine/3.2/HeuristicLabDistributedEnginePlugin.cs

    r1529 r2587  
    2626
    2727namespace HeuristicLab.DistributedEngine {
    28   [ClassInfo(Name = "HeuristicLab.DistributedEngine-3.2")]
    29   [PluginFile(Filename = "HeuristicLab.DistributedEngine-3.2.dll", Filetype = PluginFileType.Assembly)]
    30   [Dependency(Dependency = "HeuristicLab.Core-3.2")]
    31   [Dependency(Dependency = "HeuristicLab.Grid-3.2")]
     28  [Plugin("HeuristicLab.DistributedEngine-3.2")]
     29  [PluginFile("HeuristicLab.DistributedEngine-3.2.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.Core-3.2")]
     31  [PluginDependency("HeuristicLab.Grid-3.2")]
    3232  public class HeuristicLabDistributedEnginePlugin : PluginBase {
    3333  }
Note: See TracChangeset for help on using the changeset viewer.