Implementing Portlet
git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/join-vre@113450 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b41b1eb4b6
commit
c40e2994be
|
@ -3,6 +3,6 @@
|
||||||
|
|
||||||
<display>
|
<display>
|
||||||
<category name="gCube Applications">
|
<category name="gCube Applications">
|
||||||
<portlet id="JoinLuca" />
|
<portlet id="joinvre" />
|
||||||
</category>
|
</category>
|
||||||
</display>
|
</display>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name=JoinLuca
|
name=joinvre
|
||||||
module-group-id=liferay
|
module-group-id=liferay
|
||||||
module-incremental-version=1
|
module-incremental-version=1
|
||||||
tags=
|
tags=
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<liferay-portlet-app>
|
<liferay-portlet-app>
|
||||||
<portlet>
|
<portlet>
|
||||||
<portlet-name>JoinLuca</portlet-name>
|
<portlet-name>joinvre</portlet-name>
|
||||||
<layout-cacheable>false</layout-cacheable>
|
<layout-cacheable>false</layout-cacheable>
|
||||||
<instanceable>false</instanceable>
|
<instanceable>false</instanceable>
|
||||||
<ajaxable>false</ajaxable>
|
<ajaxable>false</ajaxable>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
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">
|
version="2.0">
|
||||||
<portlet>
|
<portlet>
|
||||||
<portlet-name>JoinLuca</portlet-name>
|
<portlet-name>joinvre</portlet-name>
|
||||||
<display-name>gCube Join VRE Portlet</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>
|
||||||
|
|
Loading…
Reference in New Issue