Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.4/HeuristicLabServicesHiveDataAccessPlugin.cs.frame @ 6369

Last change on this file since 6369 was 6369, checked in by cneumuel, 13 years ago

#1233

  • added consideration of appointments in heartbeats
  • code cleanup
File size: 653 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6
7namespace HeuristicLab.Services.Hive.DataAccess {
8  [Plugin("HeuristicLab.Services.Hive.DataAccess", "3.4.0.$WCREV$")]
9  [PluginFile("HeuristicLab.Services.Hive.DataAccess-3.4.dll", PluginFileType.Assembly)]
10  [PluginDependency("HeuristicLab.Common", "3.3")]
11  [PluginDependency("HeuristicLab.Core", "3.3")]
12  [PluginDependency("HeuristicLab.Persistence", "3.3")]
13  [PluginDependency("HeuristicLab.Services.Hive.Common", "3.4")]
14  public class HeuristicLabServicesHiveDataAccessPlugin : PluginBase {
15  }
16}
Note: See TracBrowser for help on using the repository browser.