Hi, On Thu, Jul 2, 2009 at 2:50 PM, Anca Paula Luca <[email protected]>wrote:
> > alexmaru (SVN) wrote: > > Author: alexmaru > > Date: 2009-07-01 18:16:45 +0200 (Wed, 01 Jul 2009) > > New Revision: 21750 > > > > Added: > > sandbox/gsoc/widgets/src/main/XWikiFox/ > > sandbox/gsoc/widgets/src/main/XWikiFox/XWikiFox.xpi > > This is not needed. Redundant is bad because it takes up unneeded space, > brings > unneeded complexity to the sources tree, and it can cause unsynchronized > sources > with packed versions. You should have a maven build create this pack for > you. > > > sandbox/gsoc/widgets/src/main/XWikiFox/chrome.manifest > > sandbox/gsoc/widgets/src/main/XWikiFox/chrome/ > > sandbox/gsoc/widgets/src/main/XWikiFox/chrome/XWikiFox.jar > > Neither is this, same, you can have a maven build create it for you. Or, > for the > start, use just the sources, it's not mandatory to pack them in a .jar. > Have a look at http://svn.xwiki.org/svnroot/xwiki/platform/xwiki-tools/trunk/foxwiki/ specially: http://svn.xwiki.org/svnroot/xwiki/platform/xwiki-tools/trunk/foxwiki/distribution/pom.xml I created a maven assembly to bundle foxwiki.xpi (with help from vincent) long time ago. you just have to use it. Thanks. - Asiri _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

