Free cookie consent management tool by TermsFeed Policy Generator

Changeset 762


Ignore:
Timestamp:
11/15/08 15:13:19 (15 years ago)
Author:
kgrading
Message:

changed the plugin name to the correct value (#358)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.ExecutionEngine/ExecutionEnginePlugin.cs

    r749 r762  
    66
    77namespace HeuristicLab.Hive.Client.ExecutionEngine {
    8   [ClassInfo(Name = "HeuristicLab.Hive.ExecutionEngine-3.2")]
    9   [PluginFile(Filename = "HeuristicLab.Hive.ExecutionEngine-3.2.dll", Filetype = PluginFileType.Assembly)]
     8  [ClassInfo(Name = "HeuristicLab.Hive.Client.ExecutionEngine-3.2")]
     9  [PluginFile(Filename = "HeuristicLab.Hive.Client.ExecutionEngine-3.2.dll", Filetype = PluginFileType.Assembly)]
     10  [Dependency(Dependency = "HeuristicLab.Hive.Client.Core-3.2")]
    1011  [Dependency(Dependency = "HeuristicLab.Core-3.2")]
    11   [Dependency(Dependency = "HeuristicLab.Hive.Client.Core-3.2")]
    12   public class ExecutionEnginePlugin {
     12  public class ExecutionEnginePlugin: PluginBase {
    1313  }
    1414}
Note: See TracChangeset for help on using the changeset viewer.