From: <id...@us...> - 2009-04-22 08:31:27
|
Revision: 151 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=151&view=rev Author: idueppe Date: 2009-04-22 08:31:26 +0000 (Wed, 22 Apr 2009) Log Message: ----------- fixed project structure Added Paths: ----------- trunk/sandbox/cse-ip/sc-mapper-rest/src/main/webapp/ trunk/sandbox/cse-ip/sc-mapper-rest/src/main/webapp/WEB-INF/ trunk/sandbox/cse-ip/sc-mapper-rest/src/main/webapp/WEB-INF/web.xml Added: trunk/sandbox/cse-ip/sc-mapper-rest/src/main/webapp/WEB-INF/web.xml =================================================================== --- trunk/sandbox/cse-ip/sc-mapper-rest/src/main/webapp/WEB-INF/web.xml (rev 0) +++ trunk/sandbox/cse-ip/sc-mapper-rest/src/main/webapp/WEB-INF/web.xml 2009-04-22 08:31:26 UTC (rev 151) @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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" + version="2.5"> + +</web-app> Property changes on: trunk/sandbox/cse-ip/sc-mapper-rest/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Added: svn:mime-type + text/plain This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |