Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does rename-to mean in the module tag of a GWT module?

Tags:

gwt

What does the rename-to attribute of the module tag in a GWT module mean? Is it optional?

like image 856
benstpierre Avatar asked Jan 28 '10 06:01

benstpierre


1 Answers

It "causes the compiler to behave as though the module had a different name than the long, fully-qualified name" (http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html). Yes, it's optional, and indeed only recommended for limited use cases.

like image 106
Matthew Flaschen Avatar answered Nov 15 '22 12:11

Matthew Flaschen