<?xml version="1.0" encoding="UTF-8"?>
<portlet-app version="1.0" xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
         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 xml:lang="EN">My PplFlightBookingV5 - 28Jun Portlet</description>
    <portlet-name>PplFlightBookingV5</portlet-name>
    <display-name xml:lang="EN">PplFlightBookingV5</display-name>
    <portlet-class>org.atarix.ppl.framework.PplPortlet</portlet-class>
    
    <init-param>
      <description>Portlet Configuration File</description>
      <name>ppl-config-file</name>
      <value>flightBook.xml</value>
    </init-param>
    <init-param>
      <description>JSP Files Directory</description>
      <name>template-directory</name>
      <value>/WEB-INF/templates/html</value>
    </init-param>    
    <init-param>
      <description>Portlet Log Directory</description>
      <name>log-directory</name>
      <value>/WEB-INF/log</value>
    </init-param>
    <init-param>
      <description>Portlet Log File</description>
      <name>log-file</name>
      <value>logProto28Jun.txt</value>
    </init-param>    
    <init-param>
      <description>Portlet Log Init File</description>
      <name>log4j-init-file</name>
      <value>log4j.properties</value>
    </init-param>
    <init-param>
      <description>PPL Mode (TEST or NORMAL)</description>
      <name>ppl-mode</name>
      <value>TEST</value>
<!--      <value>NORMAL</value>-->
    </init-param>
    <!-- These INIT params should be removed before production release -->
    <init-param>
      <description>PPL Resource Bundle: The name of the resource bundle file</description>
      <name>ppl-resource-bundle</name>
      <value>flightBook</value>
    </init-param> 
<!--    <init-param>
      <description>PPL ppl-portlet-base: The path of the deployed portlet</description>
      <name>ppl-base-path</name>
      <value>d:/exoportal/jakarta-tomcat-5.0.24/webapps/PplFlightBookingV5</value>
    </init-param>     -->
    
    <expiration-cache>-1</expiration-cache>

    <supports>
      <mime-type>text/html</mime-type>
      <portlet-mode>edit</portlet-mode>
      <portlet-mode>help</portlet-mode>
    </supports>

    <!-- Locales -->
    <supported-locale>en</supported-locale>
    <supported-locale>es</supported-locale>
    
    <resource-bundle>flightBook</resource-bundle>

    <portlet-info>
      <title>PplFlightBookingV5</title>
      <short-title>PplFlightBookingV5</short-title>
      <keywords>PplFlightBookingV5</keywords>
    </portlet-info>
    <!-- Portlet Preferences -->
<!--    <portlet-preferences>
      <preference>
        <name>org.atarix.ppl.framework.preference1</name>
        <value>value1</value>
        <read-only>true</read-only>
      </preference>
    </portlet-preferences> -->    
<!--    <security-role-ref>
      <role-name>trustedUser</role-name>
      <role-link>auth-user</role-link>
    </security-role-ref>-->    
  </portlet>

</portlet-app>

