Plugins are called something like:
org.foodomain.forrest.plugin.bar
i.e. "plugin" is singular
But we have two themes which:
org.apache.forrest.theme.Coat
and
org.apache.forrest.themes.core
i.e. "theme" and "themes" is used
I propose that we normalise on the existing naming convention used in
plugins, i.e. we use "theme" (singular)
----
On a related issue. We have no consistency in the naming of plugins.
I have tried to follow the Java convention of lower case for the
"package" names and Camel case for the plugin name:
i.e. org.apache.forrest.plugin.input.FooBar
I propose that new releases of plugins should all conform to the camel
case usage. We'll keep the current naming for already released plugins.
Ross