aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/org
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2013-01-09 20:37:55 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2013-01-09 20:37:55 +1300
commit49ea27fa064054d0bccb22b0ef6ed081f4835a92 (patch)
tree5a84cfcbc03103297f1f66415dd03533fc8e9aa0 /src/main/resources/org
parentf0b99fd68cb3b6b484d50c1f9ebc0e77997fd2dd (diff)
downloadtrackermap-web-49ea27fa064054d0bccb22b0ef6ed081f4835a92.tar.gz
trackermap-web-49ea27fa064054d0bccb22b0ef6ed081f4835a92.tar.bz2
trackermap-web-49ea27fa064054d0bccb22b0ef6ed081f4835a92.zip
Remove old stuff
Diffstat (limited to 'src/main/resources/org')
-rw-r--r--src/main/resources/org/traccar/web/Traccar.gwt.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/main/resources/org/traccar/web/Traccar.gwt.xml b/src/main/resources/org/traccar/web/Traccar.gwt.xml
deleted file mode 100644
index 086d2a48..00000000
--- a/src/main/resources/org/traccar/web/Traccar.gwt.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module rename-to='Traccar'>
- <!-- Inherit the core Web Toolkit stuff. -->
- <inherits name='com.google.gwt.user.User' />
-
- <!-- We need the JUnit module in the main module, -->
- <!-- otherwise eclipse complains (Google plugin bug?) -->
- <inherits name='com.google.gwt.junit.JUnit' />
-
- <!-- Inherit the default GWT style sheet. You can change -->
- <!-- the theme of your GWT application by uncommenting -->
- <!-- any one of the following lines. -->
- <!-- <inherits name='com.google.gwt.user.theme.standard.Standard' /> -->
- <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
- <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
-
- <!-- Other module inherits -->
- <inherits name='com.smartgwt.SmartGwt' />
- <inherits name='org.gwtopenmaps.openlayers.OpenLayers' />
-
- <!-- Specify the app entry point class. -->
- <entry-point class='org.traccar.web.client.Traccar' />
-
- <!-- Specify the paths for translatable code -->
- <source path='client' />
- <source path='shared' />
-
-</module>