Author: cfinck Date: Sun Aug 3 14:30:09 2008 New Revision: 35085
URL: http://svn.reactos.org/svn/reactos?rev=35085&view=rev Log: - Set better/updated default values - Remove the non-existent "TechBot.Commands.RBuild" project, it breaks the auomatic conversion of the solution to MSVS 2008
Modified: trunk/irc/TechBot/TechBot.Commands.Common/Settings.Designer.cs trunk/irc/TechBot/TechBot.Commands.Common/Settings.settings trunk/irc/TechBot/TechBot.Commands.Common/app.config trunk/irc/TechBot/TechBot.IRCLibrary/app.config trunk/irc/TechBot/TechBot.Library/Settings.Designer.cs trunk/irc/TechBot/TechBot.Library/Settings.settings trunk/irc/TechBot/TechBot.Library/app.config trunk/irc/TechBot/TechBot.sln trunk/irc/TechBot/TechBot/App.config
Modified: trunk/irc/TechBot/TechBot.Commands.Common/Settings.Designer.cs URL: http://svn.reactos.org/svn/reactos/trunk/irc/TechBot/TechBot.Commands.Common... ============================================================================== --- trunk/irc/TechBot/TechBot.Commands.Common/Settings.Designer.cs [iso-8859-1] (original) +++ trunk/irc/TechBot/TechBot.Commands.Common/Settings.Designer.cs [iso-8859-1] Sun Aug 3 14:30:09 2008 @@ -61,7 +61,7 @@
[global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("svn://svn.reactos.org/trunk/reactos")] + [global::System.Configuration.DefaultSettingValueAttribute("svn://svn.reactos.org/reactos/trunk")] public string SVNRoot { get { return ((string)(this["SVNRoot"]));
Modified: trunk/irc/TechBot/TechBot.Commands.Common/Settings.settings URL: http://svn.reactos.org/svn/reactos/trunk/irc/TechBot/TechBot.Commands.Common... ============================================================================== --- trunk/irc/TechBot/TechBot.Commands.Common/Settings.settings [iso-8859-1] (original) +++ trunk/irc/TechBot/TechBot.Commands.Common/Settings.settings [iso-8859-1] Sun Aug 3 14:30:09 2008 @@ -15,7 +15,7 @@ <Value Profile="(Default)">C:\Ros\current\irc\TechBot\Resources\wm.xml</Value> </Setting> <Setting Name="SVNRoot" Type="System.String" Scope="Application"> - <Value Profile="(Default)">svn://svn.reactos.org/trunk/reactos</Value> + <Value Profile="(Default)">svn://svn.reactos.org/reactos/trunk</Value> </Setting> </Settings> </SettingsFile>
Modified: trunk/irc/TechBot/TechBot.Commands.Common/app.config URL: http://svn.reactos.org/svn/reactos/trunk/irc/TechBot/TechBot.Commands.Common... ============================================================================== --- trunk/irc/TechBot/TechBot.Commands.Common/app.config [iso-8859-1] (original) +++ trunk/irc/TechBot/TechBot.Commands.Common/app.config [iso-8859-1] Sun Aug 3 14:30:09 2008 @@ -20,7 +20,7 @@ <value>C:\Ros\current\irc\TechBot\Resources\wm.xml</value> </setting> <setting name="SVNRoot" serializeAs="String"> - <value>svn://svn.reactos.org/trunk/reactos</value> + <value>svn://svn.reactos.org/reactos/trunk</value> </setting> </TechBot.Commands.Common.Settings> </applicationSettings>
Modified: trunk/irc/TechBot/TechBot.IRCLibrary/app.config URL: http://svn.reactos.org/svn/reactos/trunk/irc/TechBot/TechBot.IRCLibrary/app.... ============================================================================== --- trunk/irc/TechBot/TechBot.IRCLibrary/app.config [iso-8859-1] (original) +++ trunk/irc/TechBot/TechBot.IRCLibrary/app.config [iso-8859-1] Sun Aug 3 14:30:09 2008 @@ -8,7 +8,7 @@ <userSettings> <TechBot.IRCLibrary.Settings> <setting name="CommandPrefix" serializeAs="String"> - <value>@</value> + <value>!</value> </setting> </TechBot.IRCLibrary.Settings> </userSettings>
Modified: trunk/irc/TechBot/TechBot.Library/Settings.Designer.cs URL: http://svn.reactos.org/svn/reactos/trunk/irc/TechBot/TechBot.Library/Setting... ============================================================================== --- trunk/irc/TechBot/TechBot.Library/Settings.Designer.cs [iso-8859-1] (original) +++ trunk/irc/TechBot/TechBot.Library/Settings.Designer.cs [iso-8859-1] Sun Aug 3 14:30:09 2008 @@ -61,7 +61,7 @@
[global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("svn://svn.reactos.org/trunk/reactos")] + [global::System.Configuration.DefaultSettingValueAttribute("svn://svn.reactos.org/reactos/trunk")] public string SVNRoot { get { return ((string)(this["SVNRoot"])); @@ -70,7 +70,7 @@
[global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("@")] + [global::System.Configuration.DefaultSettingValueAttribute("!")] public string CommandPrefix { get { return ((string)(this["CommandPrefix"]));
Modified: trunk/irc/TechBot/TechBot.Library/Settings.settings URL: http://svn.reactos.org/svn/reactos/trunk/irc/TechBot/TechBot.Library/Setting... ============================================================================== --- trunk/irc/TechBot/TechBot.Library/Settings.settings [iso-8859-1] (original) +++ trunk/irc/TechBot/TechBot.Library/Settings.settings [iso-8859-1] Sun Aug 3 14:30:09 2008 @@ -15,10 +15,10 @@ <Value Profile="(Default)">C:\Ros\current\irc\TechBot\Resources\wm.xml</Value> </Setting> <Setting Name="SVNRoot" Type="System.String" Scope="Application"> - <Value Profile="(Default)">svn://svn.reactos.org/trunk/reactos</Value> + <Value Profile="(Default)">svn://svn.reactos.org/reactos/trunk</Value> </Setting> <Setting Name="CommandPrefix" Type="System.String" Scope="Application"> - <Value Profile="(Default)">@</Value> + <Value Profile="(Default)">!</Value> </Setting> </Settings> </SettingsFile>
Modified: trunk/irc/TechBot/TechBot.Library/app.config URL: http://svn.reactos.org/svn/reactos/trunk/irc/TechBot/TechBot.Library/app.con... ============================================================================== --- trunk/irc/TechBot/TechBot.Library/app.config [iso-8859-1] (original) +++ trunk/irc/TechBot/TechBot.Library/app.config [iso-8859-1] Sun Aug 3 14:30:09 2008 @@ -20,10 +20,10 @@ <value>C:\Ros\current\irc\TechBot\Resources\wm.xml</value> </setting> <setting name="SVNRoot" serializeAs="String"> - <value>svn://svn.reactos.org/trunk/reactos</value> + <value>svn://svn.reactos.org/reactos/trunk</value> </setting> <setting name="CommandPrefix" serializeAs="String"> - <value>@</value> + <value>!</value> </setting> </TechBot.Library.Settings> </applicationSettings>
Modified: trunk/irc/TechBot/TechBot.sln URL: http://svn.reactos.org/svn/reactos/trunk/irc/TechBot/TechBot.sln?rev=35085&a... ============================================================================== --- trunk/irc/TechBot/TechBot.sln [iso-8859-1] (original) +++ trunk/irc/TechBot/TechBot.sln [iso-8859-1] Sun Aug 3 14:30:09 2008 @@ -16,8 +16,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechBot.Commands.Common", "TechBot.Commands.Common\TechBot.Commands.Common.csproj", "{041B5F06-BF97-4981-B024-3A7B6DD9F6AE}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechBot.Commands.MSDN", "TechBot.Commands.MSDN\TechBot.Commands.MSDN.csproj", "{ADBF1ED6-A586-4707-BD59-4CD53448D0FE}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechBot.Commands.RBuild", "TechBot.Commands.RBuild\TechBot.Commands.RBuild.csproj", "{D676FEDE-62DD-4B4D-94C6-308598E827F9}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -57,10 +55,6 @@ {ADBF1ED6-A586-4707-BD59-4CD53448D0FE}.Debug|Any CPU.Build.0 = Debug|Any CPU {ADBF1ED6-A586-4707-BD59-4CD53448D0FE}.Release|Any CPU.ActiveCfg = Release|Any CPU {ADBF1ED6-A586-4707-BD59-4CD53448D0FE}.Release|Any CPU.Build.0 = Release|Any CPU - {D676FEDE-62DD-4B4D-94C6-308598E827F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D676FEDE-62DD-4B4D-94C6-308598E827F9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D676FEDE-62DD-4B4D-94C6-308598E827F9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D676FEDE-62DD-4B4D-94C6-308598E827F9}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE
Modified: trunk/irc/TechBot/TechBot/App.config URL: http://svn.reactos.org/svn/reactos/trunk/irc/TechBot/TechBot/App.config?rev=... ============================================================================== --- trunk/irc/TechBot/TechBot/App.config [iso-8859-1] (original) +++ trunk/irc/TechBot/TechBot/App.config [iso-8859-1] Sun Aug 3 14:30:09 2008 @@ -6,9 +6,9 @@ </sectionGroup> </configSections> <appSettings> - <add key="IRCServerHostName" value="irc.eu.freenode.net" /> + <add key="IRCServerHostName" value="irc.freenode.net" /> <add key="IRCServerHostPort" value="6667" /> - <add key="IRCChannelNames" value="channel1;channel2" /> + <add key="IRCChannelNames" value="reactos,reactos-dev,reactos-testers" /> <add key="IRCBotName" value="MyBot" /> <add key="IRCBotPassword" value="MyPassword" /> <add key="ChmPath" value="C:\IRC\TechBot\CHM" /> @@ -17,7 +17,7 @@ <add key="WinerrorXml" value="C:\IRC\TechBot\winerror.xml" /> <add key="HresultXml" value="C:\IRC\TechBot\hresult.xml" /> <add key="WmXml" value="C:\IRC\TechBot\wm.xml" /> - <add key="SvnCommand" value="svn co svn://svn.reactos.org/trunk/reactos" /> + <add key="SvnCommand" value="svn co svn://svn.reactos.org/reactos/trunk" /> <add key="BugUrl" value="http://www.reactos.org/bugzilla/show_bug.cgi?id={0}" /> <add key="WineBugUrl" value="http://bugs.winehq.org/show_bug.cgi?id={0}" /> <add key="SambaBugUrl" value="https://bugzilla.samba.org/show_bug.cgi?id={0}" />