Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.HiveParallelEngine/3.3/HeuristicLabHiveEnginePlugin.cs.frame @ 5134

Last change on this file since 5134 was 5134, checked in by cneumuel, 14 years ago

#1347

  • rename to HiveEngine
File size: 627 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6
7namespace HiveParallelEngine {
8  /// <summary>
9  /// Plugin class for HeuristicLab.HiveParallelEngine plugin.
10  /// </summary>
11  [Plugin("HeuristicLab.SequentialEngine", "3.3.2.$WCREV$")]
12  [PluginFile("HeuristicLab.SequentialEngine-3.3.dll", PluginFileType.Assembly)]
13  [PluginDependency("HeuristicLab.Common", "3.3")]
14  [PluginDependency("HeuristicLab.Core", "3.3")]
15  [PluginDependency("HeuristicLab.Persistence", "3.3")]
16  class HeuristicLabHiveParallelEnginePlugin {
17  }
18}
Note: See TracBrowser for help on using the repository browser.