Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/04/10 18:55:46 (14 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.Security.DataAccess/3.2/SecurityDataAccessPlugin.cs

    r1530 r2587  
    2626
    2727namespace HeuristicLab.Security.DataAccess {
    28   [ClassInfo(Name = "HeuristicLab.Security.DataAccess-3.2")]
    29   [PluginFile(Filename = "HeuristicLab.Security.DataAccess-3.2.dll", Filetype = PluginFileType.Assembly)]
    30   [Dependency(Dependency = "HeuristicLab.Core-3.2")]
     28  [Plugin("HeuristicLab.Security.DataAccess-3.2")]
     29  [PluginFile("HeuristicLab.Security.DataAccess-3.2.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.Core-3.2")]
    3131  public class SecurityDataAccessPlugin : PluginBase {
    3232  }
Note: See TracChangeset for help on using the changeset viewer.