[xwiki-devs] [Proposal] Package names clarification
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
+1 On Tue, Aug 11, 2009 at 12:28, Vincent Massol<[email protected]> wrote:
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
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (2)
-
Thomas Mortagne -
Vincent Massol