X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fmono-xmltool%2Fxmltool.cs;h=174176f678888392853dc3fdfc604e0a58c662c0;hb=559ad5b34bc086b51af2e589b32ea2eae0f78820;hp=706d2cfc7620eabdb5f9b6ff0148bcfbed315175;hpb=6352c16dd5306ccb8bedc742bf99505688695dc6;p=mono.git diff --git a/mcs/tools/mono-xmltool/xmltool.cs b/mcs/tools/mono-xmltool/xmltool.cs index 706d2cfc762..174176f6788 100644 --- a/mcs/tools/mono-xmltool/xmltool.cs +++ b/mcs/tools/mono-xmltool/xmltool.cs @@ -5,7 +5,7 @@ using System.Xml; using System.Xml.Schema; using System.Xml.Xsl; using System.Xml.XPath; -#if !TARGET_JVM && !MSNET +#if !MSNET using Commons.Xml.Nvdl; using Commons.Xml.Relaxng; using Commons.Xml.Relaxng.Rnc; @@ -63,7 +63,7 @@ environment variable that affects behavior: case "--help": Usage (); return; -#if !TARGET_JVM && !MSNET +#if !MSNET case "--validate": ValidateAuto (args); return; @@ -95,7 +95,7 @@ environment variable that affects behavior: } } -#if !TARGET_JVM && !MSNET +#if !MSNET static void ValidateAuto (string [] args) { if (args.Length < 1) {