aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/dev
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-06-17 22:16:05 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-06-17 22:17:01 +0200
commit679442ce184e6e39d34e45b6915d0b645546e980 (patch)
treeee62e125ecb366204f9fcf1e94de5ef611ec6576 /sonar-server/src/dev
parent7f223beb5157d2baf1be643943c18cd86caee6ba (diff)
downloadsonarqube-679442ce184e6e39d34e45b6915d0b645546e980.tar.gz
sonarqube-679442ce184e6e39d34e45b6915d0b645546e980.zip
SONAR-4157 downgrade to jetty 7.6 for compatibility with tomcat 6 (servlet 2.5)
Diffstat (limited to 'sonar-server/src/dev')
-rw-r--r--sonar-server/src/dev/web.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/sonar-server/src/dev/web.xml b/sonar-server/src/dev/web.xml
index fef16ea1aaf..601ccff04c5 100644
--- a/sonar-server/src/dev/web.xml
+++ b/sonar-server/src/dev/web.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
- version="2.4">
+<web-app
+ xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ metadata-complete="true"
+ version="2.5"
+>
<display-name>Sonar</display-name>