From cd9257ef004a5590ee749485d8dff7b0d92a5c3b Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 31 Mar 2015 17:25:43 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@113846 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../portlets/user/td/tabulardataportlet.gwt.xml | 2 +- src/main/webapp/WEB-INF/web.xml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml b/src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml index 4890a25..ebb327a 100644 --- a/src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml +++ b/src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml @@ -83,7 +83,7 @@ --> - + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index fdf45d2..a676122 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -91,6 +91,12 @@ tdTemplateServiceImpl org.gcube.portlets.user.tdtemplate.server.TdTemplateServiceImpl + + + templateColumnOperationService + org.gcube.portlets.user.tdtemplateoperation.server.TemplateColumnOperationServiceImpl + + @@ -252,6 +258,12 @@ tdTemplateServiceImpl /tabulardataportlet/tdtemplate + + + templateColumnOperationService + /tabulardataportlet/templateColumnOperationService + +