Author: taylor
Date: Tue Sep 20 11:17:40 2005
New Revision: 290506

URL: http://svn.apache.org/viewcvs?rev=290506&view=rev
Log:
add Gems FilePortlet to demo portlets

Modified:
    portals/jetspeed-2/trunk/applications/demo/src/webapp/WEB-INF/portlet.xml

Modified: 
portals/jetspeed-2/trunk/applications/demo/src/webapp/WEB-INF/portlet.xml
URL: 
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/applications/demo/src/webapp/WEB-INF/portlet.xml?rev=290506&r1=290505&r2=290506&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/applications/demo/src/webapp/WEB-INF/portlet.xml 
(original)
+++ portals/jetspeed-2/trunk/applications/demo/src/webapp/WEB-INF/portlet.xml 
Tue Sep 20 11:17:40 2005
@@ -692,5 +692,28 @@
     </portlet-preferences>        
   </portlet>
 
+<portlet>        
+    <description>Content Viewer portlet</description>          
+    <portlet-name>ContentViewer</portlet-name> 
+    <display-name>Content Viewer</display-name>
+    <portlet-class>org.apache.portals.gems.file.FilePortlet</portlet-class>    
        
+    <supports>
+        <mime-type>text/html</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>content,viewer,file</keywords>
+    </portlet-info>
+    <portlet-preferences>
+        <preference>                            
+            <name>file</name>                    
+            <value>/WEB-INF/content/menu.html</value>    
+        </preference>         
+    </portlet-preferences>                                     
+</portlet> 
+
 </portlet-app>
 



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

Reply via email to