Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/12 10:02:01 (11 years ago)
Author:
fschoepp
Message:

#1888:

  • Added a administrator web interface for job management
  • Fixed Hive Client (PluginValidator) to find the assemblies within the right directories
  • Reorganized controller classes (Folders HL, Interfaces, Azure)
  • You may now successfully schedule and run jobs with the web ui.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Clients.Hive.JobManager/3.3/HeuristicLab.Clients.Hive.JobManager-3.3.csproj

    r7910 r8958  
    8282  </PropertyGroup>
    8383  <ItemGroup>
     84    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     85    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    8486    <Reference Include="System" />
    8587    <Reference Include="System.Configuration" />
     
    149151  </ItemGroup>
    150152  <ItemGroup>
     153    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
     154      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
     155      <Name>HeuristicLab.Analysis.Views-3.3</Name>
     156    </ProjectReference>
    151157    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Views\3.3\HeuristicLab.Clients.Hive.Views-3.3.csproj">
    152158      <Project>{E1D6C801-892A-406A-B606-F158E36DD3C3}</Project>
     
    224230      <Private>False</Private>
    225231    </ProjectReference>
     232  </ItemGroup>
     233  <ItemGroup>
     234    <EmbeddedResource Include="Views\RefreshableHiveJobView.resx">
     235      <DependentUpon>RefreshableHiveJobView.cs</DependentUpon>
     236    </EmbeddedResource>
    226237  </ItemGroup>
    227238  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.