Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1868 |
raphael |
1 |
<module rename-to="org.tela_botanica.cel2">
|
|
|
2 |
<!--
|
|
|
3 |
http://stackoverflow.com/questions/1011863/how-do-i-speed-up-the-gwt-compiler
|
|
|
4 |
http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/useragent/UserAgent.gwt.xml
|
|
|
5 |
http://www.gwtproject.org/doc/latest/DevGuideOrganizingProjects.html#DevGuideModuleXml
|
|
|
6 |
-->
|
|
|
7 |
<inherits name="org.tela_botanica.cel2" />
|
|
|
8 |
<set-property name="user.agent" value="gecko1_8" />
|
|
|
9 |
<set-property name="locale" value="default" />
|
|
|
10 |
</module>
|