Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.JobBase/3.3/HeuristicLabHiveJobBasePlugin.cs @ 4171

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

corrected all AssemblyInfo.frame (removed BuildDate and changed PluginVersion to "3.3.0.0"). Also deleted unused HL.Hive.Server.Scheduler and obsolete HL.Hive.Engine

File size: 586 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 HeuristicLabHiveJobBasePlugin: PluginBase {
15  }
16}
Note: See TracBrowser for help on using the repository browser.