Changeset 3762
- Timestamp:
- 05/11/10 08:15:41 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Properties/Settings.Designer.cs
r3721 r3762 44 44 [global::System.Configuration.UserScopedSettingAttribute()] 45 45 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 46 [global::System.Configuration.DefaultSettingValueAttribute("http://serv dev.heuristiclab.com/Deployment-3.3/Update.svc")]46 [global::System.Configuration.DefaultSettingValueAttribute("http://services.heuristiclab.com/Deployment-3.3/Update.svc")] 47 47 public string UpdateLocation { 48 48 get { … … 80 80 [global::System.Configuration.UserScopedSettingAttribute()] 81 81 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 82 [global::System.Configuration.DefaultSettingValueAttribute("http://serv dev.heuristiclab.com/Deployment-3.3/Admin.svc")]82 [global::System.Configuration.DefaultSettingValueAttribute("http://services.heuristiclab.com/Deployment-3.3/Admin.svc")] 83 83 public string UpdateLocationAdministrationAddress { 84 84 get { -
trunk/sources/HeuristicLab.PluginInfrastructure/Properties/Settings.settings
r3721 r3762 10 10 </Setting> 11 11 <Setting Name="UpdateLocation" Type="System.String" Scope="User"> 12 <Value Profile="(Default)">http://serv dev.heuristiclab.com/Deployment-3.3/Update.svc</Value>12 <Value Profile="(Default)">http://services.heuristiclab.com/Deployment-3.3/Update.svc</Value> 13 13 </Setting> 14 14 <Setting Name="UpdateLocationUserName" Type="System.String" Scope="User"> … … 19 19 </Setting> 20 20 <Setting Name="UpdateLocationAdministrationAddress" Type="System.String" Scope="User"> 21 <Value Profile="(Default)">http://serv dev.heuristiclab.com/Deployment-3.3/Admin.svc</Value>21 <Value Profile="(Default)">http://services.heuristiclab.com/Deployment-3.3/Admin.svc</Value> 22 22 </Setting> 23 23 <Setting Name="ShowPluginUploadControls" Type="System.Boolean" Scope="User"> -
trunk/sources/HeuristicLab.PluginInfrastructure/app.config
r3721 r3762 66 66 </bindings> 67 67 <client> 68 <endpoint address="http://serv dev.heuristiclab.com/Deployment-3.3/Update.svc"68 <endpoint address="http://services.heuristiclab.com/Deployment-3.3/Update.svc" 69 69 behaviorConfiguration="SerializationBehavior" binding="wsHttpBinding" 70 70 bindingConfiguration="WSHttpBinding_IUpdate1" contract="HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IUpdate" … … 74 74 </identity> 75 75 </endpoint> 76 <endpoint address="http://serv dev.heuristiclab.com/Deployment-3.3/Admin.svc"76 <endpoint address="http://services.heuristiclab.com/Deployment-3.3/Admin.svc" 77 77 behaviorConfiguration="SerializationBehavior" binding="wsHttpBinding" 78 78 bindingConfiguration="WSHttpBinding_IAdmin1" contract="HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IAdmin" … … 87 87 <HeuristicLab.PluginInfrastructure.Properties.Settings> 88 88 <setting name="UpdateLocation" serializeAs="String"> 89 <value>http://serv dev.heuristiclab.com/Deployment-3.3/Update.svc</value>89 <value>http://services.heuristiclab.com/Deployment-3.3/Update.svc</value> 90 90 </setting> 91 91 <setting name="UpdateLocationUserName" serializeAs="String"> … … 96 96 </setting> 97 97 <setting name="UpdateLocationAdministrationAddress" serializeAs="String"> 98 <value>http://serv dev.heuristiclab.com/Deployment-3.3/Admin.svc</value>98 <value>http://services.heuristiclab.com/Deployment-3.3/Admin.svc</value> 99 99 </setting> 100 100 <setting name="ShowPluginUploadControls" serializeAs="String">
Note: See TracChangeset
for help on using the changeset viewer.