This repository has been archived on 2024-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
species-discovery/src/main/webapp/WEB-INF/portlet.xml

19 lines
859 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<portlet-app 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' version='2.0'>
<portlet>
<description>SpeciesDiscovery</description>
<portlet-name>SpeciesDiscovery</portlet-name>
<display-name>SpeciesDiscovery</display-name>
<portlet-class>org.gcube.portlets.user.speciesdiscovery.portlet.SpeciesDiscoveryPortlet</portlet-class>
<expiration-cache>0</expiration-cache>
<supports>
<mime-type>text/html</mime-type>
<portlet-mode>VIEW</portlet-mode>
</supports>
<portlet-info>
<title>SpeciesDiscovery</title>
<short-title>SpeciesDiscovery</short-title>
</portlet-info>
</portlet>
</portlet-app>