Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 08:15:41 (15 years ago)
Author:
gkronber
Message:

Changed URL of deployment service. #989

Location:
trunk/sources/HeuristicLab.PluginInfrastructure/Properties
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Properties/Settings.Designer.cs

    r3721 r3762  
    4444        [global::System.Configuration.UserScopedSettingAttribute()]
    4545        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    46         [global::System.Configuration.DefaultSettingValueAttribute("http://servdev.heuristiclab.com/Deployment-3.3/Update.svc")]
     46        [global::System.Configuration.DefaultSettingValueAttribute("http://services.heuristiclab.com/Deployment-3.3/Update.svc")]
    4747        public string UpdateLocation {
    4848            get {
     
    8080        [global::System.Configuration.UserScopedSettingAttribute()]
    8181        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    82         [global::System.Configuration.DefaultSettingValueAttribute("http://servdev.heuristiclab.com/Deployment-3.3/Admin.svc")]
     82        [global::System.Configuration.DefaultSettingValueAttribute("http://services.heuristiclab.com/Deployment-3.3/Admin.svc")]
    8383        public string UpdateLocationAdministrationAddress {
    8484            get {
  • trunk/sources/HeuristicLab.PluginInfrastructure/Properties/Settings.settings

    r3721 r3762  
    1010    </Setting>
    1111    <Setting Name="UpdateLocation" Type="System.String" Scope="User">
    12       <Value Profile="(Default)">http://servdev.heuristiclab.com/Deployment-3.3/Update.svc</Value>
     12      <Value Profile="(Default)">http://services.heuristiclab.com/Deployment-3.3/Update.svc</Value>
    1313    </Setting>
    1414    <Setting Name="UpdateLocationUserName" Type="System.String" Scope="User">
     
    1919    </Setting>
    2020    <Setting Name="UpdateLocationAdministrationAddress" Type="System.String" Scope="User">
    21       <Value Profile="(Default)">http://servdev.heuristiclab.com/Deployment-3.3/Admin.svc</Value>
     21      <Value Profile="(Default)">http://services.heuristiclab.com/Deployment-3.3/Admin.svc</Value>
    2222    </Setting>
    2323    <Setting Name="ShowPluginUploadControls" Type="System.Boolean" Scope="User">
Note: See TracChangeset for help on using the changeset viewer.