Author: vkumar
Date: Thu Sep  4 01:18:35 2008
New Revision: 691923

URL: http://svn.apache.org/viewvc?rev=691923&view=rev
Log:
Fixing issue JS2-889.

Modified:
    
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/applications/demo/src/webapp/WEB-INF/portlet.xml

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/applications/demo/src/webapp/WEB-INF/portlet.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/applications/demo/src/webapp/WEB-INF/portlet.xml?rev=691923&r1=691922&r2=691923&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/applications/demo/src/webapp/WEB-INF/portlet.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/applications/demo/src/webapp/WEB-INF/portlet.xml
 Thu Sep  4 01:18:35 2008
@@ -862,53 +862,6 @@
         </portlet-preferences>
     </portlet>
     
-    <portlet>
-        <description>Content Viewer displays the content of an HTML, PDF, or 
other file types from any where on the file system, or relative to the portlet 
application.</description>
-        <portlet-name>ContentViewer</portlet-name>
-        <display-name>Content Viewer</display-name>
-        <portlet-class>org.apache.portals.gems.file.FilePortlet</portlet-class>
-        <init-param>
-            <name>portlet-icon</name>
-            <value>folder-remote.png</value>
-        </init-param>   
-        <init-param>
-               <name>use-language</name>
-               <value>true</value>
-        </init-param>                                     
-        <supports>
-            <mime-type>text/html</mime-type>
-            <portlet-mode>VIEW</portlet-mode>
-        </supports>
-        <supports>
-            <mime-type>application/pdf</mime-type>
-            <portlet-mode>VIEW</portlet-mode>
-        </supports>
-        <supports>
-            <mime-type>application/zip</mime-type>
-            <portlet-mode>VIEW</portlet-mode>
-        </supports>
-         <supports>
-            <mime-type>text/xml</mime-type>
-            <portlet-mode>VIEW</portlet-mode>
-        </supports>           
-        <supports>
-            <mime-type>text/csv</mime-type>
-            <portlet-mode>VIEW</portlet-mode>
-        </supports>
-        <supported-locale>en</supported-locale>
-        <portlet-info>
-            <title>Content Viewer</title>
-            <short-title>Content</short-title>
-            <keywords>tools,CMS,content,viewer,file</keywords>
-        </portlet-info>
-        <portlet-preferences>
-            <preference>
-                <name>file</name>
-                <value>/_content/menu.html</value>
-            </preference>
-        </portlet-preferences>
-    </portlet>
-
     <!--
     <portlet id="SSOProxyPortlet">
     <portlet-name>SSOProxyPortletPortlet</portlet-name>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to