Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server.LINQDataAccess/3.2/LINQDataAccessPlugin.cs @ 3578

Last change on this file since 3578 was 3578, checked in by kgrading, 14 years ago

Removed References to HiveLogging and updated the default logging mechanism (#991)

File size: 624 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6
7namespace HeuristicLab.Hive.Server.LINQDataAccess {
8  [Plugin("HeuristicLab.Hive.Server.LINQDataAccess-3.2")]
9  [PluginFile("HeuristicLab.Hive.Server.LINQDataAccess-3.2.dll", PluginFileType.Assembly)]
10  [PluginDependency("HeuristicLab.Core-3.2")]
11  [PluginDependency("HeuristicLab.Hive.Contracts-3.2")]
12  [PluginDependency("HeuristicLab.Hive.Server.DataAccess-3.2")]
13  [PluginDependency("HeuristicLab.Tracing", "3.2.0")]
14  public class LINQDataAccessPlugin: PluginBase {
15  }
16}
Note: See TracBrowser for help on using the repository browser.