'config:system-properties' tag
Status: Pre-Alpha
Brought to you by:
jweslley
'config:system-properties' tag configures the system properties, for example:
<config:system-properties>
<prop key="mysystem.property">myvalue</prop>
...
</config:system-properties>
or:
<config:system-properties>
mysystem.property=myvalue
...
</config:system-properties>