Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.ExecutionEngine/ExecutionEnginePlugin.cs @ 767

Last change on this file since 767 was 762, checked in by kgrading, 16 years ago

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

File size: 556 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6
7namespace HeuristicLab.Hive.Client.ExecutionEngine {
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")]
11  [Dependency(Dependency = "HeuristicLab.Core-3.2")]
12  public class ExecutionEnginePlugin: PluginBase {
13  }
14}
Note: See TracBrowser for help on using the repository browser.