Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/23/10 14:17:20 (14 years ago)
Author:
cneumuel
Message:

replaced transaction- and context management from Spring-advice by custom context management (see ContextFactory) (#1098)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/HeuristicLab.Hive.Server.Core-3.3.csproj

    r4091 r4092  
    112112    <Compile Include="Authorization\PolicyCollection.cs" />
    113113    <Compile Include="ClientCommunicator.cs" />
    114     <Compile Include="ClientFacade.cs" />
     114    <Compile Include="Facades\ClientFacade.cs" />
    115115    <Compile Include="ClientManager.cs" />
    116116    <Compile Include="DaoLocator.cs" />
    117117    <Compile Include="DbTestApp.cs" />
    118118    <Compile Include="DefaultScheduler.cs" />
    119     <Compile Include="ExecutionEngineFacade.cs" />
     119    <Compile Include="Facades\ExecutionEngineFacade.cs" />
    120120    <Compile Include="Authorization\HivePermissionManager.cs" />
    121121    <Compile Include="HiveServerCorePlugin.cs" />
     
    128128    <Compile Include="LifecycleManager.cs" />
    129129    <Compile Include="Properties\AssemblyInfo.cs" />
    130     <Compile Include="ServerConsoleFacade.cs" />
     130    <Compile Include="Facades\ServerConsoleFacade.cs" />
    131131    <Compile Include="ServiceLocator.cs" />
    132132    <Compile Include="Properties\Settings.Designer.cs">
Note: See TracChangeset for help on using the changeset viewer.