common/tools/BuildEnv.xml
changeset 936 e6a0e92cf215
parent 859 206902c43bdb
child 953 0960b0d3247c
equal deleted inserted replaced
935:7da5b560789a 936:e6a0e92cf215
    38 				<check name="module SAX version" execute="ppm query sax" values="0\.15" locator="XML-SAX \[(.*)\] Simple API" />
    38 				<check name="module SAX version" execute="ppm query sax" values="0\.15" locator="XML-SAX \[(.*)\] Simple API" />
    39 			</verify>
    39 			</verify>
    40 		</tool>
    40 		</tool>
    41 		<tool name="Mercurial">
    41 		<tool name="Mercurial">
    42 			<location strict="false" value="C:\Apps\mercurial\hg.exe"/>
    42 			<location strict="false" value="C:\Apps\mercurial\hg.exe"/>
    43 			<verify version="1.2" showstopper="false">
    43 			<verify version="1.2 or later" showstopper="false">
    44 				<check name="version" execute="%location% version" values="1\.[23]\.[0-9]" locator="Mercurial Distributed SCM \(version ([0-9\.]*)\)"/>
    44 				<check name="version" execute="%location% version" values="1\.[2-5](\.[0-9])?" locator="Mercurial Distributed SCM \(version ([0-9\.]*)\)"/>
    45 			</verify>
    45 			</verify>
    46 		</tool>
    46 		</tool>
    47 		<tool name="Python">
    47 		<tool name="Python">
    48 			<location strict="false" value="c:\apps\python25\python.exe"/>
    48 			<location strict="false" value="c:\apps\python25\python.exe"/>
    49 			<verify version="2.5" showstopper="false">
    49 			<verify version="2.5" showstopper="false">