Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/05/10 17:00:47 (14 years ago)
Author:
cneumuel
Message:
  • added presentation for heal stammtisch
  • fixed: wrong ExecutionState bug in HiveExperiment
  • fixed: not all results of a batchRun are downloaded
  • fixed: cannot create WindowHandle Exception because nesting level too high (by using ViewHost)
  • fixed: events are not properly routed by OptimizerJob

#1092

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment/3.3/HeuristicLab.Hive.Experiment-3.3.csproj

    r4423 r4557  
    122122    <Compile Include="HiveJob.cs" />
    123123    <Compile Include="HiveJobList.cs" />
     124    <Compile Include="Jobs\JobList.cs" />
     125    <Compile Include="Jobs\OptimizerJob.cs" />
    124126    <Compile Include="Progress\IProgress.cs" />
    125127    <Compile Include="Progress\IProgressReporter.cs" />
    126128    <Compile Include="JobResultPoller.cs" />
    127129    <Compile Include="Exceptions\JobResultPollingException.cs" />
    128     <Compile Include="Jobs\JobList.cs" />
    129130    <Compile Include="HiveClient.cs" />
    130131    <Compile Include="HiveExperimentList.cs" />
    131     <Compile Include="Jobs\OptimizerJob.cs" />
    132132    <Compile Include="HeuristicLabHiveExperimentPlugin.cs" />
    133133    <Compile Include="Exceptions\OptimizerNotFoundException.cs" />
     
    146146      <SubType>Designer</SubType>
    147147    </None>
     148    <None Include="Jobs.cd" />
    148149    <None Include="HeuristicLab.snk" />
    149150    <None Include="Properties\AssemblyInfo.frame" />
Note: See TracChangeset for help on using the changeset viewer.