Last change
on this file since 5789 was
5599,
checked in by ascheibe, 14 years ago
|
#1233
- rename 'Slave' namespace to 'SlaveCore' (and assemblies etc) to avoid problems with 'Slave' class
- use svcutil (OKB-style)
|
File size:
575 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.Clients.Hive.SlaveCore {
|
---|
8 | [Plugin("HeuristicLab.Clients.Hive.SlaveCore", "3.4.0.$WCREV$")]
|
---|
9 | [PluginFile("HeuristicLab.Clients.Hive.SlaveCore-3.4.dll", PluginFileType.Assembly)]
|
---|
10 | [PluginDependency("HeuristicLab.Common", "3.3")]
|
---|
11 | [PluginDependency("HeuristicLab.Core", "3.3")]
|
---|
12 | [PluginDependency("HeuristicLab.Persistence", "3.3")]
|
---|
13 | public class HeuristicLabClientsHiveSlavePlugin : PluginBase {
|
---|
14 | }
|
---|
15 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.