Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/05/10 10:31:40 (14 years ago)
Author:
gkronber
Message:

Copied refactored plugin infrastructure from branch and merged changeset r2586:2589 from branch into the trunk. #799

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  
    2727
    2828namespace 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.")]
    3030  class HiveServerConsoleApplication : ApplicationBase {
    3131    public override void Run() {
  • trunk/sources/HeuristicLab.Hive.Server.Console/3.2/HiveServerConsolePlugin.cs

    r1530 r2591  
    2727
    2828namespace 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")]
    3232  public class HeuristicLabHiveClientConsolePlugin : PluginBase {
    3333  }
Note: See TracChangeset for help on using the changeset viewer.