From 9926fb910a3725ccf675d64253c5aaa7740d3d29 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 6 Jun 2014 13:24:39 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@96959 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 7 +++++++ .../portlets/user/td/tabulardataportlet.gwt.xml | 2 +- .../portlets/user/td/tabulardataportlet.gwt.xml | 4 +++- src/main/webapp/WEB-INF/web.xml | 14 ++++++++++++-- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 50df1d2..eebb6ee 100644 --- a/pom.xml +++ b/pom.xml @@ -332,6 +332,13 @@ tabular-data-template [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT] + + + + org.gcube-portlets.user.tdcolumnoperation + tabular-data-column-operation + [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) + diff --git a/src/main/java/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml b/src/main/java/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml index 19a12cf..f9fd52e 100644 --- a/src/main/java/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml +++ b/src/main/java/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml @@ -46,7 +46,7 @@ - + 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 355b3a1..c760309 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 @@ -45,7 +45,9 @@ - + + + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 51fb883..9f91ea6 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -58,6 +58,12 @@ org.gcube.portlets.user.tdtemplate.server.TdTemplateServiceImpl + + + TdColumnOperationServlet + org.gcube.portlets.user.tdcolumnoperation.server.TdColumnOperationServiceImpl + + @@ -176,8 +182,12 @@ tdTemplateServiceImpl /tabulardataportlet/tdtemplate - - + + + + TdColumnOperationServlet + /tabulardataportlet/TdColumnOperationServlet +