Low: tools: Change crm_resource output for attributes.
Instead of outputting a string like "name=foo=bar", output a string like
"name=foo value=bar".
This does change the output format, which could potentially cause
problems for anyone who was relying on the output, like for screen
scraping. This seems like a more natural style of output to me,
however.