Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/09/10 15:18:53 (13 years ago)
Author:
cneumuel
Message:

#1260

  • applied new cloning mechanism
  • changed role names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment/3.3/Properties/Settings.Designer.cs

    r4305 r4755  
    2626        [global::System.Configuration.UserScopedSettingAttribute()]
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    28         [global::System.Configuration.DefaultSettingValueAttribute("MyGroup")]
     28        [global::System.Configuration.DefaultSettingValueAttribute("HEAL")]
    2929        public string ResourceIds {
    3030            get {
     
    3838        [global::System.Configuration.UserScopedSettingAttribute()]
    3939        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    40         [global::System.Configuration.DefaultSettingValueAttribute("localhost")]
    41         public string HiveServerIp {
    42             get {
    43                 return ((string)(this["HiveServerIp"]));
    44             }
    45             set {
    46                 this["HiveServerIp"] = value;
    47             }
    48         }
    49        
    50         [global::System.Configuration.UserScopedSettingAttribute()]
    51         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    52         [global::System.Configuration.DefaultSettingValueAttribute("cneumueller")]
     40        [global::System.Configuration.DefaultSettingValueAttribute("cneumuel")]
    5341        public string HiveUsername {
    5442            get {
     
    6250        [global::System.Configuration.UserScopedSettingAttribute()]
    6351        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    64         [global::System.Configuration.DefaultSettingValueAttribute("cneumueller")]
     52        [global::System.Configuration.DefaultSettingValueAttribute("")]
    6553        public string HivePassword {
    6654            get {
     
    7159            }
    7260        }
    73        
    74         [global::System.Configuration.UserScopedSettingAttribute()]
    75         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    76         [global::System.Configuration.DefaultSettingValueAttribute("9000")]
    77         public string HiveServerPort {
    78             get {
    79                 return ((string)(this["HiveServerPort"]));
    80             }
    81             set {
    82                 this["HiveServerPort"] = value;
    83             }
    84         }
    8561    }
    8662}
Note: See TracChangeset for help on using the changeset viewer.