Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/20/10 05:10:22 (14 years ago)
Author:
swagner
Message:

Committing first results of the refactoring of HeuristicLab.Core and related plugins (#95)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence.GUI/3.3/HeuristicLabPersistenceGUIPlugin.cs

    r1534 r2656  
    44namespace HeuristicLab.Persistence.GUI {
    55
    6   [ClassInfo(Name = "HeuristicLab.Persistence.GUI-3.3")]
    7   [PluginFile(Filename = "HeuristicLab.Persistence.GUI-3.3.dll", Filetype = PluginFileType.Assembly)]
    8   [Dependency(Dependency = "HeuristicLab.Persistence-3.3")]
     6  [Plugin("HeuristicLab.Persistence.GUI-3.3")]
     7  [PluginFile("HeuristicLab.Persistence.GUI-3.3.dll", PluginFileType.Assembly)]
     8  [PluginDependency("HeuristicLab.Persistence-3.3")]
    99  public class HeuristicLabPersistencePlugin : PluginBase { }
    1010
    1111
    12   [ClassInfo(Name = "Persistence Configuration")]
     12  [Application("Persistence Configuration")]
    1313  public class HeuristicLabPersistenceApplication : ApplicationBase {
    1414    public override void Run() {
Note: See TracChangeset for help on using the changeset viewer.