Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@114196 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-04-16 16:12:45 +00:00
parent 15605dcaae
commit c46d685650
4 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
<display> <display>
<category name="gCube Applications"> <category name="gCube Applications">
<portlet id="TabularDataPortlet" /> <portlet id="TabularDataManager" />
</category> </category>
</display> </display>

View File

@ -1,4 +1,4 @@
name=TabularDataPortlet name=TabularDataManager
module-group-id=liferay module-group-id=liferay
module-incremental-version=1 module-incremental-version=1
tags= tags=

View File

@ -3,7 +3,7 @@
<liferay-portlet-app> <liferay-portlet-app>
<portlet> <portlet>
<portlet-name>TabularDataPortlet</portlet-name> <portlet-name>TabularDataManager</portlet-name>
<icon>/icon.png</icon> <icon>/icon.png</icon>
<layout-cacheable>false</layout-cacheable> <layout-cacheable>false</layout-cacheable>
<instanceable>false</instanceable> <instanceable>false</instanceable>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?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-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>
<description>TabularDataPortlet</description> <description>TabularDataManager</description>
<portlet-name>TabularDataPortlet</portlet-name> <portlet-name>TabularDataManager</portlet-name>
<display-name>TabularDataPortlet</display-name> <display-name>TabularDataManager</display-name>
<portlet-class>org.gcube.portlets.user.td.server.portlet.TabularDataPortlet</portlet-class> <portlet-class>org.gcube.portlets.user.td.server.portlet.TabularDataPortlet</portlet-class>
<expiration-cache>0</expiration-cache> <expiration-cache>0</expiration-cache>
<supports> <supports>
@ -11,8 +11,8 @@
<portlet-mode>view</portlet-mode> <portlet-mode>view</portlet-mode>
</supports> </supports>
<portlet-info> <portlet-info>
<title>TabularDataPortlet</title> <title>TabularDataManager</title>
<short-title>TabularDataPortlet</short-title> <short-title>TabularDataManager</short-title>
</portlet-info> </portlet-info>
</portlet> </portlet>
</portlet-app> </portlet-app>