In .:
[mono.git] / mcs / tools / mono-xmltool / ChangeLog
1 2006-03-19 Boris Kirzner <borisk@mainsoft.com>
2         * nunit_transform.xslt: fixes to nunit results xslt transform
3
4 2006-02-02  Atsushi Enomoto  <atsushi@ximian.com>
5
6         * xmltool.cs : Optional 3rd. argument to --transform is now output
7           filename.
8
9 2006-02-02  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * xmltool.cs : handle multiple input files. Thanks to Alp for the hint.
12
13 2006-01-31  Atsushi Enomoto  <atsushi@ximian.com>
14
15         * xmltool.cs :
16           Added --prettyprint support.
17           All warning/error messages are now written on stderr.
18
19 2006-01-30 Boris Kirzner <borisk@mainsoft.com>
20         * xmltool.cs: added #ifdef for features not supported in TARGET_JVM.
21         * XmlTool.sln, XmlTool.vmwcsproj: added project and solution files 
22         for TARGET_JVM. 
23         * nunit_transform.xslt: added xsl transformation for nunit tests.
24
25 2006-01-30  Atsushi Enomoto  <atsushi@ximian.com>
26
27         * xmltool.cs : actually environment variable was not handled.
28
29 2006-01-30  Atsushi Enomoto  <atsushi@ximian.com>
30
31         * xmltool.cs, Makefile, mono-xmltool.exe.sources : new files.