Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
As today to define a list of locations you should separate them with a comma:
<propertyPlaceholder id="properties" location="com/mycompany/myprop.properties,ref:myProperties"/>
It would be nice to have a way to set the locations also with a child nodes of propertyPlaceholder element, like:
<propertyPlaceholder id="properties"> <propertiesLocation location="com/mycompany/myprop.properties/> <propertiesLocation location="ref:myProperties/> </propertyPlaceholder>
These locations will be added to the locations defined in the propertyPlaceholder element.