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.Clients.Hive.ExperimentManager/3.3
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.ExperimentManager/3.3

    • Property svn:ignore
      •  

        old new  
        55obj
        66*.suo
         7HeuristicLabClientsHiveJobManagerPlugin.cs
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.ExperimentManager/3.3/Views/RefreshableHiveJobView.cs

    r6791 r6792  
    2929using HeuristicLab.Common;
    3030using HeuristicLab.Core;
    31 using HeuristicLab.Core.Views;
    3231using HeuristicLab.MainForm;
    3332using HeuristicLab.Optimization;
    3433using HeuristicLab.PluginInfrastructure;
    3534
    36 namespace HeuristicLab.Clients.Hive.ExperimentManager.Views {
     35namespace HeuristicLab.Clients.Hive.JobManager.Views {
    3736  /// <summary>
    3837  /// The base class for visual representations of items.
    3938  /// </summary>
    40   [View("Hive Experiment View")]
     39  [View("Hive Job View")]
    4140  [Content(typeof(RefreshableJob), true)]
    42   public partial class RefreshableHiveExperimentView : HeuristicLab.Core.Views.ItemView {
     41  public partial class RefreshableHiveJobView : HeuristicLab.Core.Views.ItemView {
    4342    private ProgressView progressView;
    4443
     
    5150    /// Initializes a new instance of <see cref="ItemBaseView"/>.
    5251    /// </summary>
    53     public RefreshableHiveExperimentView() {
     52    public RefreshableHiveJobView() {
    5453      InitializeComponent();
    5554    }
Note: See TracChangeset for help on using the changeset viewer.