Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/16/11 20:35:40 (13 years ago)
Author:
ascheibe
Message:

#1233 Hive Experiment Manager is now called Hive Job Manager

Location:
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine.Views/3.3/HeuristicLab.HiveEngine.Views-3.3.csproj

    r6701 r6792  
    145145  </ItemGroup>
    146146  <ItemGroup>
    147     <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.ExperimentManager\3.3\HeuristicLab.Clients.Hive.ExperimentManager-3.3.csproj">
     147    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.ExperimentManager\3.3\HeuristicLab.Clients.Hive.JobManager-3.3.csproj">
    148148      <Project>{DBFD7205-61AF-40EF-8776-3052DEF91CF3}</Project>
    149       <Name>HeuristicLab.Clients.Hive.ExperimentManager-3.3</Name>
     149      <Name>HeuristicLab.Clients.Hive.JobManager-3.3</Name>
    150150    </ProjectReference>
    151151    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Views\3.3\HeuristicLab.Clients.Hive.Views-3.3.csproj">
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine.Views/3.3/HiveEngineView.Designer.cs

    r6444 r6792  
    1 using HeuristicLab.Clients.Hive.ExperimentManager.Views;
     1using HeuristicLab.Clients.Hive.JobManager.Views;
    22namespace HeuristicLab.HiveEngine.Views {
    33  partial class HiveEngineView {
     
    3333      this.tabControl = new System.Windows.Forms.TabControl();
    3434      this.jobsTabPage = new System.Windows.Forms.TabPage();
    35       this.hiveExperimentListView = new HeuristicLab.Clients.Hive.ExperimentManager.Views.RefreshableHiveExperimentListView();
     35      this.hiveExperimentListView = new HeuristicLab.Clients.Hive.JobManager.Views.RefreshableHiveJobListView();
    3636      this.logTabPage = new System.Windows.Forms.TabPage();
    3737      this.logView = new HeuristicLab.Core.Views.LogView();
     
    230230    private System.Windows.Forms.TextBox executionTimeTextBox;
    231231    private HeuristicLab.Core.Views.LogView logView;
    232     private RefreshableHiveExperimentListView hiveExperimentListView;
     232    private RefreshableHiveJobListView hiveExperimentListView;
    233233    private System.Windows.Forms.CheckBox isPrivilegedCheckBox;
    234234  }
Note: See TracChangeset for help on using the changeset viewer.