From: <jbo...@li...> - 2005-11-08 17:33:42
|
Author: aron.gombas Date: 2005-11-08 12:33:35 -0500 (Tue, 08 Nov 2005) New Revision: 1532 Modified: trunk/labs/kosmos/conf-portlet/exo/web.xml Log: eXo-specific web.xml fixed Modified: trunk/labs/kosmos/conf-portlet/exo/web.xml =================================================================== --- trunk/labs/kosmos/conf-portlet/exo/web.xml 2005-11-08 17:21:03 UTC (rev 1531) +++ trunk/labs/kosmos/conf-portlet/exo/web.xml 2005-11-08 17:33:35 UTC (rev 1532) @@ -5,7 +5,7 @@ "http://java.sun.com/dtd/web-app_2_3.dtd"> <web-app> - <display-name>Kosmos Portlet</display-name> + <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 --> @@ -30,6 +30,7 @@ </servlet-mapping> <!-- JSP configuration --> +<!-- <taglib> <taglib-uri>http://labs.jboss.com/projects/kosmos</taglib-uri> <taglib-location>/WEB-INF/tld/kosmos-taglib.tld</taglib-location> @@ -38,4 +39,5 @@ <taglib-uri>http://displaytag.sf.net/el</taglib-uri> <taglib-location>/WEB-INF/tld/displaytag-el-12.tld</taglib-location> </taglib> +--> </web-app> |