Rev | Line | |
---|
[749] | 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.Client.ExecutionEngine {
|
---|
| 8 | [ClassInfo(Name = "HeuristicLab.Hive.ExecutionEngine-3.2")]
|
---|
| 9 | [PluginFile(Filename = "HeuristicLab.Hive.ExecutionEngine-3.2.dll", Filetype = PluginFileType.Assembly)]
|
---|
| 10 | [Dependency(Dependency = "HeuristicLab.Core-3.2")]
|
---|
| 11 | [Dependency(Dependency = "HeuristicLab.Hive.Client.Core-3.2")]
|
---|
| 12 | public class ExecutionEnginePlugin {
|
---|
| 13 | }
|
---|
| 14 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.