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>2008-04-03 00:01:31 +0400
committerAtsushi Eno <atsushieno@gmail.com>2008-04-03 00:01:31 +0400
commit82d014295d9500ed7450141410724b04b54502ee (patch)
treeaae70d5a628a965b826e15a22c04bb7820934770 /mcs/class/System.XML/Makefile
parent25822901ede2a5519fe20602daba0163279a6092 (diff)
2008-04-02 Atsushi Enomoto <atsushi@ximian.com>
* XsdParticleValidationState.cs : a choice with only empty particle children is emptiable. Fixed bug #376395. * XsdValidatingReaderTests.cs : added test for bug #376395. * 376395.xml, 376395.xsd : new test files. * Makefile : extra distfiles (376395.xml, 376395.xsd). svn path=/trunk/mcs/; revision=99679
Diffstat (limited to 'mcs/class/System.XML/Makefile')
-rw-r--r--mcs/class/System.XML/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Makefile b/mcs/class/System.XML/Makefile
index ab94431399c..850ca178d3f 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -77,6 +77,8 @@ EXTRA_DISTFILES = \
Test/XmlFiles/xsd/361818.xsd \
Test/XmlFiles/xsd/361818-2.xsd \
Test/XmlFiles/xsd/361818-3.xsd \
+ Test/XmlFiles/xsd/376395.xml \
+ Test/XmlFiles/xsd/376395.xsd \
Test/XmlFiles/xsd/77687.xsd \
Test/XmlFiles/xsd/77687inc.xsd \
Test/XmlFiles/xsd/78985.xml \