you dont have to rename the module if you dont like it.

renaming is just for convienience

- Daniel Kurka


2010/10/27 hezjing <[email protected]>

> Hi
>
> I was reading
> http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideModuleXml,
> and see the following code snippet under renaming modules section:
>
>
> <http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideModuleXml>
> com.foo.WorkingModule.gwt.xml:
> <module rename-to="com.foo.MyModule">
>  <inherits name="com.foo.MyModule" />
> <set-property name="user.agent" value="ie6" />
>  <set-property name="locale" value="default" />
> </module>
>
> Why we want to rename com.foo.WorkingModule to com.foo.MyModule, and then
> inherits itself again?
>
>
> Also, what is the reason we must rename the module in order to restrict the
> number of permutations? Why can't we do this without renaming the module
> like the following?
>
> com.foo.WorkingModule.gwt.xml:
> <module>
> <set-property name="user.agent" value="ie6" />
>  <set-property name="locale" value="default" />
> </module>
>
>
> I'm confused, :-)
>
>
> --
>
> Hez
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to