Rev | Line | |
---|
[4593] | 1 | using System;
|
---|
| 2 | using System.Collections.Generic;
|
---|
| 3 | using System.Linq;
|
---|
| 4 | using System.Text;
|
---|
| 5 | using HeuristicLab.PluginInfrastructure;
|
---|
| 6 |
|
---|
| 7 | namespace HeuristicLab.Services.Hive.DataAccess {
|
---|
| 8 | [Plugin("HeuristicLab.Services.Hive.DataAccess", "3.3")]
|
---|
| 9 | [PluginFile("HeuristicLab.Services.Hive.DataAccess-3.3.dll", PluginFileType.Assembly)]
|
---|
| 10 | [PluginDependency("HeuristicLab.Common", "3.3")]
|
---|
| 11 | [PluginDependency("HeuristicLab.Core", "3.3")]
|
---|
| 12 | [PluginDependency("HeuristicLab.Persistence", "3.3")]
|
---|
| 13 | public class HeuristicLabServicesHiveDataAccessPlugin : PluginBase {
|
---|
| 14 | }
|
---|
| 15 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.