diff --git a/pom.xml b/pom.xml index 7acab57..654616f 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ thematic-gateways-portlet war thematic-gateways-portlet Portlets - 7.1.0 + 7.1.0-SNAPSHOT Thematic Gateways Portlet diff --git a/src/main/webapp/html/init.jsp b/src/main/webapp/html/init.jsp index 350cc70..2cb8ac4 100644 --- a/src/main/webapp/html/init.jsp +++ b/src/main/webapp/html/init.jsp @@ -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"%> + diff --git a/src/main/webapp/html/vreyard/view.jsp b/src/main/webapp/html/vreyard/view.jsp index 362c66a..d371d4d 100644 --- a/src/main/webapp/html/vreyard/view.jsp +++ b/src/main/webapp/html/vreyard/view.jsp @@ -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"%>