Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « mono-xmltool « tools « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5405bab1066d08a4bce0ee99eaf275031fa6a29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2006-02-02  Atsushi Enomoto  <atsushi@ximian.com>

	* xmltool.cs : Optional 3rd. argument to --transform is now output
	  filename.

2006-02-02  Atsushi Enomoto  <atsushi@ximian.com>

	* xmltool.cs : handle multiple input files. Thanks to Alp for the hint.

2006-01-31  Atsushi Enomoto  <atsushi@ximian.com>

	* xmltool.cs :
	  Added --prettyprint support.
	  All warning/error messages are now written on stderr.

2006-01-30 Boris Kirzner <borisk@mainsoft.com>
	* xmltool.cs: added #ifdef for features not supported in TARGET_JVM.
	* XmlTool.sln, XmlTool.vmwcsproj: added project and solution files 
	for TARGET_JVM. 
	* nunit_transform.xslt: added xsl transformation for nunit tests.

2006-01-30  Atsushi Enomoto  <atsushi@ximian.com>

	* xmltool.cs : actually environment variable was not handled.

2006-01-30  Atsushi Enomoto  <atsushi@ximian.com>

	* xmltool.cs, Makefile, mono-xmltool.exe.sources : new files.