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:
authorAtsushi Eno <atsushieno@gmail.com>2006-10-27 17:14:25 +0400
committerAtsushi Eno <atsushieno@gmail.com>2006-10-27 17:14:25 +0400
commitbf12cc0a6d12f19ee5bb44eb27666ee1526c6679 (patch)
tree9c85ec283fa5c804767e1bd6c11788c929dd504f /mcs/class/System.XML/Makefile
parent6cf846f03162d72b06703e7c01a9a280fca18f4d (diff)
2006-10-27 Atsushi Enomoto <atsushi@ximian.com>
* DTDReader.cs : some parameter entity expansions were not done. Fixed bug #79683. * 79683.dtd : added for bug #79683. * XmlTextReaderTests.cs : added bug #79683 case. * Makefile : added 79683.dtd to dist file. svn path=/trunk/mcs/; revision=67025
Diffstat (limited to 'mcs/class/System.XML/Makefile')
-rw-r--r--mcs/class/System.XML/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Makefile b/mcs/class/System.XML/Makefile
index 653739d1d16..eb7316d7da3 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -58,6 +58,7 @@ EXTRA_DISTFILES = \
Test/Mono.Test.csproj \
Test/MonoMicro.Test.csproj \
Test/XmlFiles/76102.xml \
+ Test/XmlFiles/79683.dtd \
Test/XmlFiles/xsd/multi-schemaLocation.xml \
Test/XmlFiles/xsd/datatypesTest.xsd \
Test/XmlFiles/xsd/77687.xsd \