Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2529


Ignore:
Timestamp:
11/24/09 09:10:17 (14 years ago)
Author:
gkronber
Message:

Corrected plugin meta data of HL.Assignment.QAP and HL.MainForm.WindowsForms. #798

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Assignment.QAP/3.2/QAPPlugin.cs

    r1529 r2529  
    3131  [Dependency(Dependency = "HeuristicLab.Data-3.2")]
    3232  [Dependency(Dependency = "HeuristicLab.Operators-3.2")]
     33  [Dependency(Dependency = "HeuristicLab.Charting-3.2")]
     34  [Dependency(Dependency = "HeuristicLab.Permutation-3.2")]
    3335  public class QAPPlugin : PluginBase {
    3436  }
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/HeuristicLabMainFormWindowsFormsPlugin.cs

    r2479 r2529  
    2828  [ClassInfo(Name = "HeuristicLab.MainForm.WindowsForms-3.2")]
    2929  [PluginFile(Filename = "HeuristicLab.MainForm.WindowsForms-3.2.dll", Filetype = PluginFileType.Assembly)]
    30   [PluginFile(Filename = "WeifenLuo.WinFormsUI.Docking.dll", Filetype = PluginFileType.Data)]
     30  [PluginFile(Filename = "WeifenLuo.WinFormsUI.Docking.dll", Filetype = PluginFileType.Assembly)]
    3131  [Dependency(Dependency = "HeuristicLab.MainForm-3.2")]
    3232  public class HeuristicLabMainFormTestPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.