-
Notifications
You must be signed in to change notification settings - Fork 144
/
Copy pathTraccar.gwt.xml
28 lines (22 loc) · 1.13 KB
/
Traccar.gwt.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.7.0//EN"
"http://gwtproject.org/doctype/2.7.0/gwt-module.dtd">
<module rename-to='traccar'>
<inherits name="com.google.gwt.http.HTTP" />
<inherits name='com.google.gwt.user.User'/>
<inherits name="com.google.gwt.logging.Logging"/>
<inherits name="com.google.gwt.xml.XML"/>
<inherits name='com.sencha.gxt.ui.GXT'/>
<inherits name='org.gwtopenmaps.openlayers.OpenLayers' />
<inherits name="com.google.gwt.resources.Resources" />
<inherits name="com.github.nmorel.gwtjackson.GwtJackson" />
<inherits name="org.traccar.web.client.theme.Theme" />
<inherits name="org.traccar.web.i18n.I18N" />
<set-property name="gwt.logging.enabled" value="FALSE"/>
<set-property name="gwt.logging.consoleHandler" value="DISABLED"/>
<set-configuration-property name="GXT.state.autoBeanFactory"
value="org.traccar.web.client.state.StateAutoBeanFactory" />
<entry-point class='org.traccar.web.client.Traccar'/>
<source path='client'/>
<source path='shared'/>
</module>