mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2067 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
25 lines
1.0 KiB
XML
25 lines
1.0 KiB
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>Alfresco Client Portlet</description>
|
|
<portlet-name>AlfrescoClient</portlet-name>
|
|
<portlet-class>org.alfresco.web.app.portlet.AlfrescoFacesPortlet</portlet-class>
|
|
|
|
<init-param>
|
|
<name>default-view</name>
|
|
<value>/jsp/login.jsp</value>
|
|
</init-param>
|
|
|
|
<supports>
|
|
<mime-type>text/html</mime-type>
|
|
<portlet-mode>VIEW</portlet-mode>
|
|
<portlet-mode>HELP</portlet-mode>
|
|
</supports>
|
|
|
|
<portlet-info>
|
|
<title>Alfresco Client Portlet</title>
|
|
<short-title>alfresco-client-portlet</short-title>
|
|
</portlet-info>
|
|
</portlet>
|
|
</portlet-app>
|