Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/08/10 09:46:46 (14 years ago)
Author:
gkronber
Message:

Adapted plugin dependencies of HL 3.2 plugins to match plugin declarations changed with r2754 (#864).

Location:
trunk/sources/HeuristicLab.Core/3.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.2/HeuristicLabCorePlugin.cs

    r2750 r2758  
    3232  [Plugin("HeuristicLab.Core-3.2", "3.2.0.0")]
    3333  [PluginFile("HeuristicLab.Core-3.2.dll", PluginFileType.Assembly)]
    34   [PluginDependency("HeuristicLab.Common-3.2")]
     34  [PluginDependency("HeuristicLab.Common","3.2.0.0")]
    3535  public class HeuristicLabCorePlugin : PluginBase {
    3636  }
  • trunk/sources/HeuristicLab.Core/3.2/ScopeView.Designer.cs

    r1529 r2758  
    3232    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    3333    protected override void Dispose(bool disposing) {
    34       if (scopesTreeView.Nodes.Count > 0) {
    35         RemoveTreeNode(scopesTreeView.Nodes[0]);
    36         scopesTreeView.Nodes.Clear();
    37       }
    3834      if (disposing && (components != null)) {
    3935        components.Dispose();
Note: See TracChangeset for help on using the changeset viewer.