Last change
on this file since 6765 was
6743,
checked in by ascheibe, 13 years ago
|
#1233
- fixed a bug in the Slave UI
- finished renaming Webservice and Dao methods to be consistent with Job/Task naming
- some cosmetic changes and project dependencies cleanups
|
File size:
454 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 {
|
---|
8 | [Plugin("HeuristicLab.Hive", "3.3.5.$WCREV$")]
|
---|
9 | [PluginFile("HeuristicLab.Hive-3.3.dll", PluginFileType.Assembly)]
|
---|
10 | [PluginDependency("HeuristicLab.Common", "3.3")]
|
---|
11 | [PluginDependency("HeuristicLab.Core", "3.3")]
|
---|
12 | public class HeuristicLabHivePlugin : PluginBase {
|
---|
13 | }
|
---|
14 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.