blob: 0c38891c973d83cd7f0a8b162f03b448b80baed9 [file] [log] [blame]
<?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>This is a Test Portlet</description>
<portlet-name>TestPortlet1</portlet-name>
<display-name>Test Portlet #1</display-name>
<portlet-class>org.apache.cocoon.portal.pluto.test.TestPortlet</portlet-class>
<init-param>
<name>dummyName</name>
<value>dummyValue</value>
</init-param>
<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>
<supported-locale>de</supported-locale>
<portlet-info>
<title>Test Portlet #1</title>
<short-title>Test1</short-title>
<keywords>Test, Testen</keywords>
</portlet-info>
<portlet-preferences>
<preference>
<name>dumnmyName</name>
<value>dummyValue</value>
<read-only>false</read-only>
</preference>
<preference>
<name>dummyName2</name>
<value>dummyValue2</value>
</preference>
<preferences-validator>org.apache.pluto.core.impl.PreferencesValidatorImpl</preferences-validator>
</portlet-preferences>
</portlet>
</portlet-app>