Hi,
i have property values spanning multiple lines like
value = aaa, \
bbb
When I load this into a PropertiesConfiguration and later store to a
file I can only achieve two results,
* having everything on one line like
value = aaa,bbb
* or a mulitvalue property like
value = aaa
value = bbb
Is there a possiblity to tweak the PropertiesConfiguration so that it
preserves the original layout over a load/store cycle?
Thanks,
Wieland
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]