-
Notifications
You must be signed in to change notification settings - Fork 7
Compilation
pejot edited this page Dec 7, 2011
·
1 revision
In order to speed up compilation we need to introduce some changes into map4rdf.gwt.xml.
-
set support only for one browser
<set-property name="user.agent" value="gecko1_8" />
-
turn off the multi-languages support - comment these lines:
<extend-property name="locale" values="es"/\> <extend-property name="locale" values="en"/\> <set-property-fallback name="locale" value="en"/\> <inherits name="com.google.gwt.i18n.I18N"/\> <inherits name="com.google.gwt.i18n.CldrLocales"/\>###