Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.LINQDataAccess/3.3/LINQDataAccessPlugin.cs @ 4091

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

resolved issues with 3.3, hive-server now executable (1096)

File size: 634 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.3")]
9  [PluginFile("HeuristicLab.Hive.Server.LINQDataAccess-3.3.dll", PluginFileType.Assembly)]
10  [PluginDependency("HeuristicLab.Core", "3.3")]
11  [PluginDependency("HeuristicLab.Hive.Contracts", "3.3")]
12  [PluginDependency("HeuristicLab.Hive.Server.DataAccess", "3.3")]
13  [PluginDependency("HeuristicLab.Tracing", "3.3")]
14  public class LINQDataAccessPlugin: PluginBase {
15  }
16}
Note: See TracBrowser for help on using the repository browser.