From: <jbo...@li...> - 2005-11-03 19:43:24
|
Author: aron.gombas Date: 2005-11-03 14:43:12 -0500 (Thu, 03 Nov 2005) New Revision: 1494 Modified: trunk/labs/kosmos/web-portlet/WEB-INF/web.xml trunk/labs/kosmos/web-server/WEB-INF/web.xml Log: Desciptions added to web.xml Modified: trunk/labs/kosmos/web-portlet/WEB-INF/web.xml =================================================================== --- trunk/labs/kosmos/web-portlet/WEB-INF/web.xml 2005-11-03 19:30:57 UTC (rev 1493) +++ trunk/labs/kosmos/web-portlet/WEB-INF/web.xml 2005-11-03 19:43:12 UTC (rev 1494) @@ -5,6 +5,9 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd" version="2.4"> + <display-name>Kosmos Portlets</display-name> + <description>Kosmos is a portlet-based web application. It can run only inside a portlet container.</description> + <!-- JSTL configuration --> <context-param> <param-name>javax.servlet.jsp.jstl.fmt.locale</param-name> Modified: trunk/labs/kosmos/web-server/WEB-INF/web.xml =================================================================== --- trunk/labs/kosmos/web-server/WEB-INF/web.xml 2005-11-03 19:30:57 UTC (rev 1493) +++ trunk/labs/kosmos/web-server/WEB-INF/web.xml 2005-11-03 19:43:12 UTC (rev 1494) @@ -7,7 +7,7 @@ <!-- $Id$ --> <web-app> <display-name>Kosmos Services Servlet</display-name> - <description>Server component of Kosmos.</description> + <description>Server component of Kosmos. Runs as a regular web application.</description> <!-- Both HTTP and HTTPS protocol can be used here. --> <context-param> |