Author: vkumar Date: Fri Dec 12 06:40:39 2008 New Revision: 726018 URL: http://svn.apache.org/viewvc?rev=726018&view=rev Log: Adding Excel content type in File portlet for serve xls content
Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/portlet.xml Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/portlet.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/portlet.xml?rev=726018&r1=726017&r2=726018&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/portlet.xml (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/portlet.xml Fri Dec 12 06:40:39 2008 @@ -2072,6 +2072,10 @@ <mime-type>text/csv</mime-type> <portlet-mode>VIEW</portlet-mode> </supports> + <supports> + <mime-type>application/vnd.ms-excel</mime-type> + <portlet-mode>VIEW</portlet-mode> + </supports> <supported-locale>en</supported-locale> <portlet-info> <title>Content Viewer</title> --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org