fixed Gateway class omonimy in jsp issue
This commit is contained in:
parent
ba70819c29
commit
4b54dc0f5b
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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"%>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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 />
|
||||
|
||||
|
|
Loading…
Reference in New Issue