Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/05/10 10:31:40 (15 years ago)
Author:
gkronber
Message:

Copied refactored plugin infrastructure from branch and merged changeset r2586:2589 from branch into the trunk. #799

Location:
trunk/sources/HeuristicLab.Communication.Operators/3.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Communication.Operators/3.2/HeuristicLab.Communication.Operators-3.2.csproj

    r1534 r2591  
    108108  <ItemGroup>
    109109    <None Include="HeuristicLab.snk" />
     110    <None Include="Properties\AssemblyInfo.frame" />
    110111  </ItemGroup>
    111112  <ItemGroup>
  • trunk/sources/HeuristicLab.Communication.Operators/3.2/HeuristicLabCommunicationOperatorsPlugin.cs

    r1529 r2591  
    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.