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.SQLite/3.2/HeuristicLabSQLitePlugin.cs

    r1530 r2587  
    2626
    2727namespace HeuristicLab.SQLite {
    28   [ClassInfo(Name = "HeuristicLab.SQLite-3.2")]
    29   [PluginFile(Filename = "HeuristicLab.SQLite-3.2.dll", Filetype = PluginFileType.Assembly)]
    30   [PluginFile(Filename = "System.Data.SQLite.dll", Filetype = PluginFileType.Assembly)]
    31   [PluginFile(Filename = "SQLite License.txt", Filetype = PluginFileType.License)]
    32   [PluginFile(Filename = "SQLite.NET.chm")]
     28  [Plugin("HeuristicLab.SQLite-3.2")]
     29  [PluginFile("HeuristicLab.SQLite-3.2.dll", PluginFileType.Assembly)]
     30  [PluginFile("System.Data.SQLite.dll", PluginFileType.Assembly)]
     31  [PluginFile("SQLite License.txt", PluginFileType.License)]
     32  [PluginFile("SQLite.NET.chm", PluginFileType.Data)]
    3333  public class HeuristicLabSQLitePlugin : PluginBase {
    3434  }
Note: See TracChangeset for help on using the changeset viewer.