Free cookie consent management tool by TermsFeed Policy Generator

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/HeuristicLabMainFormWindowsFormsPlugin.cs

    r2529 r2591  
    2626
    2727namespace HeuristicLab.MainForm.WindowsForms {
    28   [ClassInfo(Name = "HeuristicLab.MainForm.WindowsForms-3.2")]
    29   [PluginFile(Filename = "HeuristicLab.MainForm.WindowsForms-3.2.dll", Filetype = PluginFileType.Assembly)]
    30   [PluginFile(Filename = "WeifenLuo.WinFormsUI.Docking.dll", Filetype = PluginFileType.Assembly)]
    31   [Dependency(Dependency = "HeuristicLab.MainForm-3.2")]
     28  [Plugin("HeuristicLab.MainForm.WindowsForms-3.2")]
     29  [PluginFile("HeuristicLab.MainForm.WindowsForms-3.2.dll", PluginFileType.Assembly)]
     30  [PluginFile("WeifenLuo.WinFormsUI.Docking.dll", PluginFileType.Assembly)]
     31  [PluginDependency("HeuristicLab.MainForm-3.2")]
    3232  public class HeuristicLabMainFormTestPlugin : PluginBase {
    3333  }
Note: See TracChangeset for help on using the changeset viewer.