From: <jbo...@li...> - 2005-12-09 18:08:20
|
Author: aron.gombas Date: 2005-12-09 13:08:10 -0500 (Fri, 09 Dec 2005) New Revision: 1759 Modified: trunk/labs/kosmos/conf-portlet/exo/web.xml Log: eXo webapp name fixed Modified: trunk/labs/kosmos/conf-portlet/exo/web.xml =================================================================== --- trunk/labs/kosmos/conf-portlet/exo/web.xml 2005-12-09 17:07:45 UTC (rev 1758) +++ trunk/labs/kosmos/conf-portlet/exo/web.xml 2005-12-09 18:08:10 UTC (rev 1759) @@ -6,7 +6,7 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd" version="2.4"> - <display-name>kosmos-portlet.war</display-name><!-- required to be identical with the web-app name, by eXo --> + <display-name>kosmos-portlet</display-name><!-- required to be identical with the web-app name, by eXo --> <description>Kosmos is a portlet-based web application. It can run only inside a portlet container.</description> <!-- JSTL configuration --> |