gwt /
gwt /
660a9bfef4ea74431079776b1afa7982c87f33a5 Fix #31801: Support for multi-valued configuration properties
In PropertyOracle, this change deprecated the existing property access methods
in favor of two new methods that query configuration and selection (=
deferred-binding) properties. Configuration properties may have multiple
values, using the syntax:
<define-configuration-property name="name" is-multi-valued="true|false"/>
<extend-configuration-property name="name" value="value"/>
<set-configuration-property name="name" value="value"/>
<clear-configuration-property name="name"/>
The following tag is still supported, but deprecated:
<append-configuration-property name="name" value="value"/>
Existing xml files using this tag have been modified to use the new tags.
Review by: spoon
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@5321 8db76d5a-ed1c-0410-87a9-c151d255dfc7
33 files changed