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:
authorSean MacIsaac <macisaac@mono-cvs.ximian.com>2001-07-15 08:27:10 +0400
committerSean MacIsaac <macisaac@mono-cvs.ximian.com>2001-07-15 08:27:10 +0400
commitabb7a6759ffab8906cd4e60b43fdde1ae4533dc7 (patch)
treea750ba3299a79f895a7ae5caa1f80450b86bc196 /mcs/class/System/System.CodeDom
parentbf879a97957649be55af20eca305f9dc62a35771 (diff)
Removing unnecessary files.
svn path=/trunk/mcs/; revision=144
Diffstat (limited to 'mcs/class/System/System.CodeDom')
-rwxr-xr-xmcs/class/System/System.CodeDom/AssemblyInfo.cs51
-rwxr-xr-xmcs/class/System/System.CodeDom/makefile2
-rwxr-xr-xmcs/class/System/System.CodeDom/makeit15
3 files changed, 0 insertions, 68 deletions
diff --git a/mcs/class/System/System.CodeDom/AssemblyInfo.cs b/mcs/class/System/System.CodeDom/AssemblyInfo.cs
deleted file mode 100755
index bd38af4bfeb..00000000000
--- a/mcs/class/System/System.CodeDom/AssemblyInfo.cs
+++ /dev/null
@@ -1,51 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
-[assembly: AssemblyTitle("")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-//
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Revision
-// Build Number
-//
-// You can specify all the value or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
-
-[assembly: AssemblyVersion("1.0.*")]
-
-//
-// In order to sign your assembly you must specify a key to use. Refer to the
-// Microsoft .NET Framework documentation for more information on assembly signing.
-//
-// Use the attributes below to control which key is used for signing.
-//
-// Notes:
-// (*) If no key is specified - the assembly cannot be signed.
-// (*) KeyName refers to a key that has been installed in the Crypto Service
-// Provider (CSP) on your machine.
-// (*) If the key file and a key name attributes are both specified, the
-// following processing occurs:
-// (1) If the KeyName can be found in the CSP - that key is used.
-// (2) If the KeyName does not exist and the KeyFile does exist, the key
-// in the file is installed into the CSP and used.
-// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
-// documentation for more information on this.
-//
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
diff --git a/mcs/class/System/System.CodeDom/makefile b/mcs/class/System/System.CodeDom/makefile
deleted file mode 100755
index 58af6697c82..00000000000
--- a/mcs/class/System/System.CodeDom/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-CodeClassCollection.cs: Code-X-Collection.cs
- sed -e 's/@CONTAINEE@/Class/g' -e 's/@arrayname@/classes/g' < Code-X-Collection.cs > CodeClassCollection.cs \ No newline at end of file
diff --git a/mcs/class/System/System.CodeDom/makeit b/mcs/class/System/System.CodeDom/makeit
deleted file mode 100755
index 07dcc7f61de..00000000000
--- a/mcs/class/System/System.CodeDom/makeit
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-dx ()
-{
- sed -e "s/@CONTAINEE@/$1/g" -e "s/@arrayname@/$2/g" < Code-X-Collection.cs > Code$1Collection.cs
-}
-
-dx AttributeArgument attributeArgs
-dx AttributeDeclaration attributeDecls
-dx CatchClause catchClauses
-dx Class classes
-dx ClassMember classMembers
-dx Expression expressions
-dx NamespaceImport namespaceImports
-dx ParameterDeclarationExpression parameterDeclExprs
-dx Statement statements \ No newline at end of file