2004-03-31 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
authorAndreas N <andreas@mono-cvs.ximian.com>
Wed, 31 Mar 2004 20:10:01 +0000 (20:10 -0000)
committerAndreas N <andreas@mono-cvs.ximian.com>
Wed, 31 Mar 2004 20:10:01 +0000 (20:10 -0000)
* System.Runtime.Serialization.Formatters.Soap.dll.sources:
  Added new AssemblyInfo, removed old one, added Locale.cs
* Makefile: Removed unused ref

svn path=/trunk/mcs/; revision=24874

mcs/class/System.Runtime.Serialization.Formatters.Soap/ChangeLog
mcs/class/System.Runtime.Serialization.Formatters.Soap/Makefile
mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap.dll.sources

index 007356e61c534862af4a30077a2c4c8ca1c42198..af47fbf379ac727adce70aeb5dd5dcfb0ab3aaed 100644 (file)
@@ -1,3 +1,9 @@
+2004-03-31  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * System.Runtime.Serialization.Formatters.Soap.dll.sources:
+         Added new AssemblyInfo, removed old one, added Locale.cs
+       * Makefile: Removed unused ref
+
 2004-02-19  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
        * SoapFormatter.cs:
                Forced the utilisation of CultureInfo("en-US") during
index 627b844012ebc132e5cc0ff3e8f16e8b28607e14..5f89b183b46c45133739489ccb0bf4c84b0e940d 100644 (file)
@@ -5,7 +5,7 @@ include ../../build/rules.make
 # bet you can't say this ten times fast
 
 LIBRARY = System.Runtime.Serialization.Formatters.Soap.dll
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
+LIB_MCS_FLAGS = /r:$(corlib) /r:System.Xml.dll
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
 
 EXTRA_DISTFILES = \
index a0fb290169baaa8edec88075cd62efbec9732e38..cbbb2d82b168ef39f91110fad2ea9d4b55c81a2d 100644 (file)
@@ -1,4 +1,5 @@
-System.Runtime.Serialization.Formatters.Soap/AssemblyInfo.cs
+Assembly/AssemblyInfo.cs
+Assembly/Locale.cs
 System.Runtime.Serialization.Formatters.Soap/SoapWriter.cs
 System.Runtime.Serialization.Formatters.Soap/ISoapParser.cs
 System.Runtime.Serialization.Formatters.Soap/ISoapReader.cs