11 Aug
2009
11 Aug
'09
10:28 a.m.
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