Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/10 10:57:21 (14 years ago)
Author:
kgrading
Message:

changed the complete DAL to LINQ 2 SQL (with the exception of the job streaming), did a lot of refactoring, Introduced DTOs (that are named DTOs for better understanding), added the spring.NET Interceptor, reintroduced transactions and cleaned up the whole JobResult thing and updated a part of the config merger (#830)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server/3.2/HiveServerPlugin.cs

    r2923 r3011  
    3030  [PluginFile("HeuristicLab.Hive.Server-3.2.dll", PluginFileType.Assembly)]
    3131  [PluginDependency("HeuristicLab.Core-3.2")]
     32  [PluginDependency("HeuristicLab.DataAccess-3.2")]
    3233  [PluginDependency("HeuristicLab.Hive.Server.Core-3.2")]
    3334  [PluginDependency("HeuristicLab.Hive.Contracts-3.2")]
     35  [PluginDependency("HeuristicLab.Hive.Server.LINQDataAccess-3.2")]
    3436  [PluginDependency("HeuristicLab.SpringNET", "1.3.0.0")]
    3537  public class HiveServerPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.