Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/20/10 14:07:46 (14 years ago)
Author:
abeham
Message:

#1239

  • For HeuristicLab.Problems.(Knapsack|OneMax).Views removed dependencies to:
    • HeuristicLab.Collections
    • HeuristicLab.Common.Resources
    • HeuristicLab.Optimization.Views
    • HeuristicLab.Optimization
    • HeuristicLab.Optimizer
    • HeuristicLab.Persistence (only the project reference)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.OneMax.Views/3.3/HeuristicLabProblemsOneMaxViewsPlugin.cs.frame

    r4497 r4627  
    2828  [Plugin("HeuristicLab.Problems.OneMax.Views", "3.3.1.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Problems.OneMax.Views-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.Collections", "3.3")]
    3130  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3331  [PluginDependency("HeuristicLab.Core", "3.3")]
    3432  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
     
    3735  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3836  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    39   [PluginDependency("HeuristicLab.Optimization", "3.3")]
    40   [PluginDependency("HeuristicLab.Optimization.Views", "3.3")]
    41   [PluginDependency("HeuristicLab.Optimizer", "3.3")]
    4237  [PluginDependency("HeuristicLab.Problems.OneMax", "3.3")]
    4338  public class HeuristicLabProblemsKnapsackViewsPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.