Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/04/10 18:55:46 (15 years ago)
Author:
gkronber
Message:

Fixed projects to work with new plugin infrastructure. #799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PluginInfrastructure Refactoring/HeuristicLab.Common/3.2/HeuristicLabCommonPlugin.cs

    r2425 r2587  
    2929  /// Plugin class for HeuristicLab.Common plugin.
    3030  /// </summary>
    31   [ClassInfo(Name = "HeuristicLab.Common-3.2")]
    32   [PluginFile(Filename = "HeuristicLab.Common-3.2.dll", Filetype = PluginFileType.Assembly)]
     31  [Plugin("HeuristicLab.Common-3.2")]
     32  [PluginFile("HeuristicLab.Common-3.2.dll", PluginFileType.Assembly)]
    3333  public class HeuristicLabCommonPlugin : PluginBase {
    3434  }
Note: See TracChangeset for help on using the changeset viewer.