Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Maurer <benm@mono-cvs.ximian.com>2005-06-14 22:30:41 +0400
committerBen Maurer <benm@mono-cvs.ximian.com>2005-06-14 22:30:41 +0400
commit9371fbf8ba84202a04cf26fd3f24724e4616b22a (patch)
treeb2154b33caa722608756b498d1c2179c118e259c /mcs/class/System.Configuration.Install
parenta1d6f3c7a147ef24876bb0888a97979b590a4e06 (diff)
Remove copy and paste reuse for Locale.cs.
First step in attempting to do an actual framework here. svn path=/trunk/mcs/; revision=45986
Diffstat (limited to 'mcs/class/System.Configuration.Install')
-rw-r--r--mcs/class/System.Configuration.Install/Assembly/Locale.cs45
-rw-r--r--mcs/class/System.Configuration.Install/System.Configuration.Install.dll.sources2
2 files changed, 1 insertions, 46 deletions
diff --git a/mcs/class/System.Configuration.Install/Assembly/Locale.cs b/mcs/class/System.Configuration.Install/Assembly/Locale.cs
deleted file mode 100644
index 92fbf2abe01..00000000000
--- a/mcs/class/System.Configuration.Install/Assembly/Locale.cs
+++ /dev/null
@@ -1,45 +0,0 @@
-//
-// Locale.cs
-//
-// Author:
-// Miguel de Icaza (miguel@ximian.com)
-// Andreas Nahr (ClassDevelopment@A-SoftTech.com)
-//
-// (C) 2001 - 2003 Ximian, Inc (http://www.ximian.com)
-//
-
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-//
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-internal sealed class Locale {
-
- private Locale ()
- {
- }
-
- /// <summary>
- /// Returns the translated message for the current locale
- /// </summary>
- public static string GetText (string msg)
- {
- return msg;
- }
-}
diff --git a/mcs/class/System.Configuration.Install/System.Configuration.Install.dll.sources b/mcs/class/System.Configuration.Install/System.Configuration.Install.dll.sources
index 892a1806dcc..3d902eda693 100644
--- a/mcs/class/System.Configuration.Install/System.Configuration.Install.dll.sources
+++ b/mcs/class/System.Configuration.Install/System.Configuration.Install.dll.sources
@@ -1,5 +1,5 @@
Assembly/AssemblyInfo.cs
-Assembly/Locale.cs
+../../build/common/Locale.cs
Assembly/Consts.cs
System.Configuration.Install/AssemblyInstaller.cs
System.Configuration.Install/IManagedInstaller.cs