Free cookie consent management tool by TermsFeed Policy Generator

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

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

added experiment plugins (#1115)

File size: 513 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.Core", "3.3")]
11  [PluginDependency("HeuristicLab.Common", "3.3")]
12  [PluginDependency("HeuristicLab.Persistence", "3.3")]
13  public class JobBasePlugin: PluginBase {
14  }
15}
Note: See TracBrowser for help on using the repository browser.