1#
2#  $Id: XmlDiff.properties,v 1.2 2005-10-24 16:13:45 hr Exp $
3#
4#  This properties file provides info for XmlDiff program
5#  XmlDiff.file1 is the first input XML file
6#  XmlDiff.file2 is the second input XML file
7#  XmlDiff.output is where the output (err/message) go
8#  XmlDiff.tags are what tagname should ignore (and the subtree under it)
9#
10# x-no-translate
11XmlDiff.file1=test1.xml
12XmlDiff.file2=test2.xml
13XmlDiff.output=System.err
14XmlDiff.tags=
15