Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/28/09 15:53:20 (15 years ago)
Author:
kgrading
Message:

added missing plugins dependencies (#657)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Communication/3.2/CommunicationsPlugin.cs

    r1530 r1929  
    3232  [PluginFile(Filename = "HeuristicLab.Hive.Client.Communication-3.2.dll", Filetype = PluginFileType.Assembly)]
    3333  [Dependency(Dependency = "HeuristicLab.Core-3.2")]
     34  [Dependency(Dependency = "HeuristicLab.DataAccess-3.2")]
     35  [Dependency(Dependency = "HeuristicLab.Hive.Client.Common-3.2")]
     36  [Dependency(Dependency = "HeuristicLab.Hive.Contracts-3.2")]
    3437  public class CommunicationsPlugin : PluginBase {
    3538  }
Note: See TracChangeset for help on using the changeset viewer.