Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/20/19 15:52:34 (5 years ago)
Author:
abeham
Message:

#2521: fixed further unit tests (plugin dependencies)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.PTSP/3.3/Plugin.cs.frame

    r17253 r17361  
    2525  [Plugin("HeuristicLab.Problems.PTSP", "Provides an implementation of the probabilistic traveling salesman problem (PTSP)", "3.3.16.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Problems.PTSP-3.3.dll", PluginFileType.Assembly)]
    27   [PluginDependency("HeuristicLab.Analysis", "3.3")]
    2827  [PluginDependency("HeuristicLab.Collections", "3.3")]
    2928  [PluginDependency("HeuristicLab.Common", "3.3")]
     
    3433  [PluginDependency("HeuristicLab.Operators", "3.3")]
    3534  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    36   [PluginDependency("HeuristicLab.Optimization.Operators", "3.3")]
    3735  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3836  [PluginDependency("HeuristicLab.Attic", "1.0")]
Note: See TracChangeset for help on using the changeset viewer.