You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2005/06/14 19:39:03 UTC

cvs commit: ws-wsrp4j/sandbox/wsrp4j/testportlet/src/webapp/WEB-INF portlet.xml

dlouzan     2005/06/14 10:39:03

  Added:       sandbox/wsrp4j/testportlet/src/webapp/WEB-INF portlet.xml
  Log:
  
  
  Revision  Changes    Path
  1.1                  ws-wsrp4j/sandbox/wsrp4j/testportlet/src/webapp/WEB-INF/portlet.xml
  
  Index: portlet.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd" version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
  	<portlet>
          <description>WSRP Test Portlet</description>		        
  		
          <portlet-name>WSRPTestPortlet</portlet-name>
  		
          <display-name>WSRP Test Portlet</display-name>
  		
          <portlet-class>org.apache.wsrp4j.testportlet.TestPortlet</portlet-class>
          
          <expiration-cache>-1</expiration-cache>
  		        
          <supports>
  			<mime-type>text/html</mime-type>
              <portlet-mode>VIEW</portlet-mode>
              <portlet-mode>EDIT</portlet-mode>
              <portlet-mode>HELP</portlet-mode>
  		</supports>
  
          <supported-locale>en</supported-locale>                
  
  		<portlet-info>
  			<title>WSRP Test Portlet</title>
  			<short-title>WSRP Test</short-title>
  			<keywords>WSRP, WSRP4J, Test, Testen</keywords>
          </portlet-info>	          
  	</portlet>	
   </portlet-app>