Merge "Overwrite instead of append during version check. Fixes artf3818"

This commit is contained in:
Brad Miller (WPI)
2014-11-26 09:10:17 -08:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -192,7 +192,7 @@
<target name="dependencies" depends="get-target-ip">
<property name="ant.enable.asserts" value="true"/>
<post to="http://${target}/nisysapi/server" logfile="sysProps.xml" verbose="false" encoding="UTF-16LE">
<post to="http://${target}/nisysapi/server" logfile="sysProps.xml" verbose="false" encoding="UTF-16LE" append="false">
<prop name="Function" value="GetPropertiesOfItem"/>
<prop name="Plugins" value="nisyscfg"/>
<prop name="Items" value="system"/>