- Timestamp:
- 01/04/10 18:55:46 (15 years ago)
- Location:
- branches/PluginInfrastructure Refactoring/HeuristicLab.Hive.Server.Console/3.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PluginInfrastructure Refactoring/HeuristicLab.Hive.Server.Console/3.2/HiveServerConsoleApplication.cs
r1530 r2587 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.", true)] 30 30 class HiveServerConsoleApplication : ApplicationBase { 31 31 public override void Run() { -
branches/PluginInfrastructure Refactoring/HeuristicLab.Hive.Server.Console/3.2/HiveServerConsolePlugin.cs
r1530 r2587 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.