Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/24/10 21:25:52 (14 years ago)
Author:
mkommend
Message:

Created PluginDependenciesTest and corrected all projects (ticket #1202).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLabOperatorsProgrammablePlugin.cs.frame

    r3705 r4490  
    3030  [PluginDependency("HeuristicLab.CodeEditor", "3.3")]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3")]
     32  [PluginDependency("HeuristicLab.Common", "3.3")]
     33  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3234  [PluginDependency("HeuristicLab.Core", "3.3")]
    3335  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
     
    3638  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    3739  [PluginDependency("HeuristicLab.Operators", "3.3")]
     40  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3841  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    3942  public class HeuristicLabOperatorsProgrammablePlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.