[virtualcommons-svn] SF.net SVN: virtualcommons:[323] irrigation/trunk/src/main/resources/web
Status: Beta
Brought to you by:
alllee
From: <al...@us...> - 2009-10-22 18:58:52
|
Revision: 323 http://virtualcommons.svn.sourceforge.net/virtualcommons/?rev=323&view=rev Author: alllee Date: 2009-10-22 18:58:45 +0000 (Thu, 22 Oct 2009) Log Message: ----------- adding basic web.xml for jetty:run Added Paths: ----------- irrigation/trunk/src/main/resources/web/WEB-INF/ irrigation/trunk/src/main/resources/web/WEB-INF/web.xml Added: irrigation/trunk/src/main/resources/web/WEB-INF/web.xml =================================================================== --- irrigation/trunk/src/main/resources/web/WEB-INF/web.xml (rev 0) +++ irrigation/trunk/src/main/resources/web/WEB-INF/web.xml 2009-10-22 18:58:45 UTC (rev 323) @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +vim:sts=2:sw=2 +--> +<web-app> + <display-name>The Virtual Commons Irrigation Experiment</display-name> + <welcome-file-list> + <welcome-file>index.html</welcome-file> + </welcome-file-list> +</web-app> + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |