Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.JobBase/3.3/JobPlugin.cs @ 4121

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

Stabilization of Hive, Improvement HiveExperiment GUI (#1115)

File size: 570 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6
7namespace HeuristicLab.Hive.JobBase {
8  [Plugin("HeuristicLab.Hive.JobBase", "3.3")]
9  [PluginFile("HeuristicLab.Hive.JobBase-3.3.dll", PluginFileType.Assembly)]
10  [PluginDependency("HeuristicLab.Collections", "3.3")]
11  [PluginDependency("HeuristicLab.Common", "3.3")]
12  [PluginDependency("HeuristicLab.Core", "3.3")]
13  [PluginDependency("HeuristicLab.Persistence", "3.3")]
14  public class JobBasePlugin: PluginBase {
15  }
16}
Note: See TracBrowser for help on using the repository browser.