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.Core/3.2/HiveServerCorePlugin.cs

    r2591 r3011  
    2929  [PluginFile("HeuristicLab.Hive.Server.Core-3.2.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Core-3.2")]
     31  [PluginDependency("HeuristicLab.DataAccess-3.2")]
    3132  [PluginDependency("HeuristicLab.Hive.Contracts-3.2")]
     33  [PluginDependency("HeuristicLab.Hive.JobBase-3.2")]
     34  [PluginDependency("HeuristicLab.Hive.Server.DataAccess-3.2")]
     35  [PluginDependency("HeuristicLab.Hive.Server.LINQDataAccess-3.2")]
     36  [PluginDependency("HeuristicLab.Hive.Server.Security.Contracts-3.2")]
    3237  public class HiveServerCorePlugin : PluginBase {
    3338  }
Note: See TracChangeset for help on using the changeset viewer.