fixed Gateway class omonimy in jsp issue

This commit is contained in:
Massimiliano Assante 2020-10-12 13:21:57 +02:00
parent ba70819c29
commit 4b54dc0f5b
3 changed files with 7 additions and 6 deletions

View File

@ -14,7 +14,7 @@
<artifactId>thematic-gateways-portlet</artifactId>
<packaging>war</packaging>
<name>thematic-gateways-portlet Portlets</name>
<version>7.1.0</version>
<version>7.1.0-SNAPSHOT</version>
<description>
Thematic Gateways Portlet
</description>

View File

@ -48,11 +48,7 @@
<%@ page import="com.liferay.portal.webserver.WebServerServletTokenUtil" %>
<%@ page import="com.liferay.portal.service.VirtualHostLocalServiceUtil" %>
<%@ page import="org.gcube.portlets.user.thematicgateways.*" %>
<%@ page import="org.gcube.portlets.user.vreyard.VreYard" %>
<%@ page import="org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.DetachedREs"%>
<%@ page import="org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.Gateway"%>
<%@ page import="org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.VO"%>
<%@ page import="org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.VRE"%>

View File

@ -1,5 +1,10 @@
<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%>
<%@include file="../init.jsp"%>
<%@ page import="org.gcube.portlets.user.vreyard.VreYard" %>
<%@ page import="org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.DetachedREs"%>
<%@ page import="org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.Gateway"%>
<%@ page import="org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.VO"%>
<%@ page import="org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.VRE"%>
<portlet:defineObjects />