Changeset 2589 for branches/PluginInfrastructure Refactoring
- Timestamp:
- 01/05/10 10:01:40 (15 years ago)
- Location:
- branches/PluginInfrastructure Refactoring
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PluginInfrastructure Refactoring/HeuristicLab.Hive.Client.Console/3.2/HiveClientConsoleApplication.cs
r2587 r2589 27 27 28 28 namespace HeuristicLab.Hive.Client.Console { 29 [Application("Hive Client Console", "Console Application for the Hive Client." , false)]29 [Application("Hive Client Console", "Console Application for the Hive Client.")] 30 30 class HiveClientConsoleApplication : ApplicationBase { 31 31 public override void Run() { -
branches/PluginInfrastructure Refactoring/HeuristicLab.Hive.Client.Core/3.2/CoreApplication.cs
r2587 r2589 31 31 32 32 namespace HeuristicLab.Hive.Client.Core { 33 [Application("Hive Client", "Hive Client Core baseclass" , false)]33 [Application("Hive Client", "Hive Client Core baseclass")] 34 34 public class CoreApplication : ApplicationBase { 35 35 public override void Run() { -
branches/PluginInfrastructure Refactoring/HeuristicLab.Hive.Server.Console/3.2/HiveServerConsoleApplication.cs
r2587 r2589 27 27 28 28 namespace HeuristicLab.Hive.Server.ServerConsole { 29 [Application("Hive Server Console", "Console Application for the Hive Server." , true)]29 [Application("Hive Server Console", "Console Application for the Hive Server.")] 30 30 class HiveServerConsoleApplication : ApplicationBase { 31 31 public override void Run() { -
branches/PluginInfrastructure Refactoring/HeuristicLab.Hive.Server.Core/3.2/DbTestApp.cs
r2587 r2589 36 36 37 37 namespace HeuristicLab.Hive.Server { 38 [Application("Hive DB Test App", "Test Application for the Hive DataAccess Layer" , true)]38 [Application("Hive DB Test App", "Test Application for the Hive DataAccess Layer")] 39 39 class HiveDbTestApplication : ApplicationBase { 40 40 /* private void TestClientAdapter() { -
branches/PluginInfrastructure Refactoring/HeuristicLab.Security.Core/3.2/SecurityCoreTest.cs
r2587 r2589 9 9 10 10 namespace HeuristicLab.Security.Core { 11 [Application("Security Test App", "Test Application for the Security Service" , false)]11 [Application("Security Test App", "Test Application for the Security Service")] 12 12 class SecurityCoreTest : ApplicationBase { 13 13
Note: See TracChangeset
for help on using the changeset viewer.