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"?> <?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> <display>
<category name="gCube Social Apps"> <category name="gCube Applications">
<portlet id="JoinVRE" /> <portlet id="JoinLuca" />
</category> </category>
</display> </display>

View File

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

View File

@ -1,12 +1,13 @@
<?xml version="1.0"?> <?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> <liferay-portlet-app>
<portlet> <portlet>
<portlet-name>JoinVRE</portlet-name> <portlet-name>JoinLuca</portlet-name>
<layout-cacheable>false</layout-cacheable> <layout-cacheable>false</layout-cacheable>
<instanceable>false</instanceable> <instanceable>false</instanceable>
<ajaxable>false</ajaxable> <ajaxable>false</ajaxable>
<header-portlet-css>/JoinVRE.css</header-portlet-css> <!-- LOCATION CSS HERE -->
<header-portlet-css>/JoinVRE.css</header-portlet-css>
</portlet> </portlet>
</liferay-portlet-app> </liferay-portlet-app>

View File

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