https://issues.apache.org/bugzilla/show_bug.cgi?id=49492

--- Comment #3 from Stefan Bodewig <[email protected]> 2010-06-24 05:55:54 EDT 
---
<resourcelist> reads the list of resources from a different resource.  This
different resource doesn't have to be a file, it can be a property or a string
resource for example.

So if foo is a newline separated list of file names

<resourcelist>
  <propertyresource name="foo"/>
</resourcelist>

should be the collection of those files.

Coming to think of it, you may even be possible to use a filterchain to replace
the commas with newlines and use your property as it is.

OTOH, I don't think it would be too hard to provide a patch for an optional
delimiter attribute on filelist.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to