Free cookie consent management tool by TermsFeed Policy Generator

Changeset 217 for branches/3.0


Ignore:
Timestamp:
05/01/08 18:07:20 (16 years ago)
Author:
swagner
Message:

Worked on #54

  • changed default URL of plugin sources to new update location of the HeuristicLab 3.0 release branch
Location:
branches/3.0/sources/HeuristicLab.PluginInfrastructure.GUI
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/sources/HeuristicLab.PluginInfrastructure.GUI/Properties/Settings.Designer.cs

    r2 r217  
    1 #region License Information
    2 /* HeuristicLab
    3  * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    4  *
    5  * This file is part of HeuristicLab.
    6  *
    7  * HeuristicLab is free software: you can redistribute it and/or modify
    8  * it under the terms of the GNU General Public License as published by
    9  * the Free Software Foundation, either version 3 of the License, or
    10  * (at your option) any later version.
    11  *
    12  * HeuristicLab is distributed in the hope that it will be useful,
    13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    15  * GNU General Public License for more details.
    16  *
    17  * You should have received a copy of the GNU General Public License
    18  * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
    19  */
    20 #endregion
    21 
    22 //------------------------------------------------------------------------------
     1//------------------------------------------------------------------------------
    232// <auto-generated>
    243//     This code was generated by a tool.
     
    4221            get {
    4322                return defaultInstance;
    44             }
    45         }
    46        
    47         [global::System.Configuration.UserScopedSettingAttribute()]
    48         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    49         [global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
    50             "org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n  <s" +
    51             "tring>http://update.heuristiclab.com/hl-nextgen/</string>\r\n</ArrayOfString>")]
    52         public global::System.Collections.Specialized.StringCollection PluginSources {
    53             get {
    54                 return ((global::System.Collections.Specialized.StringCollection)(this["PluginSources"]));
    55             }
    56             set {
    57                 this["PluginSources"] = value;
    5823            }
    5924        }
     
    10671            }
    10772        }
     73       
     74        [global::System.Configuration.UserScopedSettingAttribute()]
     75        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     76        [global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
     77            "org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n  <s" +
     78            "tring>http://update.heuristiclab.com/hl30/</string>\r\n</ArrayOfString>")]
     79        public global::System.Collections.Specialized.StringCollection PluginSources {
     80            get {
     81                return ((global::System.Collections.Specialized.StringCollection)(this["PluginSources"]));
     82            }
     83            set {
     84                this["PluginSources"] = value;
     85            }
     86        }
    10887    }
    10988}
  • branches/3.0/sources/HeuristicLab.PluginInfrastructure.GUI/Properties/Settings.settings

    r2 r217  
    33  <Profiles />
    44  <Settings>
    5     <Setting Name="PluginSources" Type="System.Collections.Specialized.StringCollection" Scope="User">
    6       <Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
    7 &lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
    8   &lt;string&gt;http://update.heuristiclab.com/hl-nextgen/&lt;/string&gt;
    9 &lt;/ArrayOfString&gt;</Value>
    10     </Setting>
    115    <Setting Name="CacheDir" Type="System.String" Scope="User">
    126      <Value Profile="(Default)">plugins\cache</Value>
     
    2115      <Value Profile="(Default)">plugins\temp</Value>
    2216    </Setting>
     17    <Setting Name="PluginSources" Type="System.Collections.Specialized.StringCollection" Scope="User">
     18      <Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
     19&lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
     20  &lt;string&gt;http://update.heuristiclab.com/hl30/&lt;/string&gt;
     21&lt;/ArrayOfString&gt;</Value>
     22    </Setting>
    2323  </Settings>
    2424</SettingsFile>
  • branches/3.0/sources/HeuristicLab.PluginInfrastructure.GUI/app.config

    r211 r217  
    88    <userSettings>
    99        <HeuristicLab.PluginInfrastructure.GUI.Properties.Settings>
    10             <setting name="PluginSources" serializeAs="Xml">
    11                 <value>
    12                     <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    13                         xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    14                         <string>http://update.heuristiclab.com/hl30/</string>
    15                     </ArrayOfString>
    16                 </value>
    17             </setting>
    1810            <setting name="CacheDir" serializeAs="String">
    1911                <value>plugins\cache</value>
     
    2820                <value>plugins\temp</value>
    2921            </setting>
     22            <setting name="PluginSources" serializeAs="Xml">
     23                <value>
     24                    <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     25                        xmlns:xsd="http://www.w3.org/2001/XMLSchema">
     26                        <string>http://update.heuristiclab.com/hl30/</string>
     27                    </ArrayOfString>
     28                </value>
     29            </setting>
    3030        </HeuristicLab.PluginInfrastructure.GUI.Properties.Settings>
    3131    </userSettings>
Note: See TracChangeset for help on using the changeset viewer.