Changeset 2591 for trunk/sources/HeuristicLab.Hive.Server.Console
- Timestamp:
- 01/05/10 10:31:40 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Server.Console/3.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Console/3.2/HiveServerConsoleApplication.cs
r1530 r2591 27 27 28 28 namespace HeuristicLab.Hive.Server.ServerConsole { 29 [ ClassInfo(Name = "Hive Server Console", Description = "Console Application for the Hive Server.", AutoRestart = true)]29 [Application("Hive Server Console", "Console Application for the Hive Server.")] 30 30 class HiveServerConsoleApplication : ApplicationBase { 31 31 public override void Run() { -
trunk/sources/HeuristicLab.Hive.Server.Console/3.2/HiveServerConsolePlugin.cs
r1530 r2591 27 27 28 28 namespace HeuristicLab.Grid { 29 [ ClassInfo(Name ="HeuristicLab.Hive.Server.Console-3.2")]30 [PluginFile( Filename = "HeuristicLab.Hive.Server.Console-3.2.dll", Filetype =PluginFileType.Assembly)]31 [ Dependency(Dependency ="HeuristicLab.Core-3.2")]29 [Plugin("HeuristicLab.Hive.Server.Console-3.2")] 30 [PluginFile("HeuristicLab.Hive.Server.Console-3.2.dll", PluginFileType.Assembly)] 31 [PluginDependency("HeuristicLab.Core-3.2")] 32 32 public class HeuristicLabHiveClientConsolePlugin : PluginBase { 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.