<?xml version="1.0" encoding="UTF-8"?>
<portlet-app version="2.0"
  xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd">
	
  <portlet>
		<description>HelloWorld Description</description>
		<portlet-name>HelloWorldPortlet</portlet-name>
		<display-name>Hello World Display Name</display-name>
		<portlet-class>otraprueba.ExamplePortlet01</portlet-class>
		<expiration-cache>-1</expiration-cache>
		<supports>
			<mime-type>text/html</mime-type>
			<portlet-mode>VIEW</portlet-mode>
		</supports>
		<supported-locale>en</supported-locale>
		<portlet-info>
			<title>Hello World</title>
			<short-title>Hello World</short-title>
			<keywords>Hello,pluto</keywords>
		</portlet-info>
	</portlet>
 
</portlet-app>