fixing Eclipse complaint about syntax of id attribute in web.xml

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@928763 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index 7e1c86b..dda85cd 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -2,6 +2,6 @@
 <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee"
     xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
 	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
-    id="Test Services Webapp" version="2.5">
+    id="TestServicesWebapp" version="2.5">
     <display-name>Test Services Webapp</display-name>
-</web-app>
\ No newline at end of file
+</web-app>