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.Communication.Operators/3.2/HeuristicLabCommunicationOperatorsPlugin.cs

    r1529 r2587  
    2626
    2727namespace HeuristicLab.Communication.Operators {
    28   [ClassInfo(Name = "HeuristicLab.Communication.Operators-3.2")]
    29   [PluginFile(Filename = "HeuristicLab.Communication.Operators-3.2.dll", Filetype = PluginFileType.Assembly)]
    30   [Dependency(Dependency = "HeuristicLab.Core-3.2")]
    31   [Dependency(Dependency = "HeuristicLab.Data-3.2")]
    32   [Dependency(Dependency = "HeuristicLab.Operators-3.2")]
    33   [Dependency(Dependency = "HeuristicLab.Operators.Programmable-3.2")]
    34   [Dependency(Dependency = "HeuristicLab.Random-3.2")]
    35   [Dependency(Dependency = "HeuristicLab.Communication.Data-3.2")]
    36   [Dependency(Dependency = "HeuristicLab.Constraints-3.2")]
     28  [Plugin("HeuristicLab.Communication.Operators-3.2")]
     29  [PluginFile("HeuristicLab.Communication.Operators-3.2.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.Core-3.2")]
     31  [PluginDependency("HeuristicLab.Data-3.2")]
     32  [PluginDependency("HeuristicLab.Operators-3.2")]
     33  [PluginDependency("HeuristicLab.Operators.Programmable-3.2")]
     34  [PluginDependency("HeuristicLab.Random-3.2")]
     35  [PluginDependency("HeuristicLab.Communication.Data-3.2")]
     36  [PluginDependency("HeuristicLab.Constraints-3.2")]
    3737  public class HeuristicLabCommunicationOperatorsPlugin : PluginBase {
    3838  }
Note: See TracChangeset for help on using the changeset viewer.