Hi Vincent,

Vincent Massol wrote:
> On Jul 15, 2009, at 3:32 PM, mflorea (SVN) wrote:
> 
>> Author: mflorea
>> Date: 2009-07-15 15:32:17 +0200 (Wed, 15 Jul 2009)
>> New Revision: 21953
>>
>> Modified:
>>   platform/web/trunk/pom.xml
>>   platform/web/trunk/standard/src/main/webapp/templates/macros.vm
>>   platform/web/trunk/standard/src/main/webapp/templates/ 
>> wysiwyginput.vm
>> Log:
>> XWIKI-4090: Upgrade to GWT 1.6.4
>> * Renamed GWT module from "com.xpn.xwiki.wysiwyg.Wysiwyg" to  
>> "xwe" (XWiki WYSIWYG Editor)
> 
> personally I 'm not very fond of "cryptic" names. Why not instead:
> 
> org.xwiki.<module name>.wysiwyg.editor
> 
> or
> 
> org.xwiki.<module name>.editor.wysiwyg
> 
> or
> 
> org.xwiki.<module name>.editor.gwt
> 
> or something else
> 
> BTW what's the module name? web?

I didn't changed the name of the maven module (xwiki-web-wysiwyg) nor 
its location or package name but the name of the GWT module which is 
something different. Before 1.6 the name of a GWT module was taken from 
the package name and thus we had:

resources/js/xwiki/wysiwyg/gwt/com.xpn.xwiki.wysiwyg.Wysiwyg/com.xpn.xwiki.wysiwyg.Wysiwyg.nocache.js

Since 1.6 we can "rename" a module to a shorter name. So now we have:

resources/js/xwiki/wysiwyg/xwe/xwe.nocache.js

The rest hasn't been changed (the artifacts published in the maven 
repository have the same name).

Marius

> 
> [snip]
> 
> Thanks
> -Vincent
> 
> _______________________________________________
> devs mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to