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.Hive.Engine/3.2/HeuristicLabHiveEnginePlugin.cs

    r1530 r1927  
    3232  [PluginFile(Filename = "HeuristicLab.Hive.Engine-3.2.dll", Filetype = PluginFileType.Assembly)]
    3333  [Dependency(Dependency = "HeuristicLab.Core-3.2")]
     34  [Dependency(Dependency = "HeuristicLab.Data-3.2")]
     35  [Dependency(Dependency = "HeuristicLab.DataAccess-3.2")]
     36  [Dependency(Dependency = "HeuristicLab.Hive.Contracts-3.2")]
    3437  [Dependency(Dependency = "HeuristicLab.Hive.JobBase-3.2")]
    3538  [Dependency(Dependency = "HeuristicLab.SequentialEngine-3.2")]
Note: See TracChangeset for help on using the changeset viewer.