From: <jbo...@li...> - 2005-11-09 15:59:30
|
Author: aron.gombas Date: 2005-11-09 10:59:09 -0500 (Wed, 09 Nov 2005) New Revision: 1541 Modified: trunk/labs/kosmos/conf-portlet/exo/web.xml trunk/labs/kosmos/conf-portlet/gridsphere/web.xml trunk/labs/kosmos/web-portlet/WEB-INF/web.xml Log: Cosmetic fixes in web.xml's Modified: trunk/labs/kosmos/conf-portlet/exo/web.xml =================================================================== --- trunk/labs/kosmos/conf-portlet/exo/web.xml 2005-11-09 14:23:29 UTC (rev 1540) +++ trunk/labs/kosmos/conf-portlet/exo/web.xml 2005-11-09 15:59:09 UTC (rev 1541) @@ -15,7 +15,7 @@ <param-value>en</param-value> </context-param> - <!-- eXo-specific parts --> + <!-- eXo-specific configuration --> <listener> <listener-class>org.exoplatform.services.portletcontainer.impl.servlet.PortletApplicationListener</listener-class> </listener> Modified: trunk/labs/kosmos/conf-portlet/gridsphere/web.xml =================================================================== --- trunk/labs/kosmos/conf-portlet/gridsphere/web.xml 2005-11-09 14:23:29 UTC (rev 1540) +++ trunk/labs/kosmos/conf-portlet/gridsphere/web.xml 2005-11-09 15:59:09 UTC (rev 1541) @@ -5,23 +5,16 @@ 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> <param-value>en</param-value> </context-param> - <!-- JSP configuration --> - <taglib> - <taglib-uri>http://labs.jboss.com/projects/kosmos</taglib-uri> - <taglib-location>/WEB-INF/tld/kosmos-taglib.tld</taglib-location> - </taglib> - <taglib> - <taglib-uri>http://displaytag.sf.net/el</taglib-uri> - <taglib-location>/WEB-INF/tld/displaytag-el-12.tld</taglib-location> - </taglib> - - <!-- Gridsphere configuration --> + <!-- Gridsphere-specific configuration --> <servlet> <servlet-name>PortletServlet</servlet-name> <servlet-class>org.gridlab.gridsphere.provider.portlet.jsr.PortletServlet</servlet-class> Modified: trunk/labs/kosmos/web-portlet/WEB-INF/web.xml =================================================================== --- trunk/labs/kosmos/web-portlet/WEB-INF/web.xml 2005-11-09 14:23:29 UTC (rev 1540) +++ trunk/labs/kosmos/web-portlet/WEB-INF/web.xml 2005-11-09 15:59:09 UTC (rev 1541) @@ -14,14 +14,4 @@ <param-name>javax.servlet.jsp.jstl.fmt.locale</param-name> <param-value>en</param-value> </context-param> - - <!-- JSP configuration --> - <taglib> - <taglib-uri>http://labs.jboss.com/projects/kosmos</taglib-uri> - <taglib-location>/WEB-INF/tld/kosmos-taglib.tld</taglib-location> - </taglib> - <taglib> - <taglib-uri>http://displaytag.sf.net/el</taglib-uri> - <taglib-location>/WEB-INF/tld/displaytag-el-12.tld</taglib-location> - </taglib> </web-app> |