Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Hive/3.3/HeuristicLabHivePlugin.cs.frame @ 6765

Last change on this file since 6765 was 6743, checked in by ascheibe, 13 years ago

#1233

  • fixed a bug in the Slave UI
  • finished renaming Webservice and Dao methods to be consistent with Job/Task naming
  • some cosmetic changes and project dependencies cleanups
File size: 454 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6
7namespace HeuristicLab.Hive {
8  [Plugin("HeuristicLab.Hive", "3.3.5.$WCREV$")]
9  [PluginFile("HeuristicLab.Hive-3.3.dll", PluginFileType.Assembly)]
10  [PluginDependency("HeuristicLab.Common", "3.3")]
11  [PluginDependency("HeuristicLab.Core", "3.3")] 
12  public class HeuristicLabHivePlugin : PluginBase {
13  }
14}
Note: See TracBrowser for help on using the repository browser.