Hi,
We have some rules on
http://dev.xwiki.org/xwiki/bin/view/Community/CodeStyle#HPackagenames
I'd like to clarify it with this:
* A module's package name should be of the form
org.xwiki.....<modulename>
* Thus the internal package should start at
org.xwiki.....<modulename>.internal.*
* Default modules (*-default) should use the same package root as the -
api module they're implementing.
WDYT?
Thanks
-Vincent