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