Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.JobBase/JobPlugin.cs @ 1120

Last change on this file since 1120 was 1001, checked in by kgrading, 15 years ago

refactoring for #438

File size: 437 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6
7namespace HeuristicLab.Hive.JobBase {
8  [ClassInfo(Name = "HeuristicLab.Hive.JobBase-3.2")]
9  [PluginFile(Filename = "HeuristicLab.Hive.JobBase-3.2.dll", Filetype = PluginFileType.Assembly)]
10  [Dependency(Dependency = "HeuristicLab.Core-3.2")]
11  public class JobBasePlugin: PluginBase {
12  }
13}
Note: See TracBrowser for help on using the repository browser.