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 | |
---|
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.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.