aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp')
-rw-r--r--src/main/webapp/WEB-INF/classes/org/traccar/web/Traccar.gwt.xml28
-rw-r--r--src/main/webapp/WEB-INF/classes/org/traccar/web/client/Messages.properties2
-rw-r--r--src/main/webapp/WEB-INF/classes/org/traccar/web/client/Messages_fr.properties2
-rw-r--r--src/main/webapp/WEB-INF/web.xml43
-rw-r--r--src/main/webapp/traccar.html20
5 files changed, 0 insertions, 95 deletions
diff --git a/src/main/webapp/WEB-INF/classes/org/traccar/web/Traccar.gwt.xml b/src/main/webapp/WEB-INF/classes/org/traccar/web/Traccar.gwt.xml
deleted file mode 100644
index 086d2a48..00000000
--- a/src/main/webapp/WEB-INF/classes/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>
diff --git a/src/main/webapp/WEB-INF/classes/org/traccar/web/client/Messages.properties b/src/main/webapp/WEB-INF/classes/org/traccar/web/client/Messages.properties
deleted file mode 100644
index c222555b..00000000
--- a/src/main/webapp/WEB-INF/classes/org/traccar/web/client/Messages.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-sendButton = Send
-nameField = Enter your name \ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/classes/org/traccar/web/client/Messages_fr.properties b/src/main/webapp/WEB-INF/classes/org/traccar/web/client/Messages_fr.properties
deleted file mode 100644
index b4a76270..00000000
--- a/src/main/webapp/WEB-INF/classes/org/traccar/web/client/Messages_fr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-sendButton = Envoyer
-nameField = Entrez votre nom \ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
deleted file mode 100644
index 5c46f87c..00000000
--- a/src/main/webapp/WEB-INF/web.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE web-app
- PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
- "http://java.sun.com/dtd/web-app_2_3.dtd">
-
-<web-app>
-
- <!--<security-role>
- <role-name>admin</role-name>
- </security-role>
- <security-role>
- <role-name>user</role-name>
- <security-role>-->
-
- <!--<security-constraint>
- <web-resource-collection>
- <url-pattern>/*</url-pattern>
- </web-resource-collection>
- <auth-constraint>
- <role-name>admin</role-name>
- <role-name>user</role-name>
- </auth-constraint>
- </security-constraint>
-
- <login-config>
- <auth-method>BASIC</auth-method>
- </login-config>-->
-
- <servlet>
- <servlet-name>databaseService</servlet-name>
- <servlet-class>org.traccar.web.server.database.DatabaseServiceImpl</servlet-class>
- </servlet>
-
- <servlet-mapping>
- <servlet-name>databaseService</servlet-name>
- <url-pattern>/Traccar/databaseService</url-pattern>
- </servlet-mapping>
-
- <welcome-file-list>
- <welcome-file>traccar.html</welcome-file>
- </welcome-file-list>
-
-</web-app>
diff --git a/src/main/webapp/traccar.html b/src/main/webapp/traccar.html
deleted file mode 100644
index 0bac1a44..00000000
--- a/src/main/webapp/traccar.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <title>Traccar</title>
- <!--<script src="http://openlayers.org/api/2.11/OpenLayers.js"></script>-->
- <script src="http://www.openlayers.org/api/OpenLayers.js"></script>
- <script src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script>
- <!--<script src="http://maps.google.com/maps/api/js?v=3&amp;sensor=false"></script>-->
- <script type="text/javascript" language="javascript" src="Traccar/Traccar.nocache.js"></script>
- </head>
- <body>
- <noscript>
- <div>
- Your web browser must have JavaScript enabled
- in order for this application to display correctly.
- </div>
- </noscript>
- </body>
-</html>