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 +