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 <[email protected]> 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 "[email protected]" <[email protected]>.
