Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/30/12 16:55:46 (12 years ago)
Author:
abeham
Message:

#1614: fixed issues mentioned in unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common/3.3/Plugin.cs.frame

    r7538 r7935  
    2525  [Plugin("HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common", "3.3.0.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common-3.3.dll", PluginFileType.Assembly)]
    27   [PluginDependency("HeuristicLab.Collections", "3.3")]
    2827  [PluginDependency("HeuristicLab.Common", "3.3")]
    2928  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
     
    3130  [PluginDependency("HeuristicLab.Data", "3.3")]
    3231  [PluginDependency("HeuristicLab.Encodings.IntegerVectorEncoding", "3.3")]
    33   [PluginDependency("HeuristicLab.Operators", "3.3")]
    3432  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    35   [PluginDependency("HeuristicLab.Parameters", "3.3")]
    36   [PluginDependency("HeuristicLab.Persistence", "3.3")]
    3733  public class HeuristicLabProblemsGeneralizedQuadraticAssignmentCommonPlugin : PluginBase {
    3834  }
Note: See TracChangeset for help on using the changeset viewer.