reverted Portlet name
This commit is contained in:
parent
e0b3606511
commit
ad2fdc9d59
|
@ -1,5 +1,5 @@
|
||||||
<display>
|
<display>
|
||||||
<category name="gCube Applications">
|
<category name="gCube Applications">
|
||||||
<portlet id="GeoPortalDataEntryApp" />
|
<portlet id="GeoPortalDataEntryAppPortlet" />
|
||||||
</category>
|
</category>
|
||||||
</display>
|
</display>
|
|
@ -1,4 +1,4 @@
|
||||||
name=GeoPortalDataEntryApp
|
name=GeoPortalDataEntryAppPortlet
|
||||||
module-group-id=liferay
|
module-group-id=liferay
|
||||||
module-incremental-version=2
|
module-incremental-version=2
|
||||||
tags=
|
tags=
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<liferay-portlet-app>
|
<liferay-portlet-app>
|
||||||
<portlet>
|
<portlet>
|
||||||
<portlet-name>GeoPortalDataEntryApp</portlet-name>
|
<portlet-name>GeoPortalDataEntryAppPortlet</portlet-name>
|
||||||
<layout-cacheable>false</layout-cacheable>
|
<layout-cacheable>false</layout-cacheable>
|
||||||
<instanceable>false</instanceable>
|
<instanceable>false</instanceable>
|
||||||
<ajaxable>false</ajaxable>
|
<ajaxable>false</ajaxable>
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<?xml version='1.0' encoding='UTF-8' ?>
|
<?xml version='1.0' encoding='UTF-8' ?>
|
||||||
<portlet-app>
|
<portlet-app>
|
||||||
<portlet>
|
<portlet>
|
||||||
<description>GeoPortalDataEntry Application</description>
|
<description>GeoPortalDataEntryApp Portlet</description>
|
||||||
<portlet-name>GeoPortalDataEntryApp</portlet-name>
|
<portlet-name>GeoPortalDataEntryAppPortlet</portlet-name>
|
||||||
<display-name>GeoPortal-DataEntry-App</display-name>
|
<display-name>GeoPortal-DataEntry-Portlet</display-name>
|
||||||
<portlet-class>org.gcube.portlets.user.geoportaldataentry.portlet.GeoPortalDataEntryAppPortlet
|
<portlet-class>org.gcube.portlets.user.geoportaldataentry.portlet.GeoPortalDataEntryAppPortlet
|
||||||
</portlet-class>
|
</portlet-class>
|
||||||
<expiration-cache>0</expiration-cache>
|
<expiration-cache>0</expiration-cache>
|
||||||
|
@ -12,8 +12,8 @@
|
||||||
<portlet-mode>VIEW</portlet-mode>
|
<portlet-mode>VIEW</portlet-mode>
|
||||||
</supports>
|
</supports>
|
||||||
<portlet-info>
|
<portlet-info>
|
||||||
<title>GeoPortal DataEntry Application</title>
|
<title>GeoPortal Data Entry Portlet</title>
|
||||||
<short-title>GeoPortal DataEntry App</short-title>
|
<short-title>GeoPortal Data Entry Portlet</short-title>
|
||||||
</portlet-info>
|
</portlet-info>
|
||||||
<portlet-preferences>
|
<portlet-preferences>
|
||||||
<preference>
|
<preference>
|
||||||
|
|
Loading…
Reference in New Issue