Implementing Portlet

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/join-vre@113449 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-03-04 17:12:09 +00:00
parent 3b320a6c7a
commit b41b1eb4b6
4 changed files with 18 additions and 18 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!DOCTYPE display PUBLIC "-//Liferay//DTD Display 6.0.0//EN" "http://www.liferay.com/dtd/liferay-display_6_0_0.dtd">
<!DOCTYPE display PUBLIC "-//Liferay//DTD Display 6.2.0//EN" "http://www.liferay.com/dtd/liferay-display_6_2_0.dtd">
<display>
<category name="gCube Social Apps">
<portlet id="JoinVRE" />
<category name="gCube Applications">
<portlet id="JoinLuca" />
</category>
</display>
</display>

View File

@ -1,9 +1,9 @@
name=JoinVRE
name=JoinLuca
module-group-id=liferay
module-incremental-version=1
tags=
short-description=
change-log=
page-url=http://www.d4science.org
author=D4Science.org
author=D4Science Org.
licenses=EUPL

View File

@ -1,12 +1,13 @@
<?xml version="1.0"?>
<!DOCTYPE liferay-portlet-app PUBLIC "-//Liferay//DTD Portlet Application 5.2.0//EN" "http://www.liferay.com/dtd/liferay-portlet-app_6_0_0.dtd">
<!DOCTYPE liferay-portlet-app PUBLIC "-//Liferay//DTD Portlet Application 6.2.0//EN" "http://www.liferay.com/dtd/liferay-portlet-app_6_2_0.dtd">
<liferay-portlet-app>
<portlet>
<portlet-name>JoinVRE</portlet-name>
<portlet-name>JoinLuca</portlet-name>
<layout-cacheable>false</layout-cacheable>
<instanceable>false</instanceable>
<ajaxable>false</ajaxable>
<header-portlet-css>/JoinVRE.css</header-portlet-css>
<!-- LOCATION CSS HERE -->
<header-portlet-css>/JoinVRE.css</header-portlet-css>
</portlet>
</liferay-portlet-app>

View File

@ -1,13 +1,12 @@
<?xml version="1.0"?>
<portlet-app
version="2.0"
xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"
<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>
<portlet-name>JoinVRE</portlet-name>
<display-name>Join VRE</display-name>
<portlet-name>JoinLuca</portlet-name>
<display-name>gCube Join VRE Portlet</display-name>
<portlet-class>org.gcube.portlets.user.joinvre.server.portlet.JoinVREPortlet</portlet-class>
<expiration-cache>0</expiration-cache>
<supports>
@ -15,8 +14,8 @@
</supports>
<portlet-info>
<title>Join VRE</title>
<short-title>Join VRE</short-title>
<keywords>Join VRE</keywords>
<short-title>JoinVRE Portlet</short-title>
<keywords>JoinVRE Portlet</keywords>
</portlet-info>
</portlet>
</portlet-app>
</portlet-app>