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-05-22 17:45:29 +0400
committerAtsushi Eno <atsushieno@gmail.com>2008-05-22 17:45:29 +0400
commitdad3095d0139109556236b9e74834823f14ae8e4 (patch)
tree65e3ddd2ee225544a13285a9e85c3a50f96f7b44 /mcs/class/System.XML/Makefile
parentd24de5e71b61b6273c68af6c1a4a5ceb08ef1c82 (diff)
2008-05-22 Atsushi Enomoto <atsushi@ximian.com>
* XslCompiledTransform.cs : in XmlWriterSettings, use ConformanceLevel.Fragment to allow fragment output. In Transform(string,string), use TextWriter output instead of XmlWriter to control xml declaration output. Fixed bug #391424. * XslTransformTests.cs : added test for bug #391424. * 391424.xml, 391424.xsl : new test files. * Makefile : more simplification (and I forgot the syntax again :/) svn path=/trunk/mcs/; revision=103783
Diffstat (limited to 'mcs/class/System.XML/Makefile')
-rw-r--r--mcs/class/System.XML/Makefile17
1 files changed, 4 insertions, 13 deletions
diff --git a/mcs/class/System.XML/Makefile b/mcs/class/System.XML/Makefile
index 26bf0f66827..c4071b7b5c2 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -73,19 +73,10 @@ EXTRA_DISTFILES = \
Test/MonoMicro.Test.csproj \
Test/XmlFiles/76102.xml \
Test/XmlFiles/79683.dtd \
- Test/XmlFiles/xsd/*.xml \
- Test/XmlFiles/xsd/*.xsd \
- Test/XmlFiles/xsl/82493.xml \
- Test/XmlFiles/xsl/82493.xsl \
- Test/XmlFiles/xsl/91834.xml \
- Test/XmlFiles/xsl/91834.xsl \
- Test/XmlFiles/xsl/91834a.xml \
- Test/XmlFiles/xsl/325482.xml \
- Test/XmlFiles/xsl/325482.xsl \
- Test/XmlFiles/xsl/stripspace.xsl \
- Test/XmlFiles/xsl/stripspace.xml \
- Test/XmlFiles/xsl/current-in-select.xsl \
- Test/XmlFiles/xsl/current-in-select.xml \
+ $(wildcard Test/XmlFiles/xsd/*.xml) \
+ $(wildcard Test/XmlFiles/xsd/*.xsd) \
+ $(wildcard Test/XmlFiles/xsl/*.xml) \
+ $(wildcard Test/XmlFiles/xsl/*.xsl) \
Test/XmlFiles/xsl/current-in-select.ref \
Test/XmlFiles/xsl/ChangeLog \
$(xmlfiles_files:%=Test/XmlFiles/%) \