Author: justin
Date: Mon Mar 29 13:09:14 2010
New Revision: 928763
URL: http://svn.apache.org/viewvc?rev=928763&view=rev
Log:
fixing Eclipse complaint about syntax of id attribute in web.xml
Modified:
sling/trunk/launchpad/test-services-war/src/main/webapp/WEB-INF/web.xml
Modified:
sling/trunk/launchpad/test-services-war/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/launchpad/test-services-war/src/main/webapp/WEB-INF/web.xml?rev=928763&r1=928762&r2=928763&view=diff
==============================================================================
--- sling/trunk/launchpad/test-services-war/src/main/webapp/WEB-INF/web.xml
(original)
+++ sling/trunk/launchpad/test-services-war/src/main/webapp/WEB-INF/web.xml Mon
Mar 29 13:09:14 2010
@@ -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>