Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/09 13:56:56 (15 years ago)
Author:
gkronber
Message:
  • fixed incorrect dependency
  • fixed problem with incompatible WCF binding (client vs. server)
  • fixed layout problem in HiveEngineEditor

#545 (Engine which can be executed in the Hive)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Engine/HeuristicLabHiveEnginePlugin.cs

    r1432 r1448  
    3232  [PluginFile(Filename = "HeuristicLab.Hive.Engine-3.2.dll", Filetype = PluginFileType.Assembly)]
    3333  [Dependency(Dependency = "HeuristicLab.Core-3.2")]
    34   [Dependency(Dependency = "HeuristicLab.Hive.JobBase")]
     34  [Dependency(Dependency = "HeuristicLab.Hive.JobBase-3.2")]
    3535  public class HeuristicLabHiveEnginePlugin : PluginBase {
    3636  }
Note: See TracChangeset for help on using the changeset viewer.