Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.7.x
-
None
Description
PluginResources*.properties have moved from /src/com/ecyrd/jspwiki/plugin/ to /etc/i18n/com/ecyrd/jspwiki/plugin/ lately.
While this is an improvement, it's still not the optimum in my opinion. At the moment, the i18n files are located as follows:
/etc/i18n/CoreResources*.properties
/etc/i18n/templates/default*.properties
/etc/i18n/com/ecyrd/jspwiki/plugin/PluginResources*.properties
Moving them to /etc/i18n/plugin/ (without the com/ecyrd/jspwiki) would be best. What do you think about this?
Andrew's comment:
I've got no issue with this – for developers this is probably a more logical place to put things. That said, I don't know how it might affect Eclipse unit testing. Janne, what do you think?
Janne's comment:
I don't see how that could really affect anything. It's not a part of the 3rd party API.
I think it's a good change.
/janne