Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PluginInfrastructure Refactoring/HeuristicLab.Hive.JobBase/3.2/JobPlugin.cs @ 2587

Last change on this file since 2587 was 2587, checked in by gkronber, 14 years ago

Fixed projects to work with new plugin infrastructure. #799

File size: 398 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.2")]
9  [PluginFile("HeuristicLab.Hive.JobBase-3.2.dll", PluginFileType.Assembly)]
10  [PluginDependency("HeuristicLab.Core-3.2")]
11  public class JobBasePlugin: PluginBase {
12  }
13}
Note: See TracBrowser for help on using the repository browser.