You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:54:03 UTC

[sling-org-apache-sling-launchpad-test-services-war] 03/42: fixing Eclipse complaint about syntax of id attribute in web.xml

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.launchpad.test-services-war-2.0.10
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-test-services-war.git

commit ed9901835ce9287497fe976e6207d27ac84268bb
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Mon Mar 29 13:09:14 2010 +0000

    fixing Eclipse complaint about syntax of id attribute in web.xml
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/launchpad/test-services-war@928763 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/webapp/WEB-INF/web.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.