aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/web/Traccar.gwt.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/traccar/web/Traccar.gwt.xml')
-rw-r--r--src/org/traccar/web/Traccar.gwt.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/org/traccar/web/Traccar.gwt.xml b/src/org/traccar/web/Traccar.gwt.xml
deleted file mode 100644
index 0f71766..0000000
--- a/src/org/traccar/web/Traccar.gwt.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.5.0//EN"
- "http://google-web-toolkit.googlecode.com/svn/tags/2.5.0/distro-source/core/src/gwt-module.dtd">
-
-<module rename-to='traccar'>
-
- <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' />
-
- <set-property name="gwt.logging.enabled" value="FALSE"/>
- <set-property name="gwt.logging.consoleHandler" value="DISABLED"/>
-
- <entry-point class='org.traccar.web.client.Traccar'/>
-
- <source path='client'/>
- <source path='shared'/>
-
-</module>