source:
trunk/sources/HeuristicLab.Hive.JobBase/3.2/JobPlugin.cs
@
2716
Last change on this file since 2716 was 2591, checked in by gkronber, 15 years ago | |
---|---|
File size: 398 bytes |
Rev | Line | |
---|---|---|
[1001] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Linq; | |
4 | using System.Text; | |
5 | using HeuristicLab.PluginInfrastructure; | |
6 | ||
7 | namespace HeuristicLab.Hive.JobBase { | |
[2591] | 8 | [Plugin("HeuristicLab.Hive.JobBase-3.2")] |
9 | [PluginFile("HeuristicLab.Hive.JobBase-3.2.dll", PluginFileType.Assembly)] | |
10 | [PluginDependency("HeuristicLab.Core-3.2")] | |
[1001] | 11 | public class JobBasePlugin: PluginBase { |
12 | } | |
13 | } |
Note: See TracBrowser
for help on using the repository browser.