Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/28/09 15:40:38 (15 years ago)
Author:
gkronber
Message:

Fixed dependencies in plugins. #657 (HiveEngine doesn't add all necessary plugins to the list of necessary plugins for a job)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Modeling/3.2/HeuristicLabModelingPlugin.cs

    r1855 r1927  
    2828  [ClassInfo(Name = "HeuristicLab.Modeling-3.2")]
    2929  [PluginFile(Filename = "HeuristicLab.Modeling-3.2.dll", Filetype = PluginFileType.Assembly)]
     30  [Dependency(Dependency = "HeuristicLab.Core-3.2")]
     31  [Dependency(Dependency = "HeuristicLab.Data-3.2")]
     32  [Dependency(Dependency = "HeuristicLab.DataAnalysis-3.2")]
    3033  public class HeuristicLabModelingPlugin : PluginBase {
    3134  }
Note: See TracChangeset for help on using the changeset viewer.