On Thu, Oct 7, 2010 at 9:29 PM, Jeremy Boynes <jboy...@apache.org> wrote: > Now that we require 1.5, I refactored Resources to use varargs rather than > having multiple methods taking combinations of parameters. However, now that > it is greatly simplified, i was wondering whether we should replace the > single resource bundle containing messages for all implementations with > smaller ones associated with each tag or tag library. > > For example, moving the messages for core to > o.a.t.s.tag.common.core.Resources.properties or for <c:import> to > o.a.t.s.tag.common.core.importSupport.properties > > Thoughts? <snip/>
Don't see a large win as its not a particularly busy properties file and at times its useful to have all messages in one place (quick checks for consistency etc.) -Rahul > Jeremy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org