Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3762


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

Changed URL of deployment service. #989

Location:
trunk/sources/HeuristicLab.PluginInfrastructure
Files:
3 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">
  • trunk/sources/HeuristicLab.PluginInfrastructure/app.config

    r3721 r3762  
    6666        </bindings>
    6767        <client>
    68             <endpoint address="http://servdev.heuristiclab.com/Deployment-3.3/Update.svc"
     68            <endpoint address="http://services.heuristiclab.com/Deployment-3.3/Update.svc"
    6969                behaviorConfiguration="SerializationBehavior" binding="wsHttpBinding"
    7070                bindingConfiguration="WSHttpBinding_IUpdate1" contract="HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IUpdate"
     
    7474                </identity>
    7575            </endpoint>
    76             <endpoint address="http://servdev.heuristiclab.com/Deployment-3.3/Admin.svc"
     76            <endpoint address="http://services.heuristiclab.com/Deployment-3.3/Admin.svc"
    7777                behaviorConfiguration="SerializationBehavior" binding="wsHttpBinding"
    7878                bindingConfiguration="WSHttpBinding_IAdmin1" contract="HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IAdmin"
     
    8787        <HeuristicLab.PluginInfrastructure.Properties.Settings>
    8888            <setting name="UpdateLocation" serializeAs="String">
    89                 <value>http://servdev.heuristiclab.com/Deployment-3.3/Update.svc</value>
     89                <value>http://services.heuristiclab.com/Deployment-3.3/Update.svc</value>
    9090            </setting>
    9191            <setting name="UpdateLocationUserName" serializeAs="String">
     
    9696            </setting>
    9797            <setting name="UpdateLocationAdministrationAddress" serializeAs="String">
    98                 <value>http://servdev.heuristiclab.com/Deployment-3.3/Admin.svc</value>
     98                <value>http://services.heuristiclab.com/Deployment-3.3/Admin.svc</value>
    9999            </setting>
    100100            <setting name="ShowPluginUploadControls" serializeAs="String">
Note: See TracChangeset for help on using the changeset viewer.